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 -
301 Redirect for multiple links
I just relaunched my website and changed a permalink structure for several pages where only a subdirectory name changed. What 301 Redirect code do I use to redirect the following? I have dozens of these where I need to change just the directory name from "urban-living" to "urban", and want it to catch the following all in one redirect command. Here is an example of the structure that needs to change. Old
Technical SEO | | shawnbeaird
domain.com/urban-living (single page w/ content)
domain.com/urban-living/tempe (single page w/ content)
domain.com/urban-living/tempe/the-vale (single page w/ content) New
domain.com/urban
domain.com/urban/tempe
domain.com/urban/tempe/the-vale0 -
How long does it take to rank easy keywords?
I have an established site with low keyword ranking and the keyword I am wanting to rank for it rated below 10 on Moz. It has been a few days since I published the article.
Technical SEO | | Begbie20060 -
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 -
How long should I keep 301 redirects?
I have modified a the URL structure of a whole section of a website and used mod_rewrite 301 redirect to match the new structure. Now that was around 3 months ago and I was wondering how long should I keep this redirect for? As it is a new website I am quite sure that there are no links around with the old URL structure but still I can see the google bot trying from time to time to access the old URL structure. Shouldn't the google bot learn from this 301 redirect and not go anymore for the old URL?
Technical SEO | | socialtowards0 -
302 or 301 redirect to https ?
I am redirecting whole site to https. Is there a difference between 302 or 301 redirect for seo? Site never been indexed. Planning to do that with .htaccess command RewriteCond %{HTTPS} !=on
Technical SEO | | Kotkov
RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] There are plenty of ways http://www.askapache.com/htaccess/ssl-example-usage-in-htaccess.html Which way would be the best? Thanks is advance0 -
Double 301 redirect
Hi together, due to some technical reasons I have redirect (301) an existing link two times. Example: www.mydomain.com/root/site.html > 301 > www.mydomain.com/site.html > 301 www.mydomain.com/site_new.html Is there anybody how has got some experience like doing a double redirect? What about link juice? Best regards Steffen
Technical SEO | | steffen_0 -
301 Redirect & Cloaking
HEllo~~~~ People. I have a question regarding on cloaking. I will be really greatful if you can help me with question. I have a site www.example.com and it is targeting for multi countries. So I use sub directories for targeting multi countries. e.g. www.example.com/us/ www.example.com/de/ www.example.com/hk/ ....... so on and on. Therefore, when people type www.example.com, I use IP delivery to send users to each coutries. Here is my question. I use 301 redirect for IP delivery, which means when user enter www.example.com, my site read user's IP and send them to right country site by 301 redirect. In this case, is there any possibility that Google considers it as cloaking? Please people.... share me some ideas and thoughs.
Technical SEO | | Artience0