| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
hvactechforum
Joined: 03 Mar 2007 Posts: 44
|
Posted: Sat Apr 07, 2007 8:56 pm Post subject: [meta tags] where to add description/keywords? |
|
|
I have installed the "dynamic meta tags" (latest version) mod. But now I don't know where I add the content for the descriptions and keywords. Is this automatically done?
Thanks for any help.  |
|
|
| Back to top |
|
 |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
Posted: Sun Apr 08, 2007 3:06 pm Post subject: Re: [meta tags] where to add description/keywords? |
|
|
hi
| Quote: | | Is this automatically done? |
yes. keyword and description metatag will generate automatically for each topic. the meta tag for thr first page (index page) of the forum is the text that you are added in
administration panel > General admin > configuration > Site description
 |
_________________ چهار گوش - طراحی وب - مجله طراحی وب |
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Sun Apr 08, 2007 6:30 pm Post subject: Re: [meta tags] where to add description/keywords? |
|
|
yes its automatic and its really very good and more effect  |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Mon Apr 09, 2007 10:43 am Post subject: Re: [meta tags] where to add description/keywords? |
|
|
| SeO wrote: |
In case you're using a portal, you may want to change in phpbb_seo/phpbb_seo_class.php :
| Code: | // Here you can hard code a static default title, description and keywords
// As is, the mod will return information based on the phpbb config
'meta_title_def' => $this->meta_filter_txt($board_config['sitename']),
'meta_desc_def' => $this->meta_filter_txt($board_config['site_desc']),
'meta_keywords_def' => $this->make_keywords($board_config['site_desc']), |
And hard code infos about the portal, or just anything you may prefer :
| Code: | // Here you can hard code a static default title, description and keywords
// As is, the mod will return information based on the phpbb config
'meta_title_def' => "Your default meta title",
'meta_desc_def' => "Your default meta description",
'meta_keywords_def' => "your,default,meta,keywords", |
These are used as default, in every file not specifying meta tags (search.php, faq.php ...).
|
Work to separate your default values from the phpBB config in case you prefer  |
_________________ 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 |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |