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  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit
::  
Author Message
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

[Toolkit] Optimizing phpBB meta keywordsPosted: Wed Jan 24, 2007 11:17 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

And welcome Very Happy

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

++

_________________
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
Visit poster's website
lavinya
PR1
PR1


Joined: 24 Jul 2006
Posts: 157
Location: Turkey

[Toolkit] Optimizing phpBB meta keywordsPosted: Thu Feb 08, 2007 9:14 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

hello dcz
how to > which sql code query?
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

[Toolkit] Optimizing phpBB meta keywordsPosted: Fri Feb 09, 2007 12:27 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

Did not get it sry.

_________________
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
Visit poster's website
lavinya
PR1
PR1


Joined: 24 Jul 2006
Posts: 157
Location: Turkey

[Toolkit] Optimizing phpBB meta keywordsPosted: Mon Feb 12, 2007 6:03 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

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

how to remove 125 ...(number) pls help Crying or Very sad
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

[Toolkit] Optimizing phpBB meta keywordsPosted: Tue Feb 13, 2007 10:15 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

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 || 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
Visit poster's website
arkantos



Joined: 13 Feb 2007
Posts: 26
Location: Dark Side of Tha World

[Toolkit] Optimizing phpBB meta keywordsPosted: Sat Mar 17, 2007 1:25 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

Hey how to get rid from the already indexed "1" and "2" character words from my database?
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

[Toolkit] Optimizing phpBB meta keywordsPosted: Sat Mar 17, 2007 11:56 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

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 || 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
Visit poster's website
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 707

[Toolkit] Optimizing phpBB meta keywordsPosted: Sat Mar 17, 2007 2:22 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

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
Back to top
Visit poster's website
arkantos



Joined: 13 Feb 2007
Posts: 26
Location: Dark Side of Tha World

[Toolkit] Optimizing phpBB meta keywordsPosted: Sat Mar 17, 2007 7:22 pm    Post subject: yep but how?

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.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

[Toolkit] Optimizing phpBB meta keywordsPosted: Mon Mar 19, 2007 10:19 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

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-seo-toolkit/optimizing-meta-keywords-vt78.html#solutions

++

_________________
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
Visit poster's website
Make-Money-Online



Joined: 01 Aug 2007
Posts: 1

[Toolkit] Optimizing phpBB meta keywordsPosted: Wed Aug 01, 2007 7:21 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

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.
Back to top
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 511
Location: Michigan

[Toolkit] Optimizing phpBB meta keywordsPosted: Wed Aug 01, 2007 10:12 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

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.
Back to top
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 511
Location: Michigan

[Toolkit] Optimizing phpBB meta keywordsPosted: Fri Aug 17, 2007 8:53 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

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/20060130214828/http://www.phpbb.com/kb/article.php?article_id=30 Smile
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

[Toolkit] Optimizing phpBB meta keywordsPosted: Sun Aug 19, 2007 12:36 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

Peter77 wrote:

:edit: Here we go..
http://web.archive.org/web/20060130214828/http://www.phpbb.com/kb/article.php?article_id=30 Smile


They really are crazy Laughing

_________________
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
Visit poster's website
qwert



Joined: 29 Sep 2007
Posts: 1

[Toolkit] Optimizing phpBB meta keywordsPosted: Sat Sep 29, 2007 12:35 pm    Post subject: delete metakeywords

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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit
Page 3 of 4 Goto page Previous  1, 2, 3, 4  Next

Navigation Similar Topics

Jump to: