Google crawler not found an error inside of the <head> tag

Posted by inckka on Pro Webmasters See other posts from Pro Webmasters or by inckka
Published on 2012-10-11T06:27:30Z Indexed on 2012/10/11 9:53 UTC
Read the original article Hit count: 270

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 &raquo; 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?

© Pro Webmasters or respective owner

Related posts about google-webmaster-tools

Related posts about 404