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
-
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 -
Why does my Google Web Cache Redirects to My Homepage?
Why does my Google Webcache appears in a short period of time and then automatically redirects to my homepage? Is there something wrong with my robots.txt? The only files that I have blocked is below: User-agent: * Disallow: /bin/ Disallow: /common/ Disallow: /css/ Disallow: /download/ Disallow: /images/ Disallow: /medias/ Disallow: /ClientInfo.aspx Disallow: /*affiliateId* Disallow: /*referral*
Technical SEO | | Francis.Magos0 -
Remove a page after redirection
Hi, I had page eg. www.example.com/page1 and I redirect 302 it to > www.example.com/page2 After that I fatch this page (page2) with GSC and this page was index in serp. Can I remove this old redirect page > www.example.com/page1 now? Will this remove harm my page?
Technical SEO | | Tormar0 -
CGI Redirects
Trying to 301 old legacy files like oldsite.com/green/red.cgi/blue/ using this htaccess code: Redirect 301 /green/red.cgi/blue/ http://www.newsite.com/summary-page/
Technical SEO | | SoulSurfer8
Instead it's redirecting to: newsite.com/red.cgi/blue/ FYI oldsite.com's htaccess file does not have any global 301 rules that would conflict Does anyone know if cgi files require a different 301 syntax? Thanks!0 -
Wordpress and Redirects?
I want to update my permalinks - actually I want to change the URL's to fit the content and keywords better. I can choose "edit" the URL, but don't I need a redirect? I don't see any htaccess Plugin installed.......is that what I need to be able to change my URL's in Wordpress?
Technical SEO | | cschwartzel0 -
301 redirect not working
Hi there! I have recently moved a domain that has been indexed by google and setup redirects so that it forwards to the new domain. It seems like the only redirect that actually is working is the canonical and main domain but every other page and or page nested within a folder are not working. Here is an example of some of the redirects. Am I doing this wrong? It seems to be going to the new domain but can't find the actual pages.... RewriteEngine On
Technical SEO | | twotd
RewriteBase /
RewriteCond %{HTTP_HOST} !agoodsweep.com$ [NC]
RewriteRule ^(.*)$ http://agoodsweep.com/$1 [L,R=301]
redirect 301 woodstoveservicerepair.html http://agoodsweep.com/woodstoveservicerepair/
redirect 301 /westchesterchimney.html http://agoodsweep.com/west-chester-chimney/ Thanks in advance for any help!!0 -
Can I redirect a URL that has a # in it? How?
Hi there - My web developer is saying that I can't do a URL redirect with a "#" in it. Currently, the URL is actually an anchored link within a page (which the URL indicates with a #). I want to change the content to a new URL, but our website links internally to the old URL, so we would need to do a URL redirect (assume 301). Can you tell me if this is possible and how? Thanks!
Technical SEO | | sfecommerce0 -
How do I redirect index.html to the root / ?
The site I've inherited had operated on index.html at one point, and now uses index.php for the home page, which goes to the / page. The index.html was lost in migrating server hosts. How do I redirect the index.html to the / page? I've tried different options that keep giving ending up with the same 404 error. I tried a redirect from index.html to index.php which ended in an infinite loop. Because the index.html no longer exists in the root, should I created it and then add a redirect to it? Can I avoid this by editing the .htaccess? Any help is appreciated, thanks in advance!
Technical SEO | | NetPicks0