I know you'll be integrating this into XML Sitemap soon, but there is a rather urgent upgrade needed if possible. I get the following error in my Google Webmaster Tools account for this sitemap:
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.
Comments
Comment #1
spamwelle commentedsubscribing
Comment #2
dave reidOdd...they changed their format recently? Ok will look into this.
Comment #3
deverman commentedHere are the links to some information. They say you have six months to upgrade the format but they don't say from when:
http://googlenewsblog.blogspot.com/2009/11/new-face-to-google-news-sitem...
http://www.google.com/support/news_pub/bin/answer.py?hl=en&answer=161989
Comment #4
dave reidOk I just committed support for the new format to CVS. Once the 6.x-1.x-dev build is regenerated, please give it a try and let me know if it works properly.
Comment #5
gregarios commentedIt works properly. The error has gone away in Google Webmaster Tools. Thanks! :-)
Comment #6
simon king-1 commentedhi
i tried it today, the sitemap seems to be accepted but I get a new error:
Unexpected publication name
The publication name specified in your Sitemap does not match the publication name we have for your site in our database. Please check that the publication name in your Sitemap exactly matches the publication name displayed for your articles in Google News.
In Google News the site name is Stan James Betting News and the author name is Stan James.
All my articles are posted with the author name Stan James in Drupal.
I changed the User name in Drupal to Stan James Betting News so they all appeared from that author but the site map still displayed "Stan James".
What variable is n:name populated with?
Many Thanks
Simon
Comment #7
simon king-1 commentedfixed it.. just had to change Site Name in 'Site Information'
google has now accepted the sitemap!
many thanks!!
Comment #8
dave reidYeah, that is taken from the 'Site name' variable in admin/settings/site-information.
Comment #9
JustinJohnson commentedSubscribing.
Comment #10
JustinJohnson commentedThe Dev version corrected the problem for my website.
Comment #11
dave reidCreated new releases with the updated code. Thanks everyone for testing.
Comment #12
mknapp commentedI hope this is the correct place for this...
For those getting this message from google you have several options. Our problem was the name originally submitted to google news was Mass Device Blogs - while we have blogs we are a news journal and our branding name is MassDevice (as seen in the page titles). I could have easily used the first suggestion below but as you know google takes it's time and ours... So my short term solution was to grab the name from some other variable set in Site Information. Here are some options I came across when figuring out what to do - I hope they help.
http://www.google.com/support/news_pub/bin/request.py?contact_type=repor...
OR
OR
$content .= '
' . variable_get('site_mission', 'Drupal') . '';
This seemed to work for us to synch the googlenews.xml site map site name to the name that google has on record. It may be that the change request form above will eventually be linked to the dB from google so changes take effect immediately, but i doubt that's the case right now.
Dave, I hope you can endorse this temporary work around. Also, if we had money we'd be sending some your way - some day. Thanks for the great module!
Comment #13
dave reid@mknapp: See #645786: Small Request about Site Name
Comment #15
arnieswap commentedGoogle doesn't accept this site map but accepted Rss feed. The error said that this site is not in our database. What could be the reason>
Comment #16
arnieswap commentedComment #17
gregarios commentedThis is not an error with the module. You need to make sure your domain is verified with the Google Webmaster Tools, then make sure you enter in a valid Google News Sitemap URL in your Webmaster Tools sitemap settings (in your Google Account).
If you still feel there is an issue with the module, please open a new issue rather than adding to an already fixed (or closed) issue.