Forum Moderators: Robert Charlton & goodroi
I know of several websites that got into ranking trouble by 301 redirecting many pages to home (or a top level page of some kind) instead of returning a 404 or 410.
I'd say look for important backlinks that point to problematic pages and create appropriate content at the same URL - even if it's just an explanation about the change to the website.
do you recommend to return a 200 OK for URLs you don't want to handle instead of a 301
I meant that if you are trying to preserve that backlink's equity then you should have content related to the original content for that URL
wastes its resources instead, it could crawl a valid page
The best I have come up with is to dynamically try and locate the closest URL that matches the request and redirect there with a 301
The result of all this is the spider wastes b/w from me on the one hand and on the other, wastes its resources instead, it could crawl a valid page.
I know of several websites that got into ranking trouble by 301 redirecting many pages to home (or a top level page of some kind) instead of returning a 404 or 410
[edited by: Whitey at 3:11 am (utc) on Aug 17, 2010]
false positive penalty.
Do you have a true 404 response set up for bogus URLs, or does every not found url 301
One suggestion for reversal that I've heard is to steadily remove the 301's and replace them with 404's , but not all at once. Thoughts ?