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.
1000 Pages on old website. What to do with the 301 redirects for this domain?
-
Hi Moz Community,
I have a 301 redirect question...
I just acquired an old domain:
-
Totally in my niche
-
Domain is 14 years old
-
Website exists of 1000 pages
-
Great amount of backlinks
-
Website is offline since about 2 weeks
-
Will place a new website online asap with new url structure
For the 50 best scoring pages I wrote a new, but fully comparable/related article. I will put a 301 redirect from those old to the new pages.
My question: What to do with the 950 other url's?
-
Should I put a 301 redirect to the homepage?
-
Should I forward those pages to the 404 page?
-
Should I divide the 950 url's with a 301 redirect to the 50 new ones?
-
Another solution maybe?
Any idea what would be the best solution so we can save as much Google juice as possible?
Thanks in advance!
-
-
Of course, you've acquired the domain and not the old site; that makes sense. If I was desperate I would consider scraping what content I could from cached versions of the site (I'd outsource that)- if there are no legal implications in doing so. If that isn't possible/feasible, I'd direct what you can to the most relevant pages where possible and take the hit. I think your plan to create matching pages for the top 50 pages is sound. Whatever you do beyond that with 301s is of limited value if you can't match the content so in that case, I'd consider saving some time and creating redirecting everything else to your home page (or product overview page, for example, if this is of greater value and has higher engagement potential).
The best you can do in each case is match as closely as you can to the content on the new site, where that isn't possible, consider the user's experience - can you deliver them to a page of interest where you can engage and potentially convert them into customers? You should always but the user's experience first, as this is what Google values most. After all, they want to do exactly the same for their customer - deliver relevant and engaging content.
Worst case, if you've captured the biggest chunk of the value with those top 50 pages, you're going to salvage some value, at least. Consider the rest a bonus.
Good luck
-
Hi, thanks for the answer.
An archive of some kind is not possible. The content itself from the old site is not ours and we can't use it.
In a perfect world with lots and lots of free time I would rewrite all 1000 pages and put a 301 on each one of them to the new page. But I don't have the resources to rewrite another 950 pages. And I know I will lose a lot of value because of this. But I want to lose as less as possible.
So my question kind of stays... What should I do with the 950 url's I do not have a specific page to redirect to? Homepage, 404, divide over the new 50 articles or something else?
-
I'd be extremely reluctant to let any of those old pages die.
I would suggest you move them across to an appropriate section of the site (possibly an archive section, for example, if the content doesn't fit in so well with your new site structure) and create 301s to all of them. (Bear in mind, you will get the best value keeping the content, URL structure, etc. as close to the original as possible to retain the highest value from the redirects - Linking to loosely matched pages is less valuable and matching to unrelated content has negligible value. Remember, the purpose of the 301 is to indicate the content you were looking for now lives somewhere else, and then seamlessly guide your visitor to it. Using it in any other way gives the visitor a poor experience and your engagement statistics will show this. How engaged users are with your content is of significant value in SEO terms.
This assumes, as you state, that the old site was a good match to your new site and there's no detriment to having the old copy in place on your new site. There's no shame in letting links to irrelevant content die - technically, you could create 410 redirects to indicate that the content has been removed, but often you'd just 301 these, too and take a hit on the PR. (https://a-moz.groupbuyseo.org/community/q/should-i-implement-301-redirects-vs-410-in-removing-product-pages)
Now that 301 redirects pass on 100% of PageRank, you've got even more reason to maintain the links from old to new. (Caveat: PR is not the only ranking factor, so you're still going to take a bit of a hit when you redirect, but not as much as you will if you let that content wither and die.)
Some useful reading: https://a-moz.groupbuyseo.org/learn/seo/redirection
https://a-moz.groupbuyseo.org/blog/301-redirection-rules-for-seo
I hope that helps and good luck!
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
-
Redirect typo domains
Hi, What's the "correct" way of redirecting typo domains? DNS A record goes to the same ip address as the correct domain name Then 301 redirects for each typo domain in the .htaccess Subdomains on typo urls still redirect to www or should they redirect to the subdomain on the correct url in case the subdomain exists?
Technical SEO | | kuchenchef0 -
Best Practice on 301 Redirect - Images
We have two sites that sell the same products. We have decided to retire one of the sites as we'd like to focus on one property. I know best practice is to redirect apples to apples, which in our case is easily done since the sites sold the same thing. www.SiteABC.com/ProductA can be redirected to www.SiteXYZ.com/ProductA. My question is how far does that thinking go regarding images? Each product has a main product page, of course, and then up to 6 images in some cases. Is it necessary to redirect www.SiteABC.com/ProductA-Image1.jpg to www.SiteXYZ.com/ProductA-Image1.jpg? Or can they all be redirected to just the product page?
Technical SEO | | Natitude0 -
Questions about the Sandbox and 301 Redirects
Does the sandbox still exist? What if you have a brand new URL and do a 301 redirect from another website because the name of the service business changed? Thanks for any insight and help.
Technical SEO | | SDSLaw0 -
Index.php and 301 redirect with Joomla
Hi, I'm running Joomla 1.7 with SEF on and I'm trying to do a htaccess redirect which fails. I have approximately 100 in effect so far and all working fine, but I have one snag. Index.php is not working as I need it to when it's redirected to www.myurl.com/ If I turn on index.php redirect to root using this code #index.php to root
Technical SEO | | NaescentAdam
RewriteCond %{HTTP_HOST} ^myurl.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.myurl.com$
RewriteRule ^index.php$ "http://www.myurl.com/" [R=301,L] And then go to www.myurl.com/test.html I'm redirected to the homepage. I think this is because all pages are index.php in joomla. SEOMOZ and Google both think that index.php and root are duplicate pages. Does anyone have any advice for overcoming this? Thanks, Adam0 -
Where does Wordpress store the 301 redirects?
Hi, I've just created a campaign for my new wordpress blog and found 11 301 redirects which I was not aware of. It looks like wordpress has created them automatically. Does any one know how wordpress handles this issues or where are they stored so I can delete them? They are of no use for me. 9 of these redirects point to the same url with an added '/' and are in pages 1 is on a post. I've been changing the permalink and some urls several times and maybe one of these times the Wordpress has automatically created the 301 redirect. But why? I do not want to keep the old url. the last redirect is very strange it goes from http://www.mydomain.com/folder to http://www.mydomain.com where folder is the folder where I installed wordpress. But again, I want no one to type the url with the folder name or even know this folder exists. Any comment on this would be greatly appreciated. Thanks a lot, David
Technical SEO | | dballari0 -
Delete old site but redirect domain to a new domain and site
I just have a quick query and I have a feeling about what the answer is so just wanted to see what you guys thought... Basically I am working on a client site. This client has a few other websites that are divisions of their company. However these divisions/websites are no longer used. They are wanting to delete the websites but redirect the domains to their name main website. They believe this will pass on SEO benefits as these old division sites are old and have a good PR and history. I'm unsure for DEFINITE, which way is correct?
Technical SEO | | Weerdboil0 -
Multiple Domains, Same IP address, redirecting to preferred domain (301) -site is still indexed under wrong domains
Due to acquisitions over time and the merging of many microsites into one major site, we currently have 20+ TLD's pointing to the same IP address as our "preferred domain:" for our consolidated website http://goo.gl/gH33w. They are all set up as 301 redirects on apache - including both the www and non www versions. When we launched this consolidated website, (April 2010) we accidentally left the settings of our site open to accept any of our domains on the same IP. This was later fixed but unfortunately Google indexed our site under multiple of these URL's (ignoring the redirects) using the same content from our main website but swapping out the domain. We added some additional redirects on apache to redirect these individual pages pages indexed under the wrong domain to the same page under our main domain http://goo.gl/gH33w. This seemed to help resolve the issue and moved hundreds of pages off the index. However, in December of 2010 we made significant changes in our external dns for our ip addresses and now since December, we see pages indexed under these redirecting domains on the rise again. If you do a search query of : site:laboratoryid.com you will see a few hundred examples of pages indexed under the wrong domain. When you click on the link, it does redirect to the same page but under the preferred domain. So the redirect is working and has been confirmed as 301. But for some reason Google continues to crawl our site and index under this incorrect domains. Why is this? Is there a setting we are missing? These domain level and page level redirects should be decreasing the pages being indexed under the wrong domain but it appears it is doing the reverse. All of these old domains currently point to our production IP address where are preferred domain is also pointing. Could this be the issue? None of the pages indexed today are from the old version of these sites. They only seem to be the new content from the new site but not under the preferred domain. Any insight would be much appreciated because we have tried many things without success to get this resolved.
Technical SEO | | sboelter0 -
301 Redirect vs Domain Alias
We have hundreds of domains which are either alternate spelling of our primary domain or close keyword names we didn't want our competitor to get before us. The primary domain is running on a dedicated Windows server running IIS6 and set to a static IP. Since it is a static IP and not using host headers any domain pointed to the static IP will immediately show the contents of the site, however the domain will be whatever was typed. Which could be the primary domain or an alias. Two concerns. First, is it possible that Google would penalize us for the alias domains or dilute our primary domain "juice"? Second, we need to properly track traffic from the alias domains. We could make unique content for those performing well and sell or let expire those that are sending no traffic. It's not my goal to use the alias domains to artificially pump up our primary domain. We have them for spelling errors and direct traffic. What is the best practice for handling one or both of these issues?
Technical SEO | | briankb0