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