Forum Moderators: Robert Charlton & goodroi
[edited by: Robert_Charlton at 6:14 pm (utc) on Jul 22, 2015]
Obviously, this means a soft 404 issue, since all of those pages are returning 200 codes.
A soft 404, in googlespeak, is when an URL that ought to return a 404 ("ain't no such page") instead redirects to some other page, such as the / root.
We have a client that has a lot of pages of empty content on the site, in the hopes that one day those pages will be filled with actual content.
my site is encyclopedic, and there are instances where I have pages that will someday contain data about a particular topic, and really do need to exist for consistency on the site, but are largely empty.
You can leave the pages exactly how they are as far as look and feel and location go, but set a 404 error code until they have useful content on them and not only will you stop getting notices about soft 404s, you'll save some crawl cycles for your pages that actually need to be crawled now, and by simply changing the header code rather than changing whatever page you have there now, if a visitor happens to land on them they won't know the difference, because they don't ever see the actual response code, except on an actual error page.