o / sitemap-php

Library for generating Google sitemap XML files
MIT License
300 stars 177 forks source link

Report Error in Google webmasters tool #8

Closed hqin2013 closed 9 years ago

hqin2013 commented 9 years ago

hi,

I use this script to general a sitemap(http://www.top10selling.net/sitemap.xml),but get error:

s

regards hqin

ericmuigai commented 9 years ago

I think this is due to urlset no tbeing closed.

ericmuigai commented 9 years ago

See this https://github.com/o/sitemap-php/compare/master...ericmuigai:patch-1 Will solve it

o commented 9 years ago

Hi @ericmuigai and hi @hqin2013,

Sorry for my late answer, as described in README, you need to call createSitemapIndex() function for closing urlset tag. @ericmuigai library already have this functionality whilst creating sitemap index. Thanks for the patch, but it's not necessary.