|
I've put in place lots of different 301 rules to deal with numerous url changes.
And for certain URLS there are 3-4 different 301 redirects landing the visitors to the new URL.
I heard that 301 loses pagerank/linkjuice. ALl the 301 are onsite for the same domain. With a mix of php 301s and htaccess 301s.
Does google see more than one 301 redirect? or are the multiple 301s dealt be the server, and google only sees one.
for instance
articles/news.php?id=2 ---> articles/blog.php?id=2
articles/* ---> /*
/blog.php?id=2 ---> /title-of-post [mod rewrite]
so if you were to visit /articles/news.php?id=2 there will be two 301 redirects until you land on the page you're after, my question is does google see two redirects or just one?
__________________
Check my blog for Please login or register to view this content. Registration is FREE and discover the Please login or register to view this content. Registration is FREE service for you.
Last edited by lochness; 02-15-2011 at 06:35 PM..
|