Rebranding: 404 to homepage?
-
Hello all!
I did a rebranding, [Domain A] -> [Domain B]. what to do with all the 404 pages?1. [Domain A (404)] -> [Domain B (homepage)]?
2. [Domain A (404)] -> [Domain B (404 page + same url) - for example: xixix.com/page/blaWhat do you think ?
-
I can't think of any reason it wouldn't be safe to alter those redirects after a month. You may want to resubmit your sitemap in Webmaster Tools to alert Google, but it should be totally safe.
I'm afraid I can't recommend a plugin or regular expression—those are both well outside my expertise. As an agency SEO, I placed 301s in .htaccess or had a dev do it for me.
-
and it's safety to do that after a month? all my 404s redirect to my homepage currently.
and you know about plugin + regular expression for this?
-
I have to agree here. I tend to believe that redirecting all 404s to the homepage isn't the best idea from a user experience perspective. If a user clicks on a link on your site expecting to find information on a particular topic and instead winds up on the homepage with no explanation, they're likely to get frustrated.
Honestly, your BEST bet is to 301-redirect all old URLs to their equivalent new pages. If there are no corresponding new pages, then I'd say redirecting to a 404 page is your best bet.
-
Hello John,
Ok, a little misunderstanding here! Remember first of all that I'm only trying to help/advice you but I don't know your domain, your site and what you may have in mind hehe.
If you read my first answer, I said "the best option". Both options were good, but in my case, I prefer to put a 404 page instead of sending the users to the homepage (with no explanation). Again, this is only a little improvement in terms of UX but in terms of SEO both options work fine.
It's all I can say!
Luis
-
If I understand you correct, you meant to keep it as is? 404 -> homepage?why? why you changed your decision?
-
Well, in that case probably I'd keep it like that (I don't see any SEO/IT problem with a redirect to the homepage!)
It's just that I rather prefer the other solution in terms of UX.
Luis
-
I have a website with +3000 visitors per day, I don't know how many 404s I have in my old website because all of them redirect to my Homepage, I have no any idea how many.
Don't forget: I have a news websites with 20,000 pages (live). it's okay to keep the redirects as is? )(to homepage?)
all the 404s came from forums/comments from third party websites. -
I don't know this plugin sorry!
Let's think about 2 scenarios to understand the situation here:
- If a site is having 1,000+ visitors/month watching a 404 error ==> the problem here is not the 404 landing page, but a bad domain URL redirect or something different to be analyzed.
- If a site is having 20 visitors/month watching a 404 error ==> there's no problem here, this happens to everyone and you should take care of them creating a 404 landing page to minimize the impact of a 404 error.
In what case you are now? I need more information in order to help you/giving you deeper advice.
Luis
-
I have a Wordpress site you know plugin (RegEx)?
and what I'll do with all the errors in my WMT?
-
Hello John,
Do you know plugin for this? (for the auto redirect 404 to the same page with another domain)?
==> May I know your domain name? Are you using wordpress? Sometimes you don't even need a plugin for this if you know how to code
and important question: If I did it already, I meant, all 404 redirect to Homepage. It's safety to replace it again?
==> YES, normally shouldn't impact your site
Luis
-
Hi Luis!
Thanks for your answer!
Do you know plugin for this? (for the auto redirect 404 to the same page with another domain)?and important question: If I did it already, I meant, all 404 redirect to Homepage. It's safety to replace it again?
-
Hello John,
I think the best option is the second one: [Domain A (404)] -> [Domain B (404 page + same url). In the 404 page, you can implement a 404 page with some options, and your visitors could chose if they want to go to the homepage, blog, abandon the site,....
Remember, this page is necessary but you don't want people land this page I dont know your SEO/IT level, but you should be sure to redirect properly all your old pages to the new ones using the htacces file.
- domain(A) --> domain (B)
- domain(A)/homepage --> domain(B)/homepage
- domain(A)/about-us --> domain(B)/about-us
- and so on....
This is specially important to avoid an increase in the number of visitors landing to your 404 page after a rebranding/domain change.
Hope this helps,
Luis
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
-
:443 - 404 error
I get strange :443 errors in my 404 monitor on Wordpress https://www.compleetverkleed.nl:443/hoed-al-capone-panter-8713647758068-2/
Technical SEO | | Happy-SEO
https://www.compleetverkleed.nl:443/cart/www.compleetverkleed.nl/feestkleding
https://www.compleetverkleed.nl:443/maskers/ I have no idea where these come from :S2 -
How to inform Google to remove 404 Pages of my website?
Hi, I want to remove more than 6,000 pages of my website because of bad keywords, I am going to drop all these pages and making them ‘404’ I want to know how can I inform google that these pages does not exists so please don’t send me traffic from those bad keywords? Also want to know can I use disavow tool of google website to exclude these 6,000 pages of my own website?
Technical SEO | | renukishor4 -
Expired domain 404 crawl error
I recently purchased a Expired domain from auction and after I started my new site on it, I am noticing 500+ "not found" errors in Google Webmaster Tools, which are generating from the previous owner's contents.Should I use a redirection plugin to redirect those non-exist posts to any new post(s) of my site? or I should use a 301 redirect? or I should leave them just as it is without taking further action? Please advise.
Technical SEO | | Taswirh1 -
What if 404 Error not possible?
Hi Everyone, I get an 404 error in my page if the URL is simply wrong, but for some parameters, like if a page has been deleted, or has expired, I get an error page indicating that the ID is wrong, but no 404 error. It is for me very difficult to program a function in php that solve the problem and modify the .htaccess with the mod_rewrite. I ask the developer of the system to give a look, but I am not sure if I will get an answer soon. I can control the content of the deleted/expired page, but the URL will be very similar to those that are ok (actually the url could has been fine, but now expired). Thinking of solutions I can set the expired/deleted pages as noindex, would it help to avoid duplicated title/description/content problem? If an user goes to i.e., mywebsite.com/1-article/details.html I can set the head section to noindex if it has expired. Would it be good enough? Other question, is it possible anyhow to set the pages as 404 without having to do it directly in the .htacess, so avoiding the mod_rewrite problems that I am having? Some magical tag in the head section of the page? Many thanks in advance for your help, Best Regards, Daniel
Technical SEO | | te_c0 -
Redirecting 404
Hi. I'm working on a wordpress site, which got some old deleted pages indexed and now shows a 404 (also in the results) As these old pages earlier got content and probably also some links pointing towards it, what would then be best practice to do? Should i make an 301 redirect? Make the 404 noindex?
Technical SEO | | Mickelp0 -
Any idea why this is reporting a 404 in MozTools?
I did away with a vague category and 301 redirected the category url to the home page. However the link is reporting as a 404 in Moz Tools when it scans my site. Here's the link, and as you can see it redirects to the home page. Just curious if I did something wrong. Thanks.
Technical SEO | | NoahsDad0 -
I'm getting a Duplicate Content error in my Pro Dashboard for 2 versions of my Homepage. What is the best way to handle this issue?
Hi SEOMoz,I am trying to fix the final issues in my site crawl. One that confuses me is this canonical homepage URL fix. It says I have duplicate content on the following pages:http://www.accupos.com/http://www.accupos.com/index.phpWhat would be the best way to fix this problem? (...the first URL has a higher page authority by 10 points and 100+ more inbound links).Respectfully Yours,Derek M.
Technical SEO | | DerekM880 -
If you add a no follow to a time sensitive link, will it get picked up as broken link 404 in WMT report?
We have a client who publishes deals that are time sensitive. Links to the deals expire and so Google's crawlers are picking them up and finding a 404 If I no follow them, will the 404's still get picked up and reported in WMT? The same question applies to SEOMoz Pro.
Technical SEO | | Red_Mud_Rookie0