Redirecting to homepage ok?
-
I deleted a bunch of category pages (renamed mostly actually and thought they'd be auto redirected like my blog posts are but they weren't) so I used a plugin that reroutes any 404 page to the homepage. Is that the best thing to do in this situation? Google Webmasters says there are about 84 404-errors and this should get rid of those right? Is there anything SEO BAD about doing it this way?
-
Wow - thanks! I found a plugin for now but I will definitely save this info. I appreciate your help!
-
You will need FTP access to your root. If you do not have an .htaccess file, then you can create a text file, upload and then remove the .txt. Use Notepad or a similar application. If there is a file, be careful not to overwrite anything that is already there.
Create a new line that reads, for each page, and optionally use comments to keep track of your code
301 redirects
redirect 301 /old-category-page/ http://www.yourdomain.com/new-category-page/
redirect 301 /old-category2-page/ http://www.yourdomain.com/new-category2-page/Here's how that breaks down:
redirect 301 (the instruction that the page has moved)
/old-category-page/ (the original folder path and file name)
http://www.yourdomain.com/new-category-page/ (new path and file name)Save and upload.
If you are unsure about FTP to the root, contact your hosting provider. Hope this helps!
-
Thank you. I understand. I just need a tutorial on how to take a deleted URL and redirect it to the most relevant URL. I am a novice when it comes to HTML etc.
-
MIke is spot on and correct! Handling 404s should be a process in which you manually map one page to another, unless you have a large enterprise site and can setup server rules to handle the redirecting process.
For you, take the old category URL, and map it to the renamed category. Do this for each and every one. After you have done that, revisit GWT, and address the remaining 404s individually.
-
Alright, that is good to know. I deleted that plugin to stop the bulk redirects. I just don't know how to redirect the 404s since I already deleted them I don't know how to manipulate them.
Should I just create the category pages again? I suppose the URL would be the same right?
-
This is definitely NOT the best thing to do. Bulk redirects to the homepage will wind up killing a large chunk of the relevancy signals, link equity and traffic since you're not serving the most relevant alternative to your users. They should be redirected to their most relevant live counterpart. And using a plugin that redirects ALL 404s isn't good either since sometimes a 404 is useful. For example, how will you know if a link is broken if it can't 404? In this case, if you just renamed the categories... redirect the old URL to the renamed category it belongs to.
Take a look at Cyrus' blog post from the 18th How to Completely Ruin (or Save) Your Website with Redirects.
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
-
Avoid landing page redirects C (75) SERVER HIGH What's this mean?
HI we have a wordpress website with a chain of redirected urls? one is with www. the other without? How do I found out where this is? or what could be causing it? Any help much appreciated 🙂
On-Page Optimization | | KellyDSD861 -
Moving from Bigcommerce to Woocommerce on WP. Should we redirect size pages into one page?
We are moving from Bigcommerce to Woocommerce on WP. On Bigcommerce, due to some bizarre reasoning the previous developer had 3 separate URLS for the same product in different sizes - S, M and L. Now we plan to have one product page where the sizes can be selected and 301 redirect the 3 urls to the new one. Is this advisable? Or should we just have 3 separate pages. OR should we have one of the sizes pages as the new page and then redirect the other 2 to this one? I ask this because the site has a LOT of ranking power and we do not want to jeopardise that.
On-Page Optimization | | MashBonigala0 -
Update old article or publish new content and redirect old post?
Hi all, I'm targetting a keyword and we used to rank quite good for it. Last couple of months traffic of that keyword (and variations) is going down a bit. I wrote an extensive new post on the same topic, much more in dept and from 600 to 1800 words covering the same topic. Is it better to update the old article and mention that it's updated recently, or publish a new post and redirect the old post to the new post?
On-Page Optimization | | jorisbrabants0 -
Removing & redirecting old pages
Hi In the case of an e-commerce store when you remove/delete an old sub department page because you no longer sell the products that page was for can you/should you redirect it to its parent main category/dept page first or just delete and let become a 404 ? Being a sub department it is obviously closely related to the main category/dept but seem strange to 301 it since its not really moved permanently to that page but i hear that's what people do to transfer that pages authority before deleting it so its not lost cheers dan
On-Page Optimization | | Dan-Lawrence0 -
Redirecting to new domain
Hi, I switched my ecommerce site to a new domain, how can I get my new site indexed aneast art building links when my oils site is still indexed?
On-Page Optimization | | GTCarter11870 -
Reverse 301 redirect - how will that work?
Hi We have done some testing where we have changed our URL to a new name and 301 redirected the old to the new. It has now been decided to go back to the old url again but is there an seo risk to this? Will all the inbound links that as redirected in the first change be lost or?
On-Page Optimization | | AndersDK0 -
Why would my homepage be ranked lower (Page Rank 2) than my other pages on the site (PR3) ?
Why would my homepage be ranked lower (Page Rank 2) than my other pages on the site (PR3) ?
On-Page Optimization | | dmurtagh0 -
Problem with fresh content on homepage
On my site my homepage acts as sort of a landing page that is geared towards getting the customer sign up (almost like a PPC landing page aside from a few navigation options...about, blog, contact and the legal docs in the footer). My blog is geared towards other businesses in the industry and the like minded tech people. My problem:
On-Page Optimization | | JasonJackson
From a user perspective I don't feel that blog snippets would add anything useful to the homepage. However, I feel like I fresh content would help my SEO endeavors. Suggestions? Note:
Should be mentioned that all my social stuff is deeply integrated into my /blog so importing tweets, for example, is out of the question.0