Hey,
i have found one bug in canonical-tag.
On first page the conical-tag in a thread is correct but on second and further pages the canical-tag shows always the first page.
That code should work for vbulletin 3.8:
I have put this code into showthread template and deactivate the canonical feature in DBSEO.
Best regards
Matthias
i have found one bug in canonical-tag.
On first page the conical-tag in a thread is correct but on second and further pages the canical-tag shows always the first page.
That code should work for vbulletin 3.8:
Code:
<link rel="canonical" href="$vboptions[bburl]/showthread.php?t=$threadinfo[threadid]<if condition="$pagenumber>1">&page=$pagenumber</if>" />
I have put this code into showthread template and deactivate the canonical feature in DBSEO.
Best regards
Matthias