Holy Redirects
-
Currently working on a project for a medium sized site (http://sleeponcall.com/) but the SEOMoz crawl crawled over 14,000 pages because the report is showing more than 8,000 redirects.
The client has no clue how this happened as their previous web programmers may not have been on the ball.
What could be causing the problem and what is the best way to untangle this mess?
-
Carl
If you check through Everett Sizemore's pro webinar about E-comerce SEO, he covers the correct way to set up of Megneto for ecommerce, from memory he also offers some additional resources you can check out. i think its around 45 mins in.
http://www.seomoz.org/webinars/ecommerce-seo-fix-and-avoid-common-issues
Hope that helps
-
Did you have a look at the file I made for you? Hope so, took me 20 minutes to compile and all
As William said, look for 301 or 302 mentioned in the .htaccess file, if those are mentioned there, that's a sign that things are being redirected.
A rebuild is always useful, but of course, the budget probably isn't there and I can respect that.
Let us know about the .htaccess file..
-
If you have the resources I suggest rebuilding it under Magento again. Might be well worth the time if you have a lot of problems with the previous design.
-
I agree the way the entire site is setup is strange. Still trying to get answers from the original site builders as to what they did and why.
-
Look for the numbers 301,302 redirects.
i.e. [r=301,nc] and something along those lines. Look for the culprit that way and remove it.
I thought Magento was up to date on these problems, are you running the latest? I find it odd that everything is within the sub /index.php/'category'.
-
Thanks for the help, the site is in fact run on Magento.
I'll have the programmer check the redirect code in the .htacess file, is there anything specific I should be looking for in the Magento setup?
-
Hi Carl,
I immediately fired up Xenu and did a test, there's an option to set redirects as errors, to locate the redirects. Here's is the downloadable export: http://www.imoddigital.com/sleeponcall/sleeponcall.xlsx
When you look at the file in Excel, the redirect pages won't appear as 200, they'll either be 301 or 302, this will allow you to isolate the troublesome pages.
Please do check your .htaccess file like Justin has suggested, that would have been my very first point of call.
Hope that helps!
Christopher
-
Its sounds like pages are on a redirect loop....
Run a scrawl using link sleuth and identify the URL's that are redirecting and you can take it from there.
Perhaps do the scan, and then report back with an example of why they are redirecting and we can be of better assistance.
Greg
-
My guess would be that at some point the url structure of the site has been changed and have 301'd from the old url structure to the new one.
Have you checked the .htaccess file on the server to see if there are any redirect code in there?
Another possibility is the platform could be causing it. What platform is the site created in? If it is an off the shelf e-com system then configs can cause these kind of issues, I believe magento is a culprit of this if its not set up correctly.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Old Content after 301 Redirect Success
Hi, I want to ask what need I do to the old content after my 301 redirect to the new domain with the same content success? Do I need to remove that old content? Nothing bad happen right? Thanks
Technical SEO | | matthewparkman0 -
Redirecting the .com of our site
Hey guys, A company I consult for has a different site for its users depending on the geography. Example: When a visitor goes to www.company.com if the user is from the EU, it gets redirected to http://eu.company.com If the user is from the US, it goes to http://us.company.com And so on. I have two questions: Does having a redirect on the .com will influence rankings on each specific sub-site? I suspect it will affect the .com since it will simply not get indexed but not sure if affects the sub domains. The content on this sub-sites are not different (I´m still trying to figure out why they are using the sub-domains). Will they get penalized for duplicate content? Thanks!
Technical SEO | | FDSConsulting0 -
301 redirects
Hi, I am a working on a new web site, and I want to redirect all the urls of another site (on a different host) to this one. According to both hosts it is "impossible" to do this for all urls. I don't believe that to be the case, but how do I do this? And, should both sites be hosted on the same server first?
Technical SEO | | vibelingo0 -
Redirection based on country and impact on rankings
I have a website that ranks number 1 in google.co.uk for its main key term and ranks number 4 in google.com.au. However i would rather that visitors in australia see domain.com.au rather than domain.co.uk. Is there a way to achieve this using some clever 301s without impacting the rankings in australia and so that the .com.au starts to rank in place of the .co.uk OR Would you advise launching a .com.au version of the site hosted separately with unique / re-written content on it.?
Technical SEO | | thefresh0 -
302 or 301 redirect to https ?
I am redirecting whole site to https. Is there a difference between 302 or 301 redirect for seo? Site never been indexed. Planning to do that with .htaccess command RewriteCond %{HTTPS} !=on
Technical SEO | | Kotkov
RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] There are plenty of ways http://www.askapache.com/htaccess/ssl-example-usage-in-htaccess.html Which way would be the best? Thanks is advance0 -
Redirecting an Old Domain
One of my clients has a newish e-commerce website that was just redesigned. Part of this new marketing push is shutting down an old yahoo store. The problem is that this old store's domain has a 10 year old link in DMoz and is there fore in about 200 other directories. Is pointing that old domain at the new website going to be enough to keep all of that link juice flowing?
Technical SEO | | Simple_Machines0 -
Question concerning a 302 Redirect
Hi! I've already done some research on redirects, but I still have a question concerning a 302 redirect implemented at the homepage of a website. The Website www.domainA.com has a 302 redirect to www.domainA.com/content/.... Also all subsequent pages have the /content/ directory in their URLs: e.g domainA.com/content/products First thing I was wondering about, was the use of a redirect to a new site using an additional directory /content/... Why would anyone do this? Would it be enough to replace the 302 with a 301 redirect, or would you recommend to change the entire structure and eliminate this /content/ directory? The most logical structure would be www.domainA.com/products/.., and not www.domainA.com/content/products, right? Second thing: Given that 302 means temporary redirect, what are the actual implications when redirecting from domainA.com to domainA.com/content? I've heard that 302 redirects don't pass linkjuice and are detrimental for the site's rankings... What are the actual implications concerning the example above (302 redirect from domainA.com to domainA.com/content ? Would be great to get some advice about the first problem and maybe some insights about the second one concerning 302s in general. Thanks in advance! Cheers, Chris
Technical SEO | | adwordize0 -
A technical 301 Redirect Question
Alright, I'm taking a chance and stepping into the developer role here...something completely out of my comfort zone so bear with me. We have a pretty site built in PHP (www.dassant.com) and we are coming across some duplicate content issues. For example, these are supposed to be the same page: http://www.dassant.com/products.php and http://www.dassant.com/products So the SEO in me states the obvious: We need a 301 redirect stat! Unfortunately, our developer went MIA and I am having the hardest time getting a 301 implemented. After some research I found the code that I need to paste into the PHP (for this specific page): Header( "HTTP/1.1 301 Moved Permanently" );
Technical SEO | | EssEEmily
Header( "Location: http://www.dassant.com/products" );
?> However, when I paste it in, upload and refresh the page, I get these error messages in the (multiple) browsers I use. (See attached) http://imgur.com/a/1lar5 With my limited knowledge I can't find these supposed other redirects so I'm stumped. Can anyone shed some light? Thank you in advance! 1lar50