| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 2383
|
Posted: Wed Jul 04, 2007 9:48 am Post subject: [Toolkit] phpBB3 SEO Dynamic Meta Tags V 0.2.2 |
|
|
phpBB3 SEO Dynamic Meta tags
Title : phpBB3 SEO Dynamic Meta tags
Author : dcz / http://www.phpbb-seo.com/
Description : Generates dynamic meta-tags for phpBB3.
Version : 0.2.2
Installation Level : Eazy.
Installation Time : 5 min.
phpBB : phpBB 3.0.1
Author's Notes :
This mod will add dynamic meta tags build out with the ending page's content.
It's simple and efficient, will add specific meta tags to all phpBB pages.
A single SQL query is optionally added in viewtopic.php, to grab the first post's most used words (common words are excluded).
This allow for a better overall relevancy of meta keywords.
The first post of every topic pages is used to build the meta description.
Bbcodes tags are stripped off as well as smileys.
You should not use more than 20 keywords in the keyword meta tags
As well, you should not use too long description tags
In case you're using a portal, you may want to change in includes/functions.php :
| Code: | $this->meta['meta_title_def'] = $config['sitename'];
$this->meta['meta_desc_def'] = $config['site_desc'];
$this->meta['meta_keywords_def'] = $config['site_desc']; |
And hard code infos about the portal, or just anything you may prefer :
| Code: | $this->meta['meta_title_def'] = "Your default meta title";
$this->meta['meta_desc_def'] = "Your default meta description";
$this->meta['meta_keywords_def'] = "your,default,meta,keywords"; |
These are used as default, in every file not specifying meta tags (search.php, faq.php ...). The page title is each time added in these to make sure all meta will be unique.
Meta Lang :
You'll have to make sure you're using the proper meta language settings in includes/functions.php :
| Code: | | $this->meta['meta_lang'] = $config['default_lang']; |
Documentation :
Optimizing phpBB meta keywords
This tutorial is made for phpBB2, phpBB3 already has a rebuild search tables feature.
You can use it the same way as per phpBB2, expect you won't find any search_stopwords.txt but rather a search_ignore_words.php file in your languages folders. You can add words to exclude there before you start the rebuild search procedure.
The three letter limit does not apply anymore as well, the mod will filter them no matter what now.
mod Rewrites supported :
Languages :
Demo :
Download:
|
_________________
Last edited by SeO on Wed Apr 23, 2008 8:56 am; edited 2 times in total |
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 2383
|
Posted: Wed Apr 23, 2008 8:56 am Post subject: Re: [Toolkit] phpBB3 SEO Dynamic Meta Tags V 0.2.2 |
|
|
To obtain support for this mod, please use the phpBB3 SEO mods forum.
You can post new threads and reply to existing ones.
Please add [meta] in your topic title referring to this mod.
Click on the Watch this thread link to be notified of updates for this mod.
Update :
This update fixes some filtering and formating issues and enhance a bit more the relevancy of the keywords tags.
It's very simple to install. |
_________________
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |