Hi friend, My website is : power-battery.com.au below is my sitemap index code, but i can't submit success, google tool displayed Sitemap errors and warnings, but my format is the same as them told me, why has this problem? --------------------------------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9 "> <sitemap> <loc>http://www.power-battery.com.au/sitemap1.xml</loc> <lastmod>2009-09-22</lastmod> </sitemap> <sitemap> <loc>http://www.power-battery.com.au/sitemap2.xml</loc> <lastmod>2009-09-22</lastmod> </sitemap> </sitemap> </sitemapindex> -------------------------------------------------------------- who can tell my, tks a lot.
Create sitemap like and fix the priority, changing frequency, etc. <?xml version="1.0" encoding="UTF-8"?> <urlset> <url> <loc>yoursite</loc> <priority>1.00</priority> <lastmod>2009-04-01T13:20:37+00:00</lastmod> <changefreq>weekly</changefreq> </url> </urlset> It will be better if you use sitemap.xml rather sitemap1.xml or sitemap2.xml
Hi Tango You have two close tags of "</sitemap>" If that does not help, what exactly is the warning/error you get? Just for those unsure: xml sitemap files (what aksin shows) xml sitemap index files (what tango shows)