| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Gamerz7
Joined: 24 Sep 2007 Posts: 9
|
Posted: Thu Jul 24, 2008 6:03 am Post subject: Dynamic Meta Tags Help |
|
|
Hello, I need some help with the meta tags mod.
I would like to have some static meta tags added that will show on every page, along with the generated tags.
I noticed a part in the phpbb_seo_class.php where it says add your meta tags, hardcoded and stuff. But I can't figure out what to put there.
Could someone please tell me how I go about inputing a static keyword, only need to input 1.
Thanks! |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15131
|
Posted: Thu Jul 24, 2008 8:19 am Post subject: Re: Dynamic Meta Tags Help |
|
|
In phpbb_seo_class.php, after :
| Code: | $meta_desc = ( $this->seo_meta['meta_desc'] != '' ) ? $this->seo_meta['meta_desc'] : $this->seo_meta['meta_desc_def'];
$keywords = ( $this->seo_meta['keywords'] != '' ) ? $this->seo_meta['keywords'] : $this->seo_meta['meta_keywords_def']; |
you could add :
| Code: | $meta_desc .= "my extra desc";
$keywords .= "my, extra, keywords"; |
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
Gamerz7
Joined: 24 Sep 2007 Posts: 9
|
Posted: Thu Jul 24, 2008 10:37 am Post subject: Re: Dynamic Meta Tags Help |
|
|
Thanks alot! Worked  |
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |