Damn! There's me thinking that I'd be able to sort out the Sitemap_index.xml.gz error that shows up on googlesitemaps... I haven't!
This is what's in the sitemap_index.xml.gz file:
Code:
<?xml version="1.0" encoding="UTF-8" ?>
- <sitemapindex xmlns="http://www.google.com/schemas/sitemap/0.84">
- <sitemap>
<loc>/sitemap_1.xml.gz</loc>
<lastmod>2007-01-26T06:12:59+00:00</lastmod>
</sitemap>
</sitemapindex>
It's the...
Code:
<loc>/sitemap_1.xml.gz</loc>
...that's causing problems. Google won't recognise that address relating to my domain. Google just sees /sitemap_1.xml.gz NOT
http://www.mysite.co.uk/sitemap_1.xml.gz.
I cannot hardcode this line with the explicit address everytime the sitemaps are created, and seems a bit pointless to do this if the sitemaps mod automates the process, anyway.
So, does anyone know how to get the mod to write the full explicit address of the sitemaps in the sitemap_index.xml.gz file?
Thanks in advance for any help.