[Toolkit] Optimizing phpBB meta keywords

phpBB mods by phpBB SEO.

Moderator: Moderators

Postby dcz » Wed Jan 24, 2007 11:17 am

And welcome :D

So yes, latin1_swedish_ci is standard Latin1 char-set, so everything will work as expected ;)

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Advertisement

Postby lavinya » Thu Feb 08, 2007 9:14 pm

hello dcz
how to > which sql code query?
User avatar
lavinya
PR1
PR1
 
Posts: 167
Joined: Mon Jul 24, 2006 9:05 am
Location: Turkey

Postby dcz » Fri Feb 09, 2007 12:27 pm

Did not get it sry.
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby lavinya » Mon Feb 12, 2007 6:03 pm

125, 576, 113, forum, sanat ...

how to remove 125 ...(number) pls help :cry:
User avatar
lavinya
PR1
PR1
 
Posts: 167
Joined: Mon Jul 24, 2006 9:05 am
Location: Turkey

Postby dcz » Tue Feb 13, 2007 10:15 am

As said, just add the words (here numbers are text strings too) in you search_stopwords.txt and run the rebuilt search script.

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby arkantos » Sat Mar 17, 2007 1:25 am

Hey how to get rid from the already indexed "1" and "2" character words from my database?
User avatar
arkantos
 
Posts: 26
Joined: Tue Feb 13, 2007 2:01 am
Location: Dark Side of Tha World

Postby dcz » Sat Mar 17, 2007 11:56 am

They won't be added in the search table again if you implemented the giefca fix from the first post to prevent the indexing of words smaller than three letters.

For word with more than 3 letters, you'll need to play with your search_stopwords.txt

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby HB » Sat Mar 17, 2007 2:22 pm

I haven't done it, but you could easily strip all numbers from the entry in functions_search.php (clean_words). I can't think of a word/number combo or number alone that's worth indexing.
Dan Kehn
HB
phpBB SEO Team
phpBB SEO Team
 
Posts: 1211
Joined: Mon Oct 16, 2006 2:25 am

yep but how?

Postby arkantos » Sat Mar 17, 2007 7:22 pm

dcz wrote:They won't be added in the search table again if you implemented the giefca fix from the first post to prevent the indexing of words smaller than three letters.

For word with more than 3 letters, you'll need to play with your search_stopwords.txt

++


Yep i know that, i say that ive imlemented all fixes and its ok now but there are already indexed words of 1 and 2 characters of lenght, how to i eliminate them from my database?

The fix from PHPBB eliminates words from stop_words.txt from database, maybe we could adjust it to eliminate all indexed words that are 1 and 2 chars lenght.

HB wrote:I haven't done it, but you could easily strip all numbers from the entry in functions_search.php (clean_words). I can't think of a word/number combo or number alone that's worth indexing.

May be numbers i duuno, if i search for "Spider Man 3" in my board it could be great that i find the "3" that identifies the topic, and if i have sipderman 2 and 1 also you could find the spiderman3 easily than getting eliminated the numbers.
But maybe number combinations are bad, two and 3 chars lenght.

This is a great idea also.
User avatar
arkantos
 
Posts: 26
Joined: Tue Feb 13, 2007 2:01 am
Location: Dark Side of Tha World

Postby dcz » Mon Mar 19, 2007 10:19 pm

That's what the giefca's fix will do when you'll rebuilt search table, and it will prevent words shorter than three letters to show up in search tables.
You really do not really want to run zillion of one and two letters entries in your search table any way.

http://www.phpbb-seo.com/boards/phpbb-s ... #solutions

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby Make-Money-Online » Wed Aug 01, 2007 7:21 pm

i don't know where to put request. but i find this forum most relative so i post here.
dynamic Meta tags

For forums

Whenever we create a new forum/subforum it should have a custom field for Keywords and descreption. so that we can add different meta tags for different forums.

For Topics

for topics we can have forum keywords as keywords or title as keywords. and for description we can have first 100-150 words of topic.

is it possible to have such mod?
please help me
thanks.
Make-Money-Online
 
Posts: 1
Joined: Wed Aug 01, 2007 7:08 pm

Postby Peter77 » Wed Aug 01, 2007 10:12 pm

Download Dynamic Meta tags

Support for this MOD, Please visit this forum.

Make-Money-Online wrote:i don't know where to put request. but i find this forum most relative so i post here.
dynamic Meta tags

For forums

Whenever we create a new forum/subforum it should have a custom field for Keywords and descreption. so that we can add different meta tags for different forums.

For Topics

for topics we can have forum keywords as keywords or title as keywords. and for description we can have first 100-150 words of topic.

is it possible to have such mod?
please help me
thanks.
Peter77
phpBB SEO Team
phpBB SEO Team
 
Posts: 520
Joined: Wed May 10, 2006 9:46 am
Location: Michigan

Postby Peter77 » Fri Aug 17, 2007 8:53 pm

By any chance, does anyone have a copy of the KB article on how to rebuild search tables? The phpbb KB article, http://www.phpbb.com/community/viewtopic.php?t=329629 is no longer a valid one since they changed some things around. I've looked in the phpbb2 section with no luck. It seems there are much more articles missing too. Porbably still updating the KB.

Rebuild Search MOD, is great, but not what I need at the moment.


:edit: Here we go..
http://web.archive.org/web/200601302148 ... icle_id=30 :)
Peter77
phpBB SEO Team
phpBB SEO Team
 
Posts: 520
Joined: Wed May 10, 2006 9:46 am
Location: Michigan

Postby dcz » Sun Aug 19, 2007 12:36 pm



They really are crazy :lol:
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

delete metakeywords

Postby qwert » Sat Sep 29, 2007 12:35 pm

Hello,

I have installed phpBB SEO Dynamic Meta Tags , and now am trying to optimize the meta keywords.

First I did the Giefca's fix .

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
qwert
 
Posts: 1
Joined: Sat Sep 29, 2007 12:21 pm

PreviousNext

Return to phpBB2 SEO TooLKit

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 1 guest