Redirects Being Removed...
-
Hi
We have a team in France who deal with the backend of the site, only problem is it's not always SEO friendly.
I have lots of 404's showing in webmaster tools and I know some of them have previously had redirects.
If we update a URL on the site, any links pointing to it on the website are updated straight away to point to the most up to date URL - so the user doesn't have to go through a redirect.
However, the team would see this as the redirect not being 'used' after about 30 days and remove it from the database - so this URL no longer has any redirects pointing to it.
My question is, surely this is bad for SEO? However I'm a little unsure as they aren't actually going through the redirect. But somewhere in cyber space the authority of this page must drop?
Any advice is welcome
-
Hi
Yes I agree, to be honest most of our product pages won't have many backlinks, if any so I still want the 301 included on the pages which don't.
Thanks
-
Hey Becky,
quick note here, I may not be understanding correctly but I see one thing omitted. While I agree that in the long run you'll need the 301 ony from pages which receives links from outside in order to keep the SEO juice flowing into your website, I think you should also apply 301 to pages which doesn't, just because need to understand that when one page returns a 404 which is the one you want to be indexed instead of it, (if you have one). This will make the transition process easier for google to digest.
e
-
Yes. But its easy to fix imo. Create a page and set error in htacces file for example. Pretty fast to complete it.
-
Thanks
Do you see it as a problem if there is not a dedicated 404 page which all old pages are redirected to?
-
Unfortunately not but there's api so dev could use it (I guess to write a script) )and check in batch. However if type your domain there "domain.com", and will go to pages, then you'll see pages list. Upload only those giving error (404).
Next steps I recommend:
-
If something has trustflow more than 0 and/or linking domains more than 1 - check where you can redirect it: if there's adequate page - to this page; if there's nothing good to redirect it to - to homepage
-
If rest got 0 trustflow/citation and 0 linking domains - redirect to one 404 page created by you or your dev with one url: domain.com/404 (for example).
For your example:
- do you have good page for it with same/very similar content? Yes? Redirect to this page. No? Redirect to homepage because of citationflow bigger than 0.
-
-
Thank you for the reply.
Is there a quick way to input these URLs into majestic so I can check all 1700 quickly?
IS it better to redirect old pages to a dedicated 404 page? This is an example of one of ours
-
Hi Becky
-
Check if those "404s" got any links/link juice/seo metrics - for example with majestic.com
-
If some of them have links - redirect to proper pages or homepage if you don't have a good page for something. And keep them. Used or not.
-
If the rest got 0 links, no seo metrics - set one 404 page and redirect ALL the rest 404s to this page (via htaccess for example). This page can be domain.com/404 with nice explanation about oops something went wrong etc.
-
Good would be forcing to reindex those 404 pages with some software or indexing service. Google will get it pretty fast.
Yes, it's bad especially if pages giving 404 but not redirected got some links and some seo metrics like trustflow.
-
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 301 still works?
Hi, yesterday a friend said that 301 redirects does not transfer your page rank or domain autorithy anymore. I could'nt find anything in internet saying it, but I decided to ask you guys, since I think you are very reliable. so, 301 redirects wroks for transfer page rank, and i can create better domains and transfer everything, or this strategy is gone forever now?
Intermediate & Advanced SEO | | chablau0 -
How do i fix temporary redirects from Volusion?
I have around 20 temporary redirects that i can not really change. Â they look like this: http://www.bestfitbybrazil.com/reviewhelpful.asp?ProductCode=PANT+PA4069GRAFFITI&ID=17&yes=yes/login.asp See attached As you can see they are from LOGIN.ASP. Â This are system calls. Â I think the last thing I tried was blocking them in my robottxt file. Â but it doesn't seem to make a difference. Â Am I being effected by these redirects? How will Google look at them? QmiQcD6
Intermediate & Advanced SEO | | DrMcCoy0 -
301 vs 410 redirect: What to use when removing a URL from the website
We are in the process of detemining how to handle URLs that are completely removed from our website? Think of these as listings that have an expiration date (i.e. http://www.noodle.org/test-prep/tphU3/sat-group-course). What is the best practice for removing these listings (assuming not many people are linking to them externally). 301 to a general page (i.e. http://www.noodle.org/search/test-prep) Do nothing and leave them up but remove from the site map (as they are no longer useful from a user perspective) return a 404 or 410?
Intermediate & Advanced SEO | | abargmann0 -
Cannot 301 redirect, alternatives?
Hi, the company has changed it's name so now under a different domain. All pages have been 301 redirected on a 1:1 basis apart from the home page. For some reason IT cannot 301 redirect the old home page to the new website home page. At suggestions? Perhaps canonical it? Meantime the old home page copy has been changed to say the company name has changed and a link to the new website. Any help greatly appreciated.
Intermediate & Advanced SEO | | Richard5550 -
301 Redirect pages with .aspx extension
I want 301 redirect all a website's subpages with a .aspx extension to a page without the .aspx etension. Example: I want to 301 redirect www.website.com/services.aspx to www.website.com/services Right now if you do not include .aspx on the end of every URL it gives a 404 error. I have used the web.config file to 301 redirect non-www to www and /default.aspx to /. I am not extremely familiar with IIS 7.0 or web.config, so any help would be great. Thanks.
Intermediate & Advanced SEO | | VentaMarketing0 -
301 redirects.
Hi everyone, I am having some issues with an a few dynamic URLs that are not redirecting; Example: http://www.example.com/shop-online?page=shop.product_details&flypage=flypage_images.tpl&product_id=69164&category_id=303 I first tried to carry out a standard 301 which looked like this; Redirect 301 /longurlwith&category_id=303 http://www.example.com/new-url Which didn't work. After a little bit of research I added the following into the htaccess file; RewriteCond %{HTTP_HOST} ^www.example.com$ [NC]RewriteRule ^/shop-online$(.*)$ http://www.example.com/shop-online$ [NE,L,R=301] Which caused the website to error 500 (Not cool). So now I am stumped. Any help would be really appreciated as I'm sure it's an easy fix but I can't quite my finger on it. Thanks in advance :).
Intermediate & Advanced SEO | | AduroLabs0 -
Removing dashes in our URLs?
Hi Forum, Our site has an errant product review module that is resulting in about 9-10 404 errors per day on Google Webmaster Tools. We've found that by changing our product page URLs to only include 2 dashes, the module stops causing 404 errors for that page. Does changing our URL from "oursite.com/girls-pink-yoga-capri.html" to "oursite.com/girlspink-yoga-capri.html" hurt our SEO for a search for "girls pink yoga capri"? If so, by how much (assuming everthing else on the page is optimized properly) Thanks for your input.
Intermediate & Advanced SEO | | pano0 -
Redirecting Canonical 301s and Magento Website
I have an issue with a client's website where it has 3700+ pages, but roughly half of them are duplicates. Thankfully, the only difference between the original and the duplictes is the "?print" at the end of each URL (I suppose this is Magento's way of making a printable page version of the same page. I don't know, I didn't build it.) My questions is, how can I get all the pages like this http://www.mycompany.com/blah.html?print to redirect to pages like this... http://www.mycompany.com/blah.html Also, do they NEED to be Canonical, or will a 301 redirect be sufficient. Also, after having done this, if anybody knows, is there a way I can turn that feature off in Magento, because we're expanding our product line, and I don't want to have to keep chasing after these "?print" pages after the fact.
Intermediate & Advanced SEO | | ClifThompson0