301 or 302 or leave at 410
-
I have a client who manages vacation rental properties and those properties get links. If an owner pulls their property off the rental market the current status given is a 410 which I instinctively want turned into a 301. The problem is, often those properties come back online with the same URL so the question is, when a 301 is turned into a 200 - has anyone noticed a significant delay in time for that page to rank?I know technically it should probably be a 410 or maybe a 302 but ... you know ... the link weight.
-
Hi Dave,
301 means that the page has been moved permanently. I suspect the search engines take specific actions upon seeing a 301 for a short period of time.
A 410 - means that the page is gone, and gone forever. And a 404 means that the page is temporarily unavailable.
In your case, I think I'd want to setup a process where for 3-7 days, you return a simple 404. I.e. the page is temporarily unavailable. If during those 3-7 days, the page comes back up - start serving it per normal.
If after 3-7 days, the page is still not up, I'd serve up a custom 410 page that offers alternatives that can be clicked through to if the customer/property owner did not list again. If he ever DOES list again, I'd be sure to 301 to the new page, regardless of time delay.
There may also be some thought to allowing pages to display in a historical sense. I.e. - this is what the page you want looked like - but it's no longer available. Thus preserving some of the traffic, which you might find some use for.
Finally - some possible ideas for "missing pages"
- Present other properties very close to the missing property
- Communicate with your viewer what is happening. i.e. - the listing agent/owner removed the listing - but over XX% of properties delisted come back within 10 days! Please check back - would you like us to email you if this property comes back online? (collect email opportunity!)
- Present a historical page showing what the listing used to look like. (legal issues?)
- Display a 404 page - but provide other interesting information/content. i.e. since you know what the old page was like - you probably can figure out related/highly related content to present in it's stead.
Hope this helps
Kevin -
Followup.
I'm not sure if it's possible, will check tomorrow but if we can keep the page up with a "property no longer available" notice and a canonical to an appropriate category page and put it live if the property is re-added ... what do you think?
Not sure why I didn't think of that out of the gate.
-
For more on 301s, read "301 Redirects: The Horror That Cannot Be Uncached." It's not quite true that they can't be uncached, but it's incredibly difficult to do so. From a UI standpoint, if someone has a cottage they like, and has bookmarked the URL, then one day they visit the URL and get a 301, their browser will cache that 301 for months, even if the URL comes back and starts returning a 200 with content.
-
You probably don't want to be going 200 > 301 > 200 too often. Although it may work and may rank again, once you 301 by definition that's a "permanent" redirect. Especially since the property could then go off again ... 200 > 301 > 200 > 301 > 200 ... and somewhere in there, all is lost.
I would make these 302 links. First, if it's 302 long enough, the goodness will pass through the 302 anyways. I don't know if this is 90 days, 180 days or something really unexpected like 102 days ... but eventually it does pass through (same if you 302 a bad domain to your main domain, the penalties will eventually pass through.)
But a 302 would serve you as a temporary redirect, keep the juice on the referring page (unless it never comes back) and then either long term rank the original URL or pass the juice.
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
-
To 301 or not to 301?
So, to cut a long story short, on our website we have a /product page that is very similar to our homepage and doesn't really serve much of a purpose. It doesn't really fit in with the rest of the website and our directors want to get rid of it and focus our efforts on our homepage. Problem is, the /product page has a little bit of PA and links to other important pages on the website. I personally don't want to completely cut this page off. Would a 301 redirect to the homepage be a good option or would I be better off redirecting users to our course library page (Our course pages are what bring in most of our organic traffic)? Any help or other suggestions would be appreciated here! http://www.ihasco.co.uk/
Technical SEO | | iHasco1 -
.aspx 301 redirects on Business Catalyst
Hi I am have moved my website from .aspx to business catalyst. I have found out (when the site already migrated!) that Business Catalyst does not support .aspx 301 redirects. On a previous post from 2012 (https://moz.com/community/q/aspx-files-will-simply-not-work-as-redirects) , someone has recommended a java script re direct. I have tried this but google search console is classing this as a 404 resulting in no link juice and my website dropping pages on google. I have tried to do 301 redirects at my server level but wont work. Anyone know a solution? Thanks in advance Keith
Technical SEO | | EntertainmentIdeas0 -
Shutting down a site, where do I 301 it?
I'm working with a few international sites that we are going to collapse into one main site. Our current plan is to 301 the 4 other sites into our main site home page. Is this ok? Is there a better way to do this? Thanks
Technical SEO | | MarloSchneider0 -
Will a timed 301 redirect work for Googlebot?
Our client is changing brand names and domain names. We know we need to 301 redirect the old domain, but for marketing reasons we want people to see a short message saying that the brand has changed and that they will be redirected. Example: | | Our concern is how, or if, Googlebot will intepret the redirect. Will this accomplish our SEO objective of moving the value of the page to the new domain, or do we need to do just a plain old fashioned 301 redirect and not even let the page load? Thanks for your help.
Technical SEO | | GOODSIR0 -
Duplicate XML sitemaps - 404 or leave alone?
We switched over from our standard XML sitemap to a sitemap index. Our old sitemap was called sitemap.xml and the new one is sitemapindex.xml. In Webmaster Tools it still shows the old sitemap.xml as valid. Also when you land on our sitemap.xml it will display the sitemap index, when really the index lives on sitemapindex.xml. The reason you can see the sitemap on both URLs is because this is set from the sitemap plugin. So the question is, should we change the plugin setting to let the old sitemap.xml 404, or should we allow the new sitemap index to be accessed on both URLs?
Technical SEO | | Hakkasan0 -
Trailing slash 301 redirect code
Hi, I have code for redirecting trailing slash to non-trailing slash, which works fine: RewriteCond %{HTTP_HOST} !^.yourdomain.co.uk$ [NC]RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L] (got code from http://googlewebmastercentral.blogspot.com/2010/04/to-slash-or-not-to-slash.html) But I cant find a code for redirecting to the trailing slash version anywhere, and I cant modify the above code myself. Can someone help resolve this issue please, or point me to a resource. Thanks very much James
Technical SEO | | jamesjackson0 -
301 Redirect "wildcard" question
I have been looking at the SEOmoz redirect guide for some advice but I can't seem to find the answer : http://www.seomoz.org/learn-seo/redirection I have lots of URLs from a previous version of a site that look like the following: sitename.com/-c-25.html?sort=2d&page=1 sitename.com/-c-25.html?sort=3a&page=1 etc etc. I want to write a redirect so whenever a URL with the terms "-c-25.html" is requested it redirects to a specified page, regardless of what comes after the question mark. These URLs were created by our previous ecommerce software. The 'c' is for category, and each page of the cateogry created a different URL. I want to do these so I can rediect all of these URLs to the appropraite new cateogry page in a single redirect. Thanks for any help.
Technical SEO | | craigycraig0 -
Too many 301 redirects - good or bad?
Hi, Currently, page A is redirecting to page B. I am in the process of developing new site for the same domain and this time page B will be redirected to page C. This is gonna happen on many pages. Is it correct or should i adopt some other strategy? Will it have adverse effect on the speed of my site? Page A -----> Page B ------> Page C Regards, Shailendra
Technical SEO | | IM_Learner0