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.
New Site (redesign) Launched Without 301 Redirects to New Pages - Too Late to Add Redirects?
-
We recently launched a redesign/redevelopment of a site but failed to put 301 redirects in place for the old URL's. It's been about 2 months. Is it too late to even bother worrying about it at this point? The site has seen a notable decrease in site traffic/visits, perhaps due to this issue.
I assume that once the search engines get an error on a URL, it will remove it from displaying in search results after a period of time. I'm just not sure if they will try to re-crawl those old URLs at some point and if so, it may be worth it to have those 301 redirects in place.
Thank you.
-
Personally I'd start with a link analysis to answer the question, "Are they stronger than you?" You'll want to look at their sheer volume as well as the quality and when they were built to get a feel for their current activities. After that I'd obviously look at your content. Does your content comply with current SEO best practices in it's type and formatting and down to the technological questions such as "Do you have clean and fast code?" and "Are you formatting properly?"
If you're looking for assistance in the process Moz actually offers a list of their recommended SEOs. It's a good list.
You'll find it at https://a-moz.groupbuyseo.org/community/recommended.
-
If I were you sister...
A. what exactly would you recommend to do an "immeidate" round of competitor analysis as well as analysis our sit?
B. Or Whom to assist us.
So we can make an informed decision on how best to spend our time and what valuable funds we have left. ( If you feel more comfortable with your answer off line, I am open to that too.)
Thank you!
-
_When is the right time to just start over with a new domain name? _ Hindsight being the 20/20 that it is it's very hard to know until it's too late. I always suggest to try to work with your current site as it's generally easier to repair that to replace (generally ... not always).
The variable at play now is that after two years your site may have recovered BUT not be ranking as the competition may well have upped their game or other algorithmic factors may be at play. I've seen that a number of times where sites don't bounce back not because they didn't do the right thing but because while they were busy repairing their issues, their competition was busy moving their sites forward.
To know what to do I'd start with a round of competitor analysis. Don't compare your rankings with where they were but rather compare what your site's strength is relative to the people ranking today. And of course, try not to think of your content or links as better simply because you like it - try to look at it all as a bot would.
-
Regarding ..."Of course, with a Penguin penalty you might go bankrupt before they get around to rewarding you for good behavior)"
_When is the right time to just start over with a new domain name? _
Google does not care how many internet businesses it has destroyed.
(After 2 years of hard work and not recovering from Panda, we are seroiusly thinking of just cutting over to a new domain name and giving up on a domain we have owned since 2000 just so we can stop spending money on trying to be Google approved again and stop the financial bleeding to loss of orders.)
-
I would suggest doing a bit of a crawl error report in GSC to establish how many error links are being pointed at your site. I would suggest it is not too late to get them in place.... remember you will possibly have lots of external links that are incorrect and need to resolve to a viable page.
Search Engine Roundtable just released a very timely article - Click to read in full
Google's John Mueller said in the Google+ Hangout from last Friday that he'd recommend you keep your 301 redirects live and in place for at least a year after you set them up. He said "I'd aim for at least a year," when it comes to keeping your 301 redirects in place.
He said it can take 6-months to a year for Google to fully recognize a site has moved. Plus you may have people finding old links and if those no longer have redirects, they may lead to a 404 page or a parked domain, which would result in a bad user experience.
-
Short answer: No its never too late.
People rescue lost links in this way all the time. The old pages may not have been de-indexed yet especially if there are being linked to from another website.
Ideal solution: Locate all the links pointing to old pages and get them updated to point to the new page. Put the 301 in place anyway to save any you miss.
Nearly ideal solution: Slap a 301 redirect on it - BUT make sure that the 301 is to a direct replacement / relevant page.
There is no negative implications for doing the 301's this late... (as long as the pages are relevant). But not doing them... well as you have seen... rankings will suffer.
Ive seen links that are months to years old get rescued this way, so get them redirects on!
-
They will recrawl it but equally important is that traffic following links to your site will get where they're supposed to go. A good rule of thumb with search engines as well as humans ... it's never too late to do the right thing.
(Of course, with a Penguin penalty you might go bankrupt before they get around to rewarding you for good behavior)
Hope that helps !
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 Redirects for Multiple Language Sites in htaccess File
Hi everyone, I have a site on a subdomain that has multiple languages set up at the domain level: https://mysite.site.com, https://mysite.site.fr , https://mysite.site.es , https://mysite.site.de , etc. We are migrating to a new subdomain and I am trying to create 301 redirects within the htaccess file, but I am a bit lost on how to do this as it seems you have to go from a relative url to an absolute - which would be fine if I was only doing this for the english site, but I'm not. It doesn't seem like I can go from absolute url to an absolute url - but I could be wrong. I am new to editing the htaccess file - so I could definitely use some advice here. Thanks.
Intermediate & Advanced SEO | | amberprata0 -
Would You Redirect a Page if the Parent Page was Redirected?
Hi everyone! Let's use this as an example URL: https://www.example.com/marvel/avengers/hulk/ We have done a 301 redirect for the "Avengers" page to another page on the site. Sibling pages of the "Hulk" page live off "marvel" now (ex: /marvel/thor/ and /marvel/iron-man/). Is there any benefit in doing a 301 for the "Hulk" page to live at /marvel/hulk/ like it's sibling pages? Is there any harm long-term in leaving the "Hulk" page under a permanently redirected page? Thank you! Matt
Intermediate & Advanced SEO | | amag0 -
Htaccess - Redirecting TAG or Category pages
Hello Fellow Moz's, We have an issue redirecting some /TAG and /Category pages to inner pages. As an example we use: RedirectMatch 301 /category/Sample-Category(.*) https://OurDomain.com.au/New-Page//$1 That works well. The issue is we have other categories and tags that are named similar to /Sample-Category As an example, if we try to redirect /Sample-Category-1 to /New-Page-1 - it will not work, and redirects to /New-Page I assume this is because /Sample-Category is already being redirected, so anything after /Sample-Category like -1 or -2 or -3 etc, will not be recognized. Anyone know of a workaround?
Intermediate & Advanced SEO | | Jes-Extender-Australia0 -
Question about moving content from one site to another without a 301
I could use a second opinion about moving content from some inactive sites to my main site. Once upon a time, we had a handful of geotargeted websites set up targeting various cities that we serve. This was in addition to our main site, which was mostly targeted to our primary office and ranked great for those keywords. Our main site has plenty of authority, has been around for ages, etc. We built out these geo-targeted sites with some good landing pages and kept them active with regularly scheduled blog posts which were unique and either interesting or helpful. Although we had a little success with these, we eventually saw the light and realized that our main site was strong enough to rank for these cities as well, which made life a whole lot easier, not to mention a lot less spammy. We've got some good content on these other sites that I'd like to use on our main site, especially the blog posts. Now that I've got it through my head that there's no such thing as a duplicate content penalty, I understand that I could just start moving this content over so long as I put a 301 redirect in place where the content used to be on these old sites. Which leads me to my question. Our SEO was careful not to have these other websites pointing to our main site to avoid looking like we were trying to do something shady from a link building perspective. His concern is that these redirects would undermine that effort and having a bunch of redirects from a half dozen sites could end up hurting us somehow. Do you think that is the case? What he is suggesting we do is remove all of the content that we'd like to use and use Webmaster Tools to request that this content be removed from the index. Then, after the sites have been recrawled, we'll check for ourselves to confirm they've been removed and proceed with using the content however we'd like. Thoughts?
Intermediate & Advanced SEO | | LeeAbrahamson0 -
Geoip redirection, 301 or 302?
Hello all Let me first try to explain what our company does and what it is trying to achieve. Our company has an online store, sells products for 3 different countries, and two languages for each country. Currently we have one site, which is open to all countries, what we are trying to achieve is make 3 different stores for these 3 different countries, so we can have a better control over the prices in each country. We are going to use Geoip to redirect the user to the local store in his country. The suggested new structure is to add sub-folders as following: www.example.com/ca-en
Intermediate & Advanced SEO | | ajarad
www.example.com/ca-fr
www.example.com/us-en
... If a visitor is located outside these 3 countries, then she'll be redirected to the root directory www.example.com/en We can't offer to expand our SEO team to optimize new pages for the local market, it's not the priority for now, the main objective now is to be able to control the prices for different market. so to eliminate the duplicate issue, we'll use canonical tags. Now knowing our objective from the new URL structure, I have two questions: 1- which redirect should we use? 301, 302?
If we choose 301, then which version of the site will get the link juice? (i.e, /ca-en or /us-en?)
if we choose 302, then will the link juice remain in the original links? is it healthy to use 302 for long term redirections? 2- Knowing that Google bots comes from US-IP, does that mean that the other versions of the site won't be crawled (i.e, www.example.com/ca-fr), this is especially important for us as we are using AdWords, and unindexed pages will effect our quality score badly. I'd like to know if you have other account structure in your mind that would be better than this proposed structure. Your help is highly highly appreciated.
Thanks in advance.0 -
New Site: Use Aged Domain Name or Buy New Domain Name?
Hi,
Intermediate & Advanced SEO | | peterwhitewebdesign
I have the opportunity to build a new website and use a domain name that is older than 5 years or buy a new domain name. The aged domain name is a .net and includes a keyword.
The new domain would include the same keyword as well as the U.S. state abbreviation. Which one would you use and why? Thanks for your help!0 -
NOINDEX listing pages: Page 2, Page 3... etc?
Would it be beneficial to NOINDEX category listing pages except for the first page. For example on this site: http://flyawaysimulation.com/downloads/101/fsx-missions/ Has lots of pages such as Page 2, Page 3, Page 4... etc: http://www.google.com/search?q=site%3Aflyawaysimulation.com+fsx+missions Would there be any SEO benefit of NOINDEX on these pages? Of course, FOLLOW is default, so links would still be followed and juice applied. Your thoughts and suggestions are much appreciated.
Intermediate & Advanced SEO | | Peter2640 -
301 Redirects After Company Acquisition
We recently acquired a company, and now we are going to redirect all of the pages on their site to their respective pages on our site. Do we need to keep the original pages on their site active? For how long? Ideally, we would like to redirect everything and remove the old site entirely so we don't have to pay to keep hosting it. Is this possible? Thanks!
Intermediate & Advanced SEO | | pbhatt1