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
-
Regarding Redirect chain
**Old site urls:- **http://www.giftalove.com/birthday-gifts-5.html **New site urls:- **https://www.giftalove.com/birthday **Old site urls:- **http://rakhi.giftalove.com **New site urls:-**https://www.giftalove.com/rakhi My old site url redirect to new site url but show redirect chain issue. My site redirect A to B to C. Kindly find attached image and guide me what is the best way of redirection. Thanks & Regards Dilip Kumar boxgEpd
Technical SEO | | Packersmove0 -
Redirecting a single page to another website
We're moving one of our services from the current website to a different domain. That domain will be dedicated just to that service. Currently, we have one page for that service on our current website. It already has been crawled and ranks well for certain keywords. But, we would want to eventually delete that page. Can I set 301 redirection for that page to another domain? At what point should I remove the page from the existing website's back-end?
Technical SEO | | infoAnalytica1 -
Redirecting homepage to subdirectory
Any issues with 301 redirecting a site's homepage to the English version subdirectory? Example: Original homepage: www.mysite.com New homepage: www.mysite.com/en/ The site is very old and very authoritative and trusted with lots of traffic.
Technical SEO | | SoulSurfer80 -
301 Redirects in subfolders
Hi, we're making our site into a static site but I would like to transfer the Google juice. Most of the links and database exist on subfolders though. Could I simply do 301 redirects on the subfolders and retain the value or does it have to be on the full domain?
Technical SEO | | Therealmattyd0 -
Apache redirects
Hey all I'm handling some redirects and am fuzzy with Apache server stuff. I'm redirecting dynamic URLs and the only thing that's changing is the new domain. I have implemented this in the server file (thus far unsuccessfully): RewriteEngine on
Technical SEO | | jamesm5i
RewriteCond %{HTTP_HOST} ^.oldsite.com$ [NC]
RewriteRule ^(.)$ http://www.newsite.com/$ [L,R=301] Any ideas on what I can change to make it work? For those who are more familiar I know I'm missing something simple. Thanks as always!0 -
Redirection Plugin and Regular Expressions
I am using Wordpress and the Redirection plugin. I have recently launched a new site and while it was in development, a lot of broken pages were created and indexed. These are terminating in 404s. I am looking to redirect all traffic from: /replay/postname/ to the homepage. When I use this regular expression: Source: /replay/* Target: / it removes the /replay/ but leaves the postname. Any idea how I could redirect all traffic inside of /replay/ to the homepage? Thanks a bunch, Josh
Technical SEO | | dreadmichael0 -
Redirection in two phases
Hi, One of my client want a website revamp in two phases. The first phase would be to move the CMS from Sharepoint to Drupal keeping the same content and URLs but the page extension will change (it could become php or just the name of the page without any extension) The second phase will be a content revamp with URL change. The first phase will last 3 weeks and then we will push the second phase with the new content and the new URL. Some shortcuts to make it a more readable: old url = OURL old url with new extension = OURLEX new URL = NURL My problem is how can I manage the redirections. Should I: Phase 1: create one rule that will redirect all the OURL to the OURLEX Phase 2: keep the rule I created in phase 1 and add rules for OURLEX to NURL Or Phase 1: create one rule that will redirect all the OURL to the OURLEX Phase 2: keep the rule I created in phase 1 and add redirect OURL to NURL Or Phase 1: create one rule that will redirect all the OURL to the OURLEX Phase 2: remove the rule I created in phase 1 and add redirect OURL to NURL Or Phase 1: create a rules for each OURL that will redirect all the pages to OURLEX Phase 2: remove the rules I created in phase 1 and redirect the OURL to NURL Or Phase 1: create a rules for each OURL that will redirect all the pages to the OURLEX Phase 2: keep the rules I created in phase 1 and add rules to redirect the OURLEX to the NURL Or something else you think is better Difficult to explain, let me know if it's understandable. Thanks for you help! GaB
Technical SEO | | Pherogab0 -
301 redirect on the root of the site
Due to some historic difficulties with our URL Rewriter, we are in the position of having the root of our site 301 redirected to another page. So the root of our site: http://www.propertylive.co.uk/ has a 301 redirect to: http://www.propertylive.co.uk/home.aspx We're aware that this isn't great and we're working to fix this completely, but what impact will this have on our SEO?
Technical SEO | | LianWard860