You are here:  » Strange sitemap.php

Support Forum



Strange sitemap.php

Submitted by popsantiago on Sun, 2010-11-21 10:46 in

Hey all,
I got a problem with my sitemap and i don't know if it's normal...
In this file i can see only my 4 feeds and i don't know why :-/
For exemple :

<?xml version='1.0' encoding='UTF-8'?>
<sitemapindex xmlns='http://www.google.com/schemas/sitemap/0.84' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/siteindex.xsd'>
<sitemap>
<loc>http://www.url.com/sitemap.php?filename=dealgroop.xml</loc>
<lastmod>2010-11-21</lastmod>
</sitemap>
<sitemap>
<loc>http://www.url.com/sitemap.php?filename=groupon.xml</loc>
<lastmod>2010-11-21</lastmod>
</sitemap>
<sitemap>
<loc>http://www.url.com/sitemap.php?filename=kgbdeals.xml</loc>
<lastmod>2010-11-21</lastmod>
</sitemap>
<sitemap>
<loc>http://www.url.com/sitemap.php?filename=restoprive.txt</loc>
<lastmod>2010-11-21</lastmod>
</sitemap>
</sitemapindex>

Do you know why?

Thank you,

Submitted by support on Sun, 2010-11-21 20:52

Hello Pops,

That's normal - sitemap.php simply returns a sitemap index. Google will request each index which in turn returns the complete XML sitemap for that feed!

Cheers,
David.
--
PriceTapestry.com

Submitted by popsantiago on Mon, 2010-11-22 20:20

Hey David,
Yep i see that with WebmasterTool of google.
Thank you
Pop