Hey all, I seem to be having some trouble with my Google News Sitemap..I keep getting this error everytime I submit my sitemap and I don't know why.. Here is my .XML sitemap. If anyone could help I would greatly appreciate it!
Well I have a normal sitemap. I can't just rename it and override my existing sitemap with my Google News Sitemap
It could be useful for Paul : Here's to create XML Sitemap manually based on Google Webmaster Central, OR try this XML Sitemap generator which the result in HTML is just like my Sitemap...
I manged to figure it out. Instead of having the format like this: <url> − <loc> http://www.loansafe.org/government-debt-consolidation-loans </loc> − <n:news> − <n:publication> <n:name>LoanSafe</n:name> <n:language>en</n:language> </n:publication> <n:publication_date>2010-02-19T18:07:41Z</n:publication_date> <n:title>Government Debt Consolidation Loans </n:title> </n:news> </url> Code (markup): I had it like this... <url> − <loc> http://www.loansafe.org/government-debt-consolidation-loans </loc> − <news> − <publication> <name>LoanSafe</:name> <language>en</language> </publication> <publication_date>2010-02-19T18:07:41Z</publication_date> <title>Government Debt Consolidation Loans </title> </news> </url> Code (markup): I was missing the ":n" element.
Also, Here is the plugin I use for Wordpress to automatically update my sitemap with my latest articles... http://wordpress.org/extend/plugins/gn-xml-sitemap/ And let me say that it works great!