| :: |
| Author |
Message |
funwadi PR0

Joined: 06 May 2007 Posts: 53 Location: UAE
|
Posted: Mon Jan 21, 2008 4:46 am Post subject: Description and Keyword Problem |
|
|
Hello Sir,
I have installed all your MODs and a bit confused that due to which MOD this is occurring as I need changes in description part of every topic.
For example if you open http://www.funwadi.com/forum/jodhaa-akbar-songs-t33976.html and see the source code of that page so the title is good. The description part if you see says "FunWadi.com - The Island Of Fun : Jodhaa Akbar Songs"
"I need to remove FunWadi.com - The Island Of Fun :" from the description part of every topic.
And the MOD - phpbb-SEO-dynamic_meta_tagsV_0.2.0 is already installed on my board!
So can you help me in fixing keyword as well as description issues.
Hope to hear from you soon.
Thanks and best regards,
AbdulBasit Makrani |
|
|
| Back to top |
|
 |
|
 |
funwadi PR0

Joined: 06 May 2007 Posts: 53 Location: UAE
|
Posted: Mon Jan 21, 2008 5:50 am Post subject: Re: Description and Keyword Problem |
|
|
In viewtopic.php there is a line
| Code: | | $phpbb_seo->seo_meta['meta_desc'] = $phpbb_seo->meta_filter_txt($board_config['sitename'] . " : $page_title"); |
At the end I think there should be made some changes due to which the page title should come first and sitename should come later.
Can you make necessary changes and tell me
And keyword thing, I am still not able to figure it out  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
funwadi PR0

Joined: 06 May 2007 Posts: 53 Location: UAE
|
Posted: Mon Jan 21, 2008 8:05 am Post subject: Re: Description and Keyword Problem |
|
|
It worked perfectly. Thanks a lot
The Optimizing phpBB Meta Keywords topic I have read it twice today morning but failed to get what exactly I needed.
For example in this topic --> http://www.funwadi.com/forum/jodhaa-akbar-songs-t33976.html
You will see the keywords are:- 2008,aishwarya,akbar,arun,cast,composed,download,hrithik,ila,includes,jodhaa,kharbanda,kulbhushan,mehta,Jodhaa
These keywords are single words whereas I need them 2-3 words as 1 keyword.
This exact thing I cannot find in the thread you gave me
Once again thank you very much for the help regarding the description part  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
funwadi PR0

Joined: 06 May 2007 Posts: 53 Location: UAE
|
Posted: Mon Jan 21, 2008 9:41 am Post subject: Re: Description and Keyword Problem |
|
|
This just made the keywords in less numbers.
Still what I wanted is not this.
If you open the topic - http://www.funwadi.com/forum/jodhaa-akbar-songs-t33976.html so the keyword it shows are:-
2008,aishwarya,akbar,arun,cast,composed,download,hrithik
These keywords are useless for me. To get top in SERP for single keywords is very difficult.
So what I need is that above keywords are fine but they should be in this format.
cast composed, download hrithik, 2008 aishwarya
Something like that. This way instead of 1 word, 2 words are combined together to make 1 keyword which increase the chances of that particular keyword to get good SERP.
Is it possible to do so what I wanted  |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3137
|
Posted: Tue Jan 22, 2008 8:28 am Post subject: Re: Description and Keyword Problem |
|
|
| Seems hard to achieve dynamically. |
_________________
|
|
| Back to top |
|
 |
funwadi PR0

Joined: 06 May 2007 Posts: 53 Location: UAE
|
Posted: Tue Jan 22, 2008 9:03 am Post subject: Re: Description and Keyword Problem |
|
|
Then I think all those users who have this MOD with such keywords coming in their meta keywords will never come on top of SERP because to come top in SERP for a single keyword is just a dream for every normal person.
Can you help me dcz  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
funwadi PR0

Joined: 06 May 2007 Posts: 53 Location: UAE
|
Posted: Thu Jan 24, 2008 10:54 am Post subject: Re: Description and Keyword Problem |
|
|
Alright. Then it's fine
You knows better then me and it's good to hear that it won't make big difference.
Thanks for all your MODs you provided with your great support  |
|
|
| Back to top |
|
 |
funwadi PR0

Joined: 06 May 2007 Posts: 53 Location: UAE
|
Posted: Tue Jan 29, 2008 11:21 am Post subject: Re: Description and Keyword Problem |
|
|
The topic's description is solved now but when I open any sub-forum for example - http://www.funwadi.com/forum/dill-mill-gaye-f422.html
So the description says
FunWadi.com - The Island Of Fun : Dill Mill Gaye :
Whereas it should be
Dill Mill Gaye : FunWadi.com - The Island Of Fun
Also for main category like - http://www.funwadi.com/forum/star-plus-star-one-f15.html
The description says
FunWadi.com - The Island Of Fun : Star Plus / Star One : Watch The Latest Happening On Star Plus & Star One
Where it should be
Star Plus / Star One : Watch The Latest Happening On Star Plus & Star One : FunWadi.com - The Island Of Fun
Also in above description it says & and it should be only & yeah?
Can you help me in fixing all these issues ?  |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3137
|
Posted: Tue Jan 29, 2008 3:07 pm Post subject: Re: Description and Keyword Problem |
|
|
The html encode characters are not a problem, they are understood by bots as long as they are well formatted (no &) which is the case here.
Then, about the order, the original code is in viewforum.php :
| Code: | | $seo_meta->meta['meta_desc'] = $seo_meta->meta_filter_txt($forum_data['forum_name'] . ' : ' . (!empty($forum_data['forum_desc']) ? $forum_data['forum_desc'] : $config['site_desc'])); |
It does not add the site name. So it could be because you altered this part or coming from the templates.
Again, meta are not this important SEO wise, so the order is even less important. |
_________________
|
|
| Back to top |
|
 |
funwadi PR0

Joined: 06 May 2007 Posts: 53 Location: UAE
|
Posted: Tue Jan 29, 2008 5:18 pm Post subject: Re: Description and Keyword Problem |
|
|
But I need to get fixed those issues Sir. Please help me  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
funwadi PR0

Joined: 06 May 2007 Posts: 53 Location: UAE
|
Posted: Fri Feb 01, 2008 10:20 am Post subject: Re: Description and Keyword Problem |
|
|
I didn't understand your above codes. I mean what to do with them in viewtopic.php
Can you explain it which code to find and replace or add
Thank you,
AbdulBasit |
|
|
| Back to top |
|
 |
|
|