Mobile app version of vmapp.org
Login or Join
Karen161

: Why is Google Search Console saying my 404 errors are linked from pages that are long gone? Please Note: I'm not asking what to do here. I'm asking why this is happening, in order to understand

@Karen161

Posted in: #GoogleSearchConsole

Please Note: I'm not asking what to do here. I'm asking why this is happening, in order to understand Google Search Console's behaviour.

So this has been driving me nuts for weeks. I've made repeated removal requests in Search Console for 404 error pages that Google somehow sees as coming from pages long since gone, including a Yoast WP SEO XML sitemap (I even removed the Yoast plugin months ago). I've been repeatedly requesting removal of all these pages for months now, but they keep popping up as sources for my 404's.

I've run Screaming Frog, Deepcrawl, combed though the site and Google's indexes, and not seeing a trace of these pages anywhere but from inside Search Console...

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

3 Comments

Sorted by latest first Latest Oldest Best

 

@Alves908

It seems all the pages from a previous version of the site - all with php extension'd pages - continously come back as 404, including the old XML sitemaps from the long-ago-removed Yoast SEO plugin.


To encourage Google to forget about these long gone and never coming back URLs or to at least help differentiate them from more current 404s, you could try returning a "410 Gone" instead of the usual "404 Not Found". This is a stronger signal to Google that these URLs are not coming back.

You could implement this using Apache mod_rewrite in either .htaccess or your server config. For example, to respond with a "410 Gone" for all .php URL requests, then you can do something like:

RewriteEngine On
RewriteRule .+.php$ - [G]


Although, when you say "previous version", it's not simply a previous version of the same site? I assume the content is no longer relevant - so a redirect would indeed be inappropriate.

10% popularity Vote Up Vote Down


 

@BetL925

There is really no cause to become nervous. Your GSC displays 7 404 errors. All of them are old and/or non-existing.

Remember, GSC gets data from many data centers, there are many latencies on the way. Every some months GSC applyes any data update and looses some data (like not long ago, Google confirmed loosing of up to 50% of link data for some sites).

Well, then no panic and happy new year.

10% popularity Vote Up Vote Down


 

@Mendez628

To remove the 404 pages from the search console, redirect those 404 pages to the relevant pages so that Users who land on those pages can be redirected to proper pages and doesn't affect User Experience.

After that, you can mark as fixed and it won't be coming back to you again.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme