vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Keyword duplication

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 ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-06-2008, 08:34 PM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-06-2008, 08:37 PM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
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" />
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 10-06-2008, 10:23 PM
Michael Biddle's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Michael Biddle
Join Date: Jan 2007
Location: Southern California
Posts: 2,898
Blog Entries: 5
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]" /> 
Replace with:

HTML Code:
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title]" /> 
also find:

HTML Code:
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" /> 
and replace with:

HTML Code:
<meta name="keywords" content="$foruminfo[title_clean]" /> 
That should remove the vboptions keywords from your forumdisplay and showthread pages.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 10-07-2008, 10:09 AM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
Thanks Michael,

Would it be a good idea to do this or leave it as it is?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 10-07-2008, 05:03 PM
Michael Biddle's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Michael Biddle
Join Date: Jan 2007
Location: Southern California
Posts: 2,898
Blog Entries: 5
Well, I guess it all depends, I have not tested this with/without this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 10-07-2008, 05:16 PM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
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:
Keywords meta tag contains too many keywords.
This tag contains 29 keywords. This is too many for what we would consider a 'robot friendly' keywords tag. The maximum number of keywords we recommend for this tag is 20.
Keywords meta tag relevancy to page content is very good.
The keywords meta tag relevancy to page content is 90%.
After the change

Quote:
Keywords meta tag contains no errors.
This tag contains 11 keywords and 110 characters.
Keywords meta tag relevancy to page content is excellent.
The keywords meta tag relevancy to page content is 100%.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 10-07-2008, 05:21 PM
Michael Biddle's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Michael Biddle
Join Date: Jan 2007
Location: Southern California
Posts: 2,898
Blog Entries: 5
Well with that tool, it seems to be better
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 10-07-2008, 05:23 PM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 10-07-2008, 06:43 PM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
Code:
<meta name="keywords" content="$foruminfo[title_clean]" /> 
This now presents another problem, you have the keywords used from the thread title, then the thread title listed as well.

Effectively duplicating the keywords

ie:

Code:
<meta name="keywords" this,is,a,duplicate,of,keywords this is a duplicate of keywords
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 10-08-2008, 02:23 PM
Senior Member
 
Real Name: Ged
Join Date: Dec 2006
Location: UK
Posts: 411
*cough*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 12:24 PM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.