The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Duplicate thread ID's
Anyone had similar problem? Basically, Google is indexing: sitename.com/showthread.php?p=ID sitename.com/showthread.php?t=ID sitename.com/showpost.php?p=ID&postcount=ID It makes a total mess in the Google Webmaster Central, as that's the 1 thread, and it has 2 duplicates, which have same keywords and same meta description. Is there any way to stop Indexing of those p= and showpost.php? Thanks, EDIT: Problem solved. |
#2
|
||||
|
||||
I see you edited the post and marked it as solved but for anyone with the same issue in the future one way is to add the canonical link url to the headinclude template.
About Canonical URL: http://googlewebmastercentral.blogsp...canonical.html Add this code: Code:
<if condition="(THIS_SCRIPT == 'showthread')"> <link rel="canonical" href="$vboptions[bburl]/showthread.php?t=$threadinfo[threadid]<if condition="$pagenumber>1">&page=$pagenumber</if>" /> </if> <if condition="THIS_SCRIPT == 'index'"> <link rel="canonical" href="$vboptions[bburl]/forum.php" /> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|