Forum Moderators: coopster
In my webmaster tools I have the following sitemaps:
article_feed.xml
blog/atom.xml
googleSitemapArticles.php
googleSitemapCategories.php
googleSitemapProducts.php
googleSitemapTopics.php
sitemap.php
My problem is that all of the sitemaps have green checks by them except for the sitemap.php which has a large red x by it.
This worries me. When I click to see why this error message is there, I get the following message from Google:
Sitemap is HTML
Your Sitemap appears to be an HTML page. Please use a supported sitemap format instead.
My questions is two fold.
Is it important that the sitemap.php have a green arrow by it? If so, how do I create a valid sitemap.php file?
Also, is it enough to have the other sitemap files?
Thanks so much.
Another thing to check is how you start the doc.
Did you do something like this at the top?
<?xml version="1.0" encoding="UTF-8" ?>
I bet is the mime-type. You can check this in FF by going
-> Tools -> Page Info -> General
It will be called "Type" and should have a value of text/xml