So I'm getting this error at Google: Unsupported file format
Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit.
I've been using the dynamic sitemap contrib for at least 2 years and I just noticed that I was getting these errors. I've checked the code against their guidelines and don't see any issues. If I generate the sitemap using the googleSitemapCategories.php, save it as a text file and then upload the generated file to my website, Google likes it. But the googleSitemap...php files continually generate the same error.
Here's the beginning of a generated text file that Google likes:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.tastarsupply.com/storage-media-optical-dvd-c-129_158_162.html</loc>
<lastmod>2008-06-15</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<url>
So, the question is, why did these googleSitemap...php files stop working, and why do the text files that these php files generate work?
Any help that you can provide would be appreciated!
thanks.
tony
Edited by tastar, 19 June 2008, 02:00.















