404 errors High Priority Issues in Moz Pro: change to 301 or not ?
-
Hi there,
Moz Pro is showing us 404 errors on our site as High Priority Issues. These 404 errors regard deleted product pages, which we did not 301. Should we 301 them all backwards ?
We have an ecommerce site. After reading How Should You Handle Expired Content? on Moz and a few other Q&A discussions I now know we should 301 each expired url and now we do so. My concern is with what was done in the past, and what we should do about it:
- for the past few years we have been leaving the pages on the site, creating a big amount of outdated url's without either content nor traffic
- in march our IT decided to delete these url's, and ask for a webpage removal in Google Search Console: we 301 only a 40 url's and 404 the other 3500
- now 6 monthts after, we still have 2500 crawl errors in the Search Console, and Moz Pro finding each week new 404 errors
Our SEO consultant says we should not bother about the errors shown in the Search Console. But I am concerned about these errors not reducing, and about Moz Pro High Priority Issues: should we 301 the url's to similar categories or products?
-
Hi Joe,
When running a scan to find error pages or bad internal linked pages, what type of scan parameters do you use? This could make sense on why I'm seeing these strange 404 error strings, such as http://website.com/ http://www.website.com/cubic-zirconia-1/ Ideas, have you seen this before?
run a Screaming Frog scan
-
Hey Isabelle - which do you not know how to check, the analytics for those 3,500 pages or the links to them?
For the analytics you'll just go back in time to when those pages were receiving traffic and check. To check the individual pages for backlinks pointing directly to them, you'll want to use Open Site Explorer, Ahrefs, or Majestic to get that data. Using at least 2 of those will give you the best data on which pages are getting links.
I would investigate as to which metrics Moz Pro is using to decide if those pages are high priority to fix. It could be that Moz Pro is basing the high priority signal on the backlinks, so dive deeper into that to find out what's triggering that and then fix that problem!
-
Hi Joe,
Thank you so much for your answer. As a matter of fact much of these 3,500 pages don't receive much traffic anymore, but a lot of them have natural external links since they were product pages. The problem is, I don't know how to check it.
Your informations regarding the Search Console are usefull, so I will have to live with it being full of crawl errors. But what should I do with MOZ PRO showing some of the 404 as High Priority Issues? Does it actually mean, that those url's are somehow important and should be 301 redirect? So is MOZ PRO more liable than the Search Console on this point?
-
Hey Isabelle,
From the How Should You Handle Expired Content? post, I agree that those 4 steps outlined are the best questions to ask:
- Was there significant traffic (and not just organic, but also consider direct) coming to this page?
- How can we provide the best user experience?
- Has this page received external links? How is this page currently internally linked to?
- Is there content/resources on the page that users would still find useful?
Were those 40 pages you chose to 301 the only pages that were receiving any type of traffic, or are there perhaps more out of the other 3,500?
If some of those 3,500 pages have links from external websites linking to them, make it a high priority to 301 redirect those URLs to related category or product pages.
If some of those 3,500 pages are receiving decent amounts of visits to them still (you can see this in Google Analytics) then you can consider 301 redirecting those to improve UX and recover some traffic that may be bouncing. Set a threshold depending on the size of your site, maybe only recover URLs that have more than 10 visits a month or so.
As far as seeing the errors in Search Console, it can be annoying sometimes, but Google shows a lot of stuff as informational and it doesn't necessarily need to be acted upon. Here's a related question on Moz about that. If the pages are long gone, you don't have to worry about Google showing them.
But if you're wondering how Google is discovering these, it's possible there are old sitemaps they're crawling, or even pages on your site that link to those old pages. Definitely run a Screaming Frog scan on your site to try and uncover those.
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
-
How long does it takes for Moz pro to find backlinks and increase my score?
Hi, I'm running a website for tourism & travel called Visit Guide or دليل السفر and i have many backlinks from many websites ( DoFollow & NoFollow ) They are older than 10 days and Moz has not discovered them yet nor found them? How to push Moz Pro to find my backlinks? or how to SpeedIndex my backlinks in other words?
Moz Pro | | VisitDotGuide0 -
Question on changing URL structures
We have a lot of "Long URL" errors in moz, and our URLs have no helpful format to them. For example, our blog URLs currently have a date and the title so they end up looking like this: blog/year/month/day/long title that never ends. If I were to setup a new URL structure using MOZ best practices, can I just make the change going forward and redirect a few high trafficked links to this new structure? Or do I really need to make the change for the website (specifically blog) as a whole to see a positive impact? I know this means there may be an initial drop in traffic which I'd like to avoid.
Moz Pro | | ETerika0 -
I got an 803 error yesterday on the Moz crawl for most of my pages. The page loads normally in the browser. We are hosted on shopify
I got an 803 error yesterday on the Moz crawl for most of my pages. The page loads normally in the browser. We are hosted on shopify, the url is www.solester.com please help us out
Moz Pro | | vasishta0 -
Site explorer Issue
Hello, I'm looking to see in the Site Explorer the links coming from directories such as BOW, yahoo etc. I'm listed there from almost 1 year and these links are not listed, the same with my competitors. I'm missing something? Thank you Claudio
Moz Pro | | SharewarePros0 -
301 redirect
Guys Another post by me in regard to a 301 redirect which follows on from this post here http://www.seomoz.org/q/seomoz-crawl-test To quickly summarise all i have done is change URL name and done a simple 301 to change name where respective urls form old go to the relevant new pages Ok Now 14 weeks since we implemented our 301, Originally done In PHP everything looked text book but still 80% down on rankings PR has returned to inner pages Home page has not updated After some advice from some of the members here i changed the 301 on the old domain name from PHP to Htaccess This is the code i used on the old server is below RewriteEngine on RewriteRule ^(.*)$ http://www.newsite.co.uk/$1 [R=301,L] On the new site the canonical is fixed by PHP , i want to change this to Htaccess, capturing the canonical element along with removing the trailing slash (This is only what has been done in the past so just keeping consistant) This is the situation Old site sits on a different server from the new so each have their own individual I.P addresses I am convinced somewhere in the PHP application we are chaining so want Htaccess on old server to do the 301 and want htaccess on new server to deal with canonical elements and remove trailing slash (if that best practice) What would be the best way to do this where we wont be chaining 301's at present all looks perfect and doing what it should, but i know there is an issue and i believe it to be with the php script Thanks for taking the time to look Paul Ps where i had the issue on the old site where Crawl test said page don't exist i now have on the new site if i try and crawl the non www. version of the new site , tested on a site that has the htaccess 301 in place and get the option of crawling the old or the new page so something don't stack up so its not the tool its the PHP Fetch as Googlebot and every other tool reports the correct header responses
Moz Pro | | kellymandingo0 -
Pro member lost access to opensiteexplorer
Hi there Im a pro member but cannot access to opensiteexplorer. When using it, it send me to http://www.seomoz.org/ose/gopro Could anyone please fix it?
Moz Pro | | fleetway0 -
Opensite explorer issues still there
Hi I asked a question a few weeks ago regarding the linkings being shown in opensite explorer showing crazy stuff like psds and odd file formats as being the source of the links. I was told it was being repaired , the results were almost useless and I stopped using , I have just logged back in to check again and see even more random odd results with sites that would have no reason to link to us. Is this tool ever going to be repaired ? Is there a ETA for the fix ? How come you are launching new tools when the existing ones dont work ? Kind Regards
Moz Pro | | jbloggs0 -
Keyword Difficulty Tool: Error
Hi - is anyone else getting an error using the Keyword Difficulty tool? I'm getting "ERROR: There was a transient error with your request. Please try again."
Moz Pro | | ErikDster0