gentem
May 11th, 2010, 11:21 AM
Google results are divided between skyscrapercity.com/showthread.php? and 66.249.128.91/showthread.php?
So even pageRank gets divided. Even bing and yahoo will support this tag soon. This can be avoided if we add canonical tag in header of all pages.
DaiTengu
May 11th, 2010, 10:34 PM
There's an easier way to fix that.
(I just fixed that)
Thanks for pointing it out, though.
gentem
May 28th, 2010, 08:48 AM
Seems a 301 redirect.. todays count for search 'skyscrapercity site:66.249.128.93' is 106k on google
gentem
February 9th, 2011, 09:13 AM
^^ today 9 results :banana: this must have helped pageranks..
Gzdvtz
February 9th, 2011, 06:09 PM
ITT: nerd talk.
martingh
July 6th, 2011, 03:39 PM
Do a little change in .htaccess file and fix it permanently.
DaiTengu
July 8th, 2011, 11:43 PM
Do a little change in .htaccess file and fix it permanently.
not running apache, so .htaccess isn't an option.
TMYK
gentem
January 15th, 2012, 07:25 AM
Redirect is fine, things improved, but let me explain why exactly canonical tag helps. These 2 pages are same, but google identifies them as separate pages and so pagerank is divided :(
http://www.skyscrapercity.com/showthread.php?p=87527451#post87527451
http://www.skyscrapercity.com/showthread.php?t=1220875&page=39
when you google search you even find duplicate results showing same page of ssc thread :ohno: It is easy just add into < head > < / head > the following code:
if $pagenumber != 1
<link rel="canonical" href="http://www.skyscrapercity.com/showthread.php?t=1220875&page=$pagenumber" />