vBulletin Search Engine Optimization
This is a discussion on Keyword duplication within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have the normal keywords in the vBulletin Options. eg: keyword1 keyword2 keyword3 keyword4 keyword5 keyword6 However when you view ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Keyword duplication
I have the normal keywords in the vBulletin Options. eg: keyword1 keyword2 keyword3 keyword4 keyword5 keyword6 However when you view source on the forums home, its perfect. When you view source on a forum thread, it is duplicated, if some of the words in the title of the thread are the same. eg: keyword7 keyword8 keyword1 keyword1 keyword2 keyword3 keyword4 keyword5 keyword6 The unbolded keywords, are the keywords, of the thread title, the bolded ones are the forum default keywords. Surely, all I would need are the unbolded ones? Any ideas? |
|
#2
| |||
| |||
|
I just checked here, and yours does the same. Code: <meta name="keywords" content="Keyword,duplication, Keyword duplication, SEO, vbulletin search engine optimization, search engine optimisation, search engine friendly forums, vbulletin seo" Code: <meta name="keywords" content="SEO, vbulletin search engine optimization, search engine optimisation, search engine friendly forums, vbulletin seo" /> |
|
#3
| ||||
| ||||
|
To solve this you could do the following. Open up your headinclude template and find; HTML Code: <meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" /> HTML Code: <meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title]" /> HTML Code: <meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" /> HTML Code: <meta name="keywords" content="$foruminfo[title_clean]" /> |
|
#4
| |||
| |||
|
Thanks Michael, Would it be a good idea to do this or leave it as it is? |
|
#6
| |||
| |||
|
I have just tried this: Using: Meta Tag Analyzer And this URL http://www.skyuser.co.uk/forum/sky-news-announcements/25255-message-sky-broadband-team-2.html Before the change Quote:
Quote:
|
|
#8
| |||
| |||
|
Yes, I understand that, but my point is, surely vBSEO should do this as standard for increased SEO effectiveness. For two years, I have had this like the first post. Even vBSEO has this on their forums. Maybe a good idea to include this in the setup instructions? |
|
#9
| |||
| |||
| Code: <meta name="keywords" content="$foruminfo[title_clean]" /> Effectively duplicating the keywords ie: Code: <meta name="keywords" this,is,a,duplicate,of,keywords this is a duplicate of keywords |
|
#10
| |||
| |||
|
*cough* |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| keyword duplication | saltedm8 | General Discussion | 3 | 09-29-2008 06:42 PM |
| Keyword help | blueraider | General Discussion | 1 | 02-15-2007 08:46 PM |
| /keyword/ vs. /keyword.html | Fender963 | General Discussion | 5 | 03-19-2006 12:05 PM |