| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
kotico
Joined: 26 Aug 2008 Posts: 2
|
Posted: Tue Aug 26, 2008 5:56 pm Post subject: Dynamic Meta MOD |
|
|
Well I cant seem to get the keywords that I am looking for... the MOD is getting the keywords from the Title and not from the posts (text) where is the real text and keywords that I am looking to have.
Anyone knows how I can tell this MOD to collect keywords from the posts and not from the tiltes and/or site description  |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Thu Aug 28, 2008 7:14 am Post subject: Re: Dynamic Meta MOD |
|
|
That's what the mod is doing : http://phpbb3.phpbb-seo.net/demo-en/the-premod-demo-forum-t3.html
| Code: | <meta name="description" lang="en" content="Welcome in the demo forum. Support for this premod is provided here : http://www.phpbb-seo.com/boards/phpbb-seo-premod-vf61/ For other matter, please visit : http://www.phpbb-seo.com/boards/ " />
<meta name="keywords" content="demo, the, premod, forum, www, support, for, com, http, seo, phpbb" /> |
"support" is not part of the title for example.
++ |
_________________ 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 |
|
 |
kotico
Joined: 26 Aug 2008 Posts: 2
|
Posted: Fri Aug 29, 2008 12:11 am Post subject: Re: Dynamic Meta MOD |
|
|
On my forum, the keywords are been taken from title only... dunno why
toxx xicas . com/foro is in spanish |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Mon Sep 01, 2008 7:59 am Post subject: Re: Dynamic Meta MOD |
|
|
It must be because you are using the mysql full text index, or no index at all.
There is a little typo in the mod for such cases, please replace :
| Code: | | $seo_meta->meta['keywords'] = !empty($m_kewrd) ? $seo_meta->make_keywords($m_kewrd) : $seo_meta->make_keywords($seo_meta->meta['meta_desc']); |
with :
| Code: | | $seo_meta->meta['keywords'] = !empty($m_kewrd) ? $seo_meta->make_keywords($m_kewrd) : $seo_meta->make_keywords($message); |
in viewtopic.php, and you'll actually get words from the topics first post
++ |
_________________ 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 |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |