| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 707
|
Posted: Sat Sep 29, 2007 1:30 pm Post subject: Re: [Toolkit] Optimizing phpBB meta keywords |
|
|
| qwert wrote: | Then I changed the file search_stopwords.txt adding some words, it works for the search.php, but nothing changes in the meta keywords. So I still have useless words in the meta keywords.
What could be the problem?
Thanks |
Changing the stop words / synonyms only affects new posts that are entered into the search tables. To reprocess existing posts, install the Rebuild Search mod (it's included in the ACP if you're using 3.0). |
_________________ Dan Kehn |
|
| Back to top |
|
 |
|
 |
macdet
Joined: 27 Dec 2006 Posts: 8
|
Posted: Sat Feb 16, 2008 3:23 pm Post subject: soory dave :) |
|
|
i am SOO happy, now!  |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 2383
|
Posted: Sun Feb 17, 2008 10:52 am Post subject: Re: soory dave :) |
|
|
| macdet wrote: | i am SOO happy, now!  |
 |
_________________
|
|
| Back to top |
|
 |
yaashul
Joined: 29 Aug 2007 Posts: 4
|
Posted: Wed Apr 23, 2008 7:00 am Post subject: Bug in V 0.2.0 |
|
|
In phpBB3 SEO TooLKit : [Toolkit] phpBB3 SEO Dynamic Meta Tags V 0.2.0 :
It takes all data between Customized bbcode as Keyword |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 2383
|
Posted: Wed Apr 23, 2008 8:12 am Post subject: Re: [Toolkit] Optimizing phpBB meta keywords |
|
|
With the standalone version, look for :
| Code: | | var $mconfig = array('keywordlimit' => 15, 'wordlimit' => 25, 'wordminlen' => 2, 'bbcodestrip' => 'img|url|flash', 'ellipsis' => ' ...', 'topic_sql' => true, 'kewd_adddesc' => false); |
in includes/functions.php, you can add more bbcode to filter totally here :
| Code: | | 'bbcodestrip' => 'img|url|flash', |
chnage it to :
| Code: | | 'bbcodestrip' => 'img|url|flash|custbbcode1|custbbcode2', |
etc to fully filter additional bbcodes.
With the version in the premod it's a bit different, but the principle is the same, you just need to find :
| Code: | | static $bbcode_strip = 'img|url|flash|code'; |
instead. |
_________________
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |