Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
How long does it take for rank to return after 301?
-
Hello all -- just looking for those who have implemented site-wide 301 redirects due to a domain change. I am about 2 weeks into mine and am seeing minimum 5, maximum 21 spot drops in many of my targeted terms. My pages have strong GPR, with most being 3 or higher.
Anyone out there been able to track a ballpark of when rank will return? The 301 redirects were implemented correctly, with 1 to 1 setups in most cases. Google has updated the listings with the new domain name, but I'm taking a huge rank hit.
Any experience on how long I can expect (I know it's different for every situation) would be great!
Thanks.
-
Hi Robert -
Yes we did it on the URL level, but the client is using IIS as opposed to Apache, so we had to figure out a way to use a global 301 that trickled down to the page level. Each page is redirecting to it's new home on the server side (www.oldsite-innerpage.com to www.newsite-innerpage.com). We actually ended up with a global re-write rule that still allowed it to be a page-level redirect. Eventually we will be going into IIS and writing in server-side 301's for each individual page. It's been 2 weeks so I'm hoping to see return of rank here in 2 weeks time or so. Thanks for your input.
-
Bandicoot,
From what you have written I am assuming your "Site-wide 301 redirects" means you did it from url to url and not from home page to home page or root to root, etc.
We made the mistake of assuming on a site a few months ago and could not understand what happened. Mozzers pointed out we did not go url to url and we made the change. Most were cautious suggesting it would take 4 to 6 weeks, but we actually saw about 90% within 3 weeks of the change. This was a change from NamedLawfirm.com to City-Bankruptcy-Attorneys.com so I was impressed with the rapidity.Good luck
-
I think that was a very general comment, as some pages are crawled very rarly, as for passing pr and signals, it has been confirmed by Matt Cutts that 301's leak goodness
http://www.stonetemple.com/articles/interview-matt-cutts-012510.shtml
-
http://www.seroundtable.com/archives/012409.html --"From Google: 301s pass PR and related signals appropriately. Usually takes a couple of weeks for things to smooth out, though."
-
i would give it another 2 weeks at least, but as i suggested, it may not get back to where it was as a 301 is not as fgood as a direct link
-
Hi Adrian - thanks for your reply. for client privacy purposes I cannot reveal the site.
-
I'd have to say that when we went through our domain change, we forgot to initialize the 301 redirect so we got penalized for 6 weeks until we caught it; however, it's not like we had some big stuff between newglobalventures.com and www.newglobalventures.com.
Just out of curiousity which is the site that you're experiencing loss on?
-Adrian
-
no, the old site is not showing on the SERP anymore, and no, there were no 301's to the old site
-
Yes i have done this a few times, and i suggest at least a month or more. 301's do not pass all goodness to the new page they leak a little each time. If you had 301's on the old site already you may of lost them or they maybe double hoping.
Is the old domain name still in search resulst?
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 syntax for htaccess
I'm working on some htaccess redirects for a few stray pages and have come across a few different varieties of 301s that are confusing me a bit....Most sources suggest: Redirect 301 /pageA.html http://www.site.com/pageB.html or using some combination of: RewriteRule + RewriteCond + RegEx I've also found examples of: RedirectPermanent /pageA.html http://www.site.com/pageB.html I'm confused because our current htaccess file has quite a few (working) redirects that look like this: Redirect permanent /pageA.html http://www.site.com/pageB.html This syntax seems to work, but I'm yet to find another Redirect permanent in the wild, only examples of Redirect 301 or RedirectPermanent Is there any difference between these? Would I benefit at all from replacing Redirect permanent with Redirect 301?
Technical SEO | | SamKlep1 -
How long does it take for canonical tags to work
How long on average does it take for a canonical tag to work? Understand that canonicals are just a suggestion, but after adding a canonical tag and submitting the page via Google fetch, assuming Google follows the canonical, would you expect it to work after a day or two or does it take longer? We added canonicals to old PPC landing pages that are ranking organically, though our new landing pages (which we want to rank organically) are not identical and have a bit more content/features. They are similar though. Canonicals were added to the old pages (pointing to new pages) and requested indexing via search console. Old pages are still ranking and new pages not so much. FYI we are unable to 301 old PPC pages due to other non negotiable reasons unfortunately. Thanks.
Technical SEO | | SoulSurfer80 -
Max Number of 301 Redirections?
Hi, We currently made a re-design of a website and we changed all our urls to make them shorter. I made more than 300 permanent redirections but plenty more are needed since WMT is showing some more 404s from old urls that I hadn't seen because they were dynamic. The question is, please, is there a limit? I think we have more than 600 already. We don't want to create a php commando to redirect all the old ones to our home, we are redirecting them to their correspondent url. By the way, Im doing them with the 301 method in .htaccess. Thanks in advance.
Technical SEO | | Tintanus0 -
Remove sitemap, effect ranking?
We are considering to remove our sitemap because it doesn't display the right structure. Will it affect current rankings if we remove the sitemap en continuing without a sitemap? Thanks
Technical SEO | | rijwielcashencarry0400 -
Server is taking too long to respond - What does this mean?
A client has 3 sites that he would like for me to look at. Whenever I attempt to on my home internet I get this message: The connection has timed out
Technical SEO | | columbiaseo
The server is taking too long to respond. When I take my iphone off wifi and use AT&T, the site comes up fine. What is going on here?0 -
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 -
Schema.org how long does it take?
Since 5 days ago I changed my html template in my ecommerce to comply with schema.org for products. How long does it take to be seen on google, our keyword 4700DN, its one that appears in the top 10 results, but it still doesnt show it with schema.org (price+starts+ratings) What should I do? http://www.google.com/webmasters/tools/richsnippets?view=cse&url=http%3A%2F%2Fwww.theprinterdepo.com%2Fhp-color-laser-4700dn-printer-q7493a
Technical SEO | | levalencia10 -
How long will Google take to stop crawling an old URL once it has been 301 redirected
I need to do a clean-up old urls that have been redirected in sitemap and was wondering about this.
Technical SEO | | Ant-8080