Google crawler not found an error inside of the <head> tag
- by inckka
I've found a crawler error in my site and it is listed as a page not found(404) link.
Heres the broken link http://mydomain.com/blog/comments/feed/
I'm using Google web master tools and found that broken link coming from my web site pages' head tag.
here's actual code where that link situated.
<head>
<link rel="alternate" type="application/rss+xml" title="My Domain Blog » Feed" href="http://www.my-domain.com/blog/feed/" />
</head>
So Google report this link as a not found. Actually this link target is not an exact page or a location. But essential for the blog feeds. Anyway I have to fix this and remove from the Google crawler error's list. But haven't got any idea, because cannot redirect or do a 404 header with this link target.
Have anyone got an idea of fixing this?