| :: |
| Author |
Message |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
|
| Back to top |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
Posted: 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  |
_________________ 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 |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
|
| Back to top |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 511 Location: Michigan
|
Posted: 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

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 511 Location: Michigan
|
Posted: 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

Joined: 28 Apr 2006 Posts: 13031
|
Posted: 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
++ |
_________________ 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 |
|
 |
JanoF

Joined: 30 May 2006 Posts: 43
|
Posted: 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 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
tweety PR0

Joined: 24 Jan 2007 Posts: 93
|
Posted: 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

Joined: 24 Jan 2007 Posts: 93
|
Posted: 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 |
|
 |
|
|