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  
 
   
[Toolkit] Optimizing phpBB meta keywords
Goto page Previous  1, 2, 3, 4
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit
::  
Author Message
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 707

[Toolkit] Optimizing phpBB meta keywordsPosted: 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
Visit poster's website
macdet



Joined: 27 Dec 2006
Posts: 8

[Toolkit] Optimizing phpBB meta keywordsPosted: Sat Feb 16, 2008 3:23 pm    Post subject: soory dave :)

i am SOO happy, now! Rolling Eyes
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 2383

[Toolkit] Optimizing phpBB meta keywordsPosted: Sun Feb 17, 2008 10:52 am    Post subject: Re: soory dave :)

macdet wrote:
i am SOO happy, now! Rolling Eyes


Very Happy

_________________
Back to top
yaashul



Joined: 29 Aug 2007
Posts: 4

[Toolkit] Optimizing phpBB meta keywordsPosted: 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
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 2383

[Toolkit] Optimizing phpBB meta keywordsPosted: 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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit
Page 4 of 4 Goto page Previous  1, 2, 3, 4

Navigation Similar Topics

Jump to: