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: Thu Jul 13, 2006 2:10 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

Hu, the charset joy Very Happy

I though it was worth it to give it a try utf-8 => latin then cut the word under three letters then utf-8, but it's just toeasy to work it seems.

++

_________________
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
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

[Toolkit] Optimizing phpBB meta keywordsPosted: Thu Jul 13, 2006 3:30 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

excuse me i couldn't understand Rolling Eyes

_________________
طراحی وب ، آموزش سئو ، آموزش CSS ، phpbb فارسی ، phpbb3 فارسی ، دروپال فارسی
طراحی وب ، قالب وبلاگ ، استاندارد وب ، آموزش CSS و HTML ، آموزش php
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: Thu Jul 13, 2006 3:40 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

well, my idea was to convert utf-8 to latin prior to filter it with giefca's code working with latin charset and then to convert it back to utf-8, where all words under 3 letters would have been filtered.

But it's not this simple it seems Rolling Eyes

_________________
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
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

[Toolkit] Optimizing phpBB meta keywordsPosted: Thu Jul 13, 2006 3:45 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

ok

but i think it needs lot of work to writing code for this purpose Rolling Eyes

_________________
طراحی وب ، آموزش سئو ، آموزش CSS ، phpbb فارسی ، phpbb3 فارسی ، دروپال فارسی
طراحی وب ، قالب وبلاگ ، استاندارد وب ، آموزش CSS و HTML ، آموزش php
Back to top
Visit poster's website
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

[Toolkit] Optimizing phpBB meta keywordsPosted: Sun Jul 16, 2006 6:20 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

Rolling Eyes excuse me , another question

can i use this mod without keyword metatag
keyword metatag in this mod is not suitable for my language
giefca fix doesn't work for persian and for some reason we are not able to use search_stopwords.txt file.

can i remove keyword section of this mod
is it standard to have description meta tag and don't have keyword metatag Question

_________________
طراحی وب ، آموزش سئو ، آموزش CSS ، phpbb فارسی ، phpbb3 فارسی ، دروپال فارسی
طراحی وب ، قالب وبلاگ ، استاندارد وب ، آموزش CSS و HTML ، آموزش php
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: Sun Jul 16, 2006 11:03 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

Yes off course.

Just delete those part in the code, so you don't search for keywords for nothing :

Code:
        $sql = "SELECT w.word_text
                FROM " . TOPICS_TABLE . " t, " . SEARCH_MATCH_TABLE . " m, " . SEARCH_WORD_TABLE . " w
                WHERE t.topic_first_post_id = m.post_id
                AND m.word_id = w.word_id
                AND t.topic_id = $meta_topic_id LIMIT 20";
        if( ($result = $db->sql_query($sql)) ) {
      $keywords = '';
      while ( $meta_row = $db->sql_fetchrow($result) ) {
         $keywords .= ($keywords == '') ? $meta_row['word_text'] : ',' . $meta_row['word_text'];
      }
        }


and :

Code:
         $keywords = $board_config['sitename'] . ', ' . $meta_row['cat_title'] . ', ' . $meta_row['forum_name'] . ', FEW_MORE_KEYWORDS_COMA_SEPARATED';


and :

Code:
         $keywords = $board_config['sitename'] . ', ' . $meta_row['cat_title'] . ', FEW_MORE_KEYWORDS_COMA_SEPARATED';


and :

Code:
$phpbb_meta .= '<meta name="keywords" content="' . $keywords  .'" />' . "\n";


and you're done 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
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

[Toolkit] Optimizing phpBB meta keywordsPosted: Mon Jul 17, 2006 4:04 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

thanks Very Happy

_________________
طراحی وب ، آموزش سئو ، آموزش CSS ، phpbb فارسی ، phpbb3 فارسی ، دروپال فارسی
طراحی وب ، قالب وبلاگ ، استاندارد وب ، آموزش CSS و HTML ، آموزش php
Back to top
Visit poster's website
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 511
Location: Michigan

[Toolkit] Optimizing phpBB meta keywordsPosted: Mon Aug 07, 2006 6:19 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

For some reason, viewing topics, there are no keywords showing. its blank. I did run into one thread where the content had kewwords in it. what should I be checking? I do have search_stopwords.txt in my launguage file and search_synonyms.txt too.

_________________
Juarol.com
| Frekuenciadigital.com |
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

[Toolkit] Optimizing phpBB meta keywordsPosted: Mon Aug 07, 2006 11:09 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

Well I do see meta keywords for your topics.

Could you post an URL to a problematic topic ?

++

_________________
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
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 511
Location: Michigan

[Toolkit] Optimizing phpBB meta keywordsPosted: Wed Aug 09, 2006 4:50 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

Hmm, I guess I was wrong. seems to be working correctly.

Is there really a better benefit in having different meta keywords in topic pages?

Because I see a lot of ....

Quote:
"click,for,get,good,here,how,its,link,not,shared,sharing,the,this,will,with,you,50s,60s,70s,musica">


for keyword content In my topics....

wouldn't it be better off using normal meta tag instead of random words? normally these are words that google ignores in thier searches anyway.... BUT if it actually makes a difference having diffrent content for meta keywords, then nevermind. spider bots like different content anyway, right?

_________________
Juarol.com
| Frekuenciadigital.com |
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

[Toolkit] Optimizing phpBB meta keywordsPosted: Wed Aug 09, 2006 10:40 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

Well, actually, all of those are part of the topic messages.
It's the main interest of this part of the mod, we at least provide honest informations about the page content as the keywords shown in the meta keywords are really in the content.

Then, you can narrow the possibilities to output better ones with you search_stopwords.txt.

terms such as its, for, the, get, not, you, 50s, 60s, 70s, with could be trashed 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
JanoF



Joined: 30 May 2006
Posts: 43

[Toolkit] Optimizing phpBB meta keywordsPosted: Sat Oct 07, 2006 10:20 pm    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

Shall I coding UTF8 and doesn't create me all right keywords nor' descriptions, that would to have been needs repair that this operate right?

Code:
<meta name="keywords" content="administrăˇtorov,ako,alebo,aseldof,banu,bruce,dvojităˇ,dă´vod,edităˇcie,făłra,făłre,istă©,jajooo,janofa,jarof,konto,konäťă­m,kopirovanie,krăˇl,ktoră˝" />

_________________
www.pcforum.sk | www.pcforum.cz | jan.fecik.sk
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: Sun Oct 08, 2006 10:39 am    Post subject: Re: [Toolkit] Optimizing phpBB meta keywords

UTF-8 is not easy to deal with in this matter, this is being discussed just few post above, look at this post 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
tweety
PR0
PR0


Joined: 24 Jan 2007
Posts: 93

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

what is this utf-g and latin charset? how do you find out and can you change it? i am doing site aimed at uk
Back to top
tweety
PR0
PR0


Joined: 24 Jan 2007
Posts: 93

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

i have check my phpadmin and it is showing the database as

Database Ascending Collation
tollens_mighty latin1_general_ci
information_schema utf8_general_ci
Total: 2 latin1_swedish_ci

tollens_mighty is the database i use is this OK

i do not understand why the latin is swedish mmmmm????
is this OK
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit
Page 2 of 4 Goto page Previous  1, 2, 3, 4  Next

Navigation Similar Topics

Jump to: