On our old site we had some directories that have since been deprecated. I'm worried about an influx of 404
s hurting our rankings.
For example what was once www.mysite.com/intranet/
no longer exists on our server, but google is (I'm guessing) updating old records of that folder and returning 404
s. (We're using a plugin to report 404
s via rss)
The option I see are:
- Redirecting these urls via
.htaccess
- Disallowing via
robots.txt
(confusing because there is no such directory) - Remove directories via webmaster tools (probably not a recommended reason for doing this)
I'd greatly appreciate if anyone can provide some insight on how to keep Google from thinking these directories are still part of the site.