Not quite the result I needed. I updated yesterday and today……sitemap is now being rejected outright.
Sitemap is HTML
Your Sitemap appears to be an HTML page. Please use a supported sitemap format instead.
Problem detected on: Nov 15, 2009
Deprecated Sitemap format
Your Sitemap uses a deprecated News format. Support for this format will disappear shortly, at which point your Sitemap will be rejected. Please update to the new format, which involves attaching a <publication> tag and other relevant tags to each url in your Sitemap.
Problem detected on: Nov 15, 2009
Here is the help section from google outlining the new format:
https://www.google.com/support/forum/p/news/thread?tid=1c1ae79d46d65548&hl=en
https://www.google.com/support/news_pub/bin/answer.py?answer=74288
sample:
A News Sitemap uses the Sitemap protocol, with additional News-specific tags as defined below. Here is an example of a News Sitemap entry using News-specific tags:
<?xml version=”1.0″ encoding=”UTF-8″?>
<urlset xmlns=”https://www.sitemaps.org/schemas/sitemap/0.9″
xmlns:n=”https://www.google.com/schemas/sitemap-news/0.9″>
<url>
<loc>https://www.example.org/business/article55.html</loc>
<n:news>
<n:publication>
<n:name>The Example Times</n:name>
<n:language>en</n:language>
</n:publication>
<n:access>subscription</n:access>
<n:genres>pressrelease, blog</n:genres>
<n:publication_date>2008-12-23</n:publication_date>
<n:title>Companies A, B in Merger Talks</n:title>
<n:keywords>business, merger, acquisition, A, B</n:keywords>
<n:stock_tickers>NASDAQ:A, NASDAQ:B</n:stock_tickers>
</n:news>
</url>
</urlset>