Questions
-
Looking for SEO Help- Magento Temporary Redirects
Did anyone ever come up with an answer? The site is set for 301 Redirects but Moz show hundreds of 302s.. mostly Wishlist and compare related (Magento version 1.9.2)
Intermediate & Advanced SEO | | 7SidedCube0 -
Magento- Temporary Redirects
The errors are appearing because users are immediately redirected to the login page. It doesn't actually matter whether these are 301 or 302 redirects because you're not looking to pass link equity anyway. The easiest way to deal with this is to tell crawlers (like Moz's and Google's) to ignore stuff they couldn't see anyway because it's only shown to logged-in users. I generally block the /customer/* folder in robots.txt to avoid issues like this. And if you have a wishlist in the primary nav that's worth blocking, too. You could also just remove the Wish List link when users aren't logged in. The idea is to tell the crawlers to avoid any portion of the site where a login is required. So you could just upload a text file to canyonos.com/robots.txt that looks like this: user-agent: * disallow: /customer/ disallow: /wishlist/ These lines will block the entire folder, so you should only do it if there's nothing in the folder that search engines can see. In other words, use this line if everything in the folder is behind a login (it usually is in Magento). Google's info is pretty good here: https://developers.google.com/webmasters/control-crawl-index/docs/robots_txt?csw=1
Moz Tools | | Carson-Ward0