phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Dynamic Meta Tags Help

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
::  
Author Message
Gamerz7



Joined: 24 Sep 2007
Posts: 9

Dynamic Meta Tags HelpPosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15131

Dynamic Meta Tags HelpPosted: 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
Visit poster's website
Gamerz7



Joined: 24 Sep 2007
Posts: 9

Dynamic Meta Tags HelpPosted: Thu Jul 24, 2008 10:37 am    Post subject: Re: Dynamic Meta Tags Help

Thanks alot! Worked Very Happy
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
Page 1 of 1

Navigation Similar Topics

Jump to: