I have received a notification in GWT about an increase in Not Found errors.
The Not Found errors are of this format:
www.URL.com/year/month/post-namefeed
where the actual URL is of this format
www.URL.com/year/month/post-name
(without "feed" at the end of the post name)
My site has the following:
- Robots.txt file has the command: Disallow: */feed/
- GWT's URL Parameter has been configured that for the parameter "feed" No URLs should be crawled
But I think my above settings are for the URLs www.URL.com/year/month/post-name/feed. But the error GWT is reporting has the word "feed" immediately added to the post name
How should I fix this and prevent Google from adding "feed" at the end of post name?
Thanks