Should I stop redirectin 301, sometime?
-
Dear All,
I work for a southamerican ecommerce, I would like to know if you can help me out with the following.
This site is full of 404, more than 45K, so we are doing 301 to corresponding pages. The development team is asking me if we could stop doing the 301 in some time...In order to do this search engines should index only the url we are redirecting to, and not the one that is redirecting to the new one.
Currently they are redirecting in the HTML no by htaccess, so this means they have one page for each URL that needs to be redirected, and this is not efficient.
Bests,
Pablo
-
I would just setup wild card 301 redirects via htaccess. Allows you to establish rules to redirect whole directories to new pages: http://stackoverflow.com/questions/6877486/how-can-i-use-htaccess-to-redirect-paths-with-a-wildcard-character
-
Meta noindex + the URL Removal Tool would work to get rid of them. I would also try and make sure any old links internally on your site that may point to these pages get removed, if that is the step you are going to take. What will the user see when they land on these old URLs?
-
Hi Jazom,
Errors are hard 404. I like what you say, but I would like to know if it would be better to erase indexed pages from index.
Bests,
Pablo López Carrara
Cinepapaya
-
Hi Russ,
Tnks, I like this kind of segmentation by inbound links and traffic, let me quote you
"Chances are, most of those pages neither receive traffic nor have inbound links. Go ahead and drop the 301 redirect for all of those" I think you mean (Im Argentine) I should use redirect for these URLs. which I dont think it make much sense since these are not the most valuable pages. I got your general idea, but let me know if you made I mistake when you wrote it.
I like what you said in general, but I wouldn´t like leaving 404 (even though they got no traffic or links) with out treating. So...questions...Meta no-index, does it work for already indexed pages? What do you think about using no-index + deleting these urls from index using webmaster tools.
Bests,
Pablo López Carrara
Cinepapaya
-
Hi Pablo,
What report are you using to find the 404 pages? Are they soft 404 or hard 404s? A lot of reports may return a 404 response for something like a failed file request which does not really impact usability.
If you have a consistent page name for your 404 pages, look under Analytics site content and filter by page title then search for your 404 page title - this will give you the actual failed page requests, you can then narrow down if they are internal page links or external.
It may be worthwhile checking what links are pointing to your 301 redirects and if there are links you want to keep, dropping them could have a negative impact on your site.
Regards,
Jason
-
This is a good and common question. There are two reasons why you would want to keep the 301 redirect in place
- Usability: Users are still trying to reach this now defunct page
- Inbound Links: There are external links that are pointing to this page.
The best thing to do is first narrow down the pages for which you have no reason to keep 301s in place. Open up your analytics platform and look to see which of those 45K pages have received no traffic in the last 30 days. Then use a tool like Open Site Explorer or Google Search Console to see if any of those 45K pages have inbound links. Chances are, most of those pages neither receive traffic nor have inbound links. Go ahead and drop the 301 redirect for all of those.
Then, prioritize the remaining pages. The ones with the most links and most traffic should probably retain a 301 redirect for the long run. Those near the bottom you might choose to drop.
Finally, with that many 404s, make sure that your 404 page is useful. Create a custom 404 page that helps direct users to their correct location or provides an easy search mechanism to find it themselves.
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
-
301 Redirect and Canonical link tag pointing in opposite directions!
I'm working on a site which redirects the non-WWW version to WWW version so, for example https://website.com/page redirects to https://www.website.com/page However, canonical link tags have been set up on the page - pointing back to the non-WWW so for example Q - is this going to cause issues and should the canonical be updated to the same version as the redirect?
Intermediate & Advanced SEO | | SWEMII0 -
How to stop some continuous attacks on our website
Hi Fellow SEO Experts
Intermediate & Advanced SEO | | leadstar0007
We would like to ask for your help in STOPPING some continuous attacks on our website.
It seems that we are constantly needing to Disavow these URL’S like http://www.econsultmgmt.com.my and http://www.unicontmt.com.br as they keep redirecting to our Sitemap. Is there any tool or any clever way to stop these constant and unwanted links to our sitemap please?
We have tried on MULTIPLE occasions to contact them and ask them to remove the content that has the hyperlinks back to our sitemap but without success ☹
Any assistance from our global colleagues would be greatly appreciated. Thanks & Regards, Manish0 -
Suggested approach (support) for 301 redirects in event of an acquisition
If an agency has recently been acquired by a new organisation, it will need to be redirected to the new organisation's website as soon as possible. We are aware of the need to 301 redirect all pages (domain authority) across to the current domain of the new organisation's website. The new organisation has less pages than our Agency site however, so we cannot point 301 redirects at page level. Would you therefore advise, A, B or C?: A) Redirecting all pages including all blog posts/services pages etc across from the agency site to the new organisation's domain? * new organisation does not have /blog or /services pages. -Will we lose authority if redirecting from pages of our agency site to the new organisation's top level domain? B) Ensure that the new organisation secures hosting of the agency website, and place a holding page on the Agency website directing visitors through to the new organisation for the interim, until we have a /blog, /services page on the new organisation's site? C) Place 301 redirects from agency across to new organisation, and look moving forward (when pages have been put in place on new organisation website) to retrospectively repoint 301 redirects from top level domain of new organisation's site to the new pages which have just been created on the new organisation's site? Any pointers here would be appreciated. Thanks!
Intermediate & Advanced SEO | | Tangent0 -
.htaccess 301 Redirect Help! Specific Redirects and Blanket Rule
Hi there, I have the following domains: OLD DOMAIN: domain1.co.uk NEW DOMAIN: domain2.co.uk I need to create a .htaccess file that 301 redirects specific, individual pages on domain1.co.uk to domain2.co.uk I've searched for hours to try and find a solution, but I can't find anything that will do what I need. The pages on domain1.co.uk are all kinds of filenames and extensions, but they will be redirected to a Wordpress website that has a clean folder structure. Some example URL's to be redirected from the old website: http://www.domain1.co.uk/charitypage.php?charity=357 http://www.domain1.co.uk/adopt.php http://www.domain1.co.uk/register/?type=2 These will need to be redirected to the following URL types on the new domain: http://www.domain2.co.uk/charities/ http://www.domain2.co.uk/adopt/ http://www.domain2.co.uk/register/ I would also like a blanket/catch-all redirect from anything else on www.domain1.co.uk to the homepage of www.domain2.co.uk if there isn't a specific individual redirect in place. I'm literally tearing my hair out with this, so any help would be greatly appreciated! Thanks
Intermediate & Advanced SEO | | Townpages0 -
Mass 301 redirect from a sub-domain - using Joomla or htaccess
How is best to mass redirect old domains - Listing the URL's in htaccess? We are looking to use Joomla as a CMS - transferring a blog from a sub-domain to the main site and want to 301 all the sub domain blog posts - any ideas?
Intermediate & Advanced SEO | | JohnW-UK0 -
Can there be to many 301 redirects
Is it possible to have to many 301 redirects. I am currently looking at 156 of them. Does this create any quality issues with regard to site performance or any other issues. Thank you for your consideration!
Intermediate & Advanced SEO | | APICDA0 -
301 Redirect - What happens to backlinks
Hello... One of my sites is losing rankings in G. I received the webmaster notification of unnatural links... My question is, should i do a 301 redirect of every page on my site to a new domain? If so, do the backlinks (which i believe are causing my rankings to drop) carry over? How about the good backlinks? Also, what would happen to the rankings i currently have on page 1? Thanks
Intermediate & Advanced SEO | | Prime850 -
301 or What?
Can someone please tell me the 100% correct way to set this up. Would I be right to set up a site this way... type in the browser..."example.com" and it re directs to "www.example.com. or, if i type in "example.com" it goes to example.com. or if I type in "www.example.com" it goes to "example.com"? or, type in "www.example.com" and it goes to "example.com" wouldn't most site link to a "www" version? PS whay isn;t the correct way set up by our HOST.? They should know what is most beneficial? Thanks
Intermediate & Advanced SEO | | SEObleu.com0