wilr / silverstripe-googlesitemaps

Google Sitemaps module for the SilverStripe CMS
BSD 3-Clause "New" or "Revised" License
74 stars 95 forks source link

Sitemaps not validated correctly #58

Closed Firesphere closed 11 years ago

Firesphere commented 11 years ago

All sitemaps except sitemap.xml itself give me the following error in Google WMT: Missing XML tag

This required tag is missing. Please add it and resubmit.

1

Parent tag: urlset Tag: url

wilr commented 11 years ago

Does your site map have any items in it? https://github.com/silverstripe-labs/silverstripe-googlesitemaps/blob/master/templates/GoogleSitemapController_sitemap.ss

Firesphere commented 11 years ago

Yep, feel free to have a look here: http://www.filmsvandaag.nl/sitemap.xml And it's (fastest) invalid child: http://www.filmsvandaag.nl/sitemap.xml/sitemap/Genre/1

Firesphere commented 11 years ago

I think I know what's wrong.

My DO's don't have a "canView()" method. And since I was logged on, I could see everything perfectly fine...

HeadDeskFacePalm. My bad!