PDA

View Full Version : rel=canonical in threads


pharmacist
12-26-2009, 08:57 PM
It's very complicated to add meta rel="canonical" in showthread pages

<link rel="canonical" href="http://www.myforums.com/forum/showthread.php?$session[sessionurl]t=$threadid">
It was successfully canonical forum/showthread.php?t=xxxx
preventing showthread.php?p=xxxx ( that's good) which redirected to /showthread.php?t=xxxx
prevent showthread.php?t=xxxx&page=1 (that's very good) which redirected to /showthread.php?t=xxxx
,but also preventing
showthread.php?t=xxxx&page=2 ( very bad) " I don't want pages other than page=1 to be prevented as duplicate url" that means any page=xx redirected to /showthread.php?t=xxxx and that's very bad

my question how to add <if condition="$pagenumber>1"> in url with showthread.php?t=xxxx&page=2 /page3/page4 etc.. not to be prevented ???

any one understand me??

I think only SEO advanced users who can understand me !!!!

waiting help from SEO advanced users and Vbulleting advanced expert!!!

badawidollah
12-26-2009, 11:52 PM
It's very complicated to add meta rel="canonical" in showthread pages

<link rel="canonical" href="http://www.myforums.com/forum/showthread.php?$session[sessionurl]t=$threadid">
It was successfully canonical forum/showthread.php?t=xxxx
preventing showthread.php?p=xxxx ( that's good) which redirected to /showthread.php?t=xxxx
prevent showthread.php?t=xxxx&page=1 (that's very good) which redirected to /showthread.php?t=xxxx
,but also preventing
showthread.php?t=xxxx&page=2 ( very bad) " I don't want pages other than page=1 to be prevented as duplicate url" that means any page=xx redirected to /showthread.php?t=xxxx and that's very bad

my question how to add <if condition="$pagenumber>1"> in url with showthread.php?t=xxxx&page=2 /page3/page4 etc.. not to be prevented ???

any one understand me??

I think only SEO advanced users who can understand me !!!!

waiting help from SEO advanced users and Vbulleting advanced expert!!!

i need this canonical
how to modify it?
:D

pharmacist
12-31-2009, 09:23 PM
any help!!!!

se7o
12-06-2013, 12:11 PM
i rely need it to my fourm

could you look to this topic its for vb3

i think it may help you
https://vborg.vbsupport.ru/showthread.php?t=225117

--------------- Added 1386335940 at 1386335940 ---------------

i find it
i think it may help you
<link rel="canonical" href="{vb:raw thread_url}" />

--------------- Added 1386337521 at 1386337521 ---------------

<link rel="canonical" href="{vb:raw thread_url}" />


the problem here ^_^
{vb:raw thread_url}