Old Content after 301 Redirect Success
-
Hi,
I want to ask what need I do to the old content after my 301 redirect to the new domain with the same content success?
Do I need to remove that old content? Nothing bad happen right?
Thanks
-
No problem Matthew,
we all have lives away from the internet.
I am glad your issue is now resolved.
Steve
-
Hi Steve,
Sorry for my delayed reply. I was busy on my offline business.
But, thanks for you help. It really help and my question has been solved wit your answer above
-
Hi Matthew,
No problem, apologise for not replying yesterday. I was spending time with the family.
Your redirect code looks good to me, that should redirect all the old URLs to a replica new URL.
so www.example-old.com/content will go to www.example-new.com/content
everything after the domain name will stay the same.
I suspect you only see 1 URL on your old domain in screamingfrog due to the redirect. That makes sense and is fine.
Keep an eye out for 404's in Google analytics and search console and also keep an eye on search console for crawl errors.
From the information you have posted, it looks like you have done everything correctly. It is now just a case of monitoring for any little niggles that may pop up.
Steve
-
Hi Steve, thanks for still being here to solve my problem.
For sure, I will do what you tell me to do. I will still use 301 redirect for the moment and maybe permanently to make sure it'll goes correctly.
I'm using WordPress as my CMS. And Steve, I want to ask you about Screaming From crawl. When I crawl my old domain on the software, it shown that just my homepage alone not all my article/post/inner page. You can check my screenshot below.
Is it true? Or I was implemented a wrong redirect code?
Can you tell me how to implement 301 redirect correctly via htacess file? I need this. Or you can check my current implementation below.
<ifmodule mod_rewrite.c="">RewriteEngine on
RewriteCond %{HTTP_HOST} ^old-domain.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.old-domain.com [NC]
RewriteRule ^(.*)$ https://new-domain.com/$1 [L,R=301,NC]</ifmodule>Is that true? Or I need to add some code more?
Thank you before.
15167685e9a3183b6303c7110790e1d88d59c29c40d32a12cb00b60ae76a1b744aa5d745.jpg
-
Hi Matthew,
No problem,
Great, I would backup the site and monitor for a few weeks to a month just to be sure. Then you can delete the old content. Make sure you verify the backup first.
You can do this by setting up a local web server on your laptop/pc and restoring the backup there. If you need guidance on taking the backup let me know which CMS you are using and I will see what I can do to help.
Once you have verified the backup and removed the old domain, keep an eye on google analytics to make sure everything looks ok. (on both sites) and that no 404 errors are starting to show up.
As for how long to keep the 301 in place, indefinitely. That is until you stop seeing any backlinks and traffic coming through them.
Make sure you keep an eye on traffic volumes through this process and rankings in the search engines. You will likely see a small drop off in rankings and traffic due to the rebrand but that should recover. If not then make sure that the pages you are redirecting from are close enough to the ones you are redirecting to.
Its been a long day and I feel like I am rambling so I will leave it there.
If you have any questions let me know
Steve
-
Hi Steve,
Thanks for your kind reply, and here some info that you need:
- I redirected old-domain.com to new-domain.com with a 301 redirect
- I've been tested all the pages on my old domain/URL and that's work finely
- This redirect happen because I want to rebrand my website
- I've checked my old domain on Screaming Frog and all my old URL redirected to my new URL successfully
And I would like to take your suggestion to backup and delete all my content on my old website, maybe this can free up my hosting space, right?
One more question, how long I need to redirect the old domain to new domain? permanently or what?
Thank you.
Matthew
-
Hi,
We might need some more info to answer this correctly.
However, I will do my best to answer.
First, let me explain what I think you are asking.
You have launched a new domain let say www.example-new.com and you have redirected your pages with a 301 from www.example-old.com to the www.example-new.com.
If this is the case, then all of the traffic that would have gone to the old domain will now be redirected to the new domain, so you can do whatever you want with the old content as no one will see it.
I would suggest making a backup of the old domain before you do anything else. I would also suggest testing the old URLs to ensure that all are being redirected correctly. You can do this with numerous tools if you have a lot of URLs. Screaming frog spider will do it for up to 500 URLs for free.
Also, don't forget that for the link juice to be passed from the old domain to the new domain you need to be redirecting to a page that is considered the same, similar or better on the same topic.
I hope this helps.
Steve
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
-
Redirects, 301's & 404's
I have tons of links that I have had added a redirect to after creating my companies new website. Is it bad to have all these 301s? How do I permanently redirect those links? Also, on Google Search Console it's telling me I have 1,000+ excluded links. Is this bad? Will it negatively affect me? Is this something to do with my sitemap? Any help would be greatly appreciated 🙂
Technical SEO | | sammecooper0 -
Crawl errors: 301 (permanent redirect)
Hi, here are some questions about SEO Crawl Diagnostics. We've recently found out this 301 (permanent redirect) errors in our website and we concluded that the two factors below are the causes. 1. Some of our URLs that has no / at the end is automatically redirected to the same URL but with / at the end. 2. For SEO reasons we have designed our website in a way that when we type in a URL it will automatically redirect to a more SEO friendly URL. For example, if one of the URLs is www.example.com/b1002/, it will automatically redirect to www.example.com/banana juice/. The question is, are these so significant for our SEO and needs to be modified? One of the errors in our blog was having too many on-page links. Is this also a significant error and if so, how many on-page links are recommended from the SEO perspective? Thanks in advance.
Technical SEO | | Glassworks0 -
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 -
301 Redirect without specifying base domain?
Hi guys, about 10 minutes ago, I finally found the underlying problem in magento between 301 redirects and canonical tags - part of the reason why it was hard to identify was because the problem is not constant through all pages. Anyway now that I found the problem, I have about 50 301 redirects to implement via .htaccess. Now I know the regular syntax is Redirect 301 /oldpage.html http://www.yoursite.com/newpage.html But I'm wondering if there's a way that the base domain doesn't have to be specified in the second half of this line. Something like: Redirect 301 /oldpage.html /newpage.html I'm sure this can be done, somehow. Thanks!
Technical SEO | | yacpro130 -
301 Redirects
Hi, I ran the seomox link report and see that I have an entry for our home page (http://www.trophycentral.com/) and http://www.trophycentral.com/index.html. The index is shown with a 301 redirect. Does this mean that a redirect is already in place to http://www.trophycentral.com/? I want to ensure our traffic is not being split between the two urls, but not sure how to confirm this. Thanks! <colgroup><col width="294"></colgroup><colgroup><col width="81"></colgroup><colgroup><col width="80"></colgroup><colgroup><col width="77"></colgroup><colgroup><col width="214"></colgroup>
Technical SEO | | trophycentraltrophiesandawards
| URL | HTTP Status | Total Links | Page Authority | Number of Linking Root Domains |
| http://www.trophycentral.com/ | 200 | 5746 | 53 | 244 |
| http://www.trophycentral.com/index.html | 301 | 5123 | 42 | 4 |1 -
301 from old domain to new domain
Hi, I need to create a 301 redirect for all internal pages located on organic7thheaven.com to the homepage of our new site at http://www.7thheavennaturals.com/ Currently internal pages of the old site such as the following are returning a page not found www.organic7thheaven.com/products/deepcleansing/miraclemud.asp Can anyone help me in setting up a .htaccess file for this problem please? Thanks
Technical SEO | | MJMarketing0 -
Should I 301 redirect my country specific sites, or use them as linking root domains?
I have loveelectronics.co.uk, but I also own 10 other country code specific domains. I am short on links (i'm actually still setting up the website) and wondered that until i have country specific content, should I 301 redirect these websites to the homepage of my main site, or could I use them as links which would mean I have more linking root domains? Sorry if this is a beginner question, but it would be good to know so I can sort this.
Technical SEO | | jcarter0 -
Does 301 redirect pass "freshness?"
Greetings! I work for an online retailer, and we recently launched a voting tool that allows customers to voice their opinion whether or not we should carry a new item. It's been a huge success and we've been generating thousands of comments. As a result, it's helped our SEO, and our products are showing up on the first page for some keywords without having any external links pointing to these pages. Our plan is to sell a product if it does well during the voting period. Unfortunately, we're not able to process the sale on the voting page, and need to redirect users to another page on our site. I understand that a 301 redirect transfers "linkjuice" to the new destination URL. But does it also transfer "freshness?" I ask because our new landing pages will not be updated as frequently as the voting pages. Example of our Voting Page:
Technical SEO | | znotes
http://www.uncommongoods.com/voting/product/50012/infant-fortune-cookie-booties Example of Redirected Item Page (where sale can be processed):
http://www.uncommongoods.com/product/baby-tube-socks-set-of-4 Any help/comments would be appreciated. Thank you!0