| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
ub3r
Joined: 22 Jun 2008 Posts: 15
|
Posted: Mon Jun 23, 2008 2:11 am Post subject: Custom meta data |
|
|
Hi guys,
I just installed the seo version and its working great so far.
Kudos to you all.
Few Things though, how can i add extra meta data and keywords to the index page?
And how can i put up a different page title for the index page so google doesnt index it as 'Index Page'.
My board is at www.solarfreaks.com
Cheers. |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
Posted: Mon Jun 23, 2008 6:58 am Post subject: Re: Custom meta data |
|
|
Meta for index is build using the sitename and site description configured in acp , just change them to what you want.
For the index title you can change it in languages/en/common.php :
| Code: | | 'INDEX' => 'Index page', |
And in all language files. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
ub3r
Joined: 22 Jun 2008 Posts: 15
|
Posted: Mon Jun 23, 2008 12:42 pm Post subject: Re: Custom meta data |
|
|
Great help thanks.
Also, which file is the one that builds the meta data?
I need to add some custom meta keywords to be on all pages. |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
Posted: Mon Jun 23, 2008 3:39 pm Post subject: Re: Custom meta data |
|
|
| install wrote: | ________________________________________
>>>> INSTALLATION INSTRUCTION <<<<<
________________________________________
In in includes/functions.php, you'll find some pretty obvious code you may want to modify upon your needs :
| Code: | $this->meta['meta_title_def'] = $config['sitename'];
$this->meta['meta_desc_def'] = $config['site_desc'];
$this->meta['meta_keywords_def'] = $config['site_desc'];
$this->meta['meta_lang'] = $config['default_lang'];
$this->meta['meta_cat'] = 'general';
$this->meta['meta_robots'] = 'index,follow';
$this->meta['meta_distrib'] = 'global';
$this->meta['meta_restype'] = 'document';
$this->meta['meta_copy'] = $config['sitename']; |
|
 |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |