wilr / silverstripe-googlesitemaps

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

Multiple duplicate entries for pages #107

Closed micahsheets closed 8 years ago

micahsheets commented 8 years ago

When I view the sitemap.xml for silverstripe sites in SS 3.3.1. I see multiple duplicate entries for the same urls. The url's have different priorities and change frequencies but are actually the same page. Is this intentional and if so what is the purpose?

wilr commented 8 years ago

You should not see duplicate entries for the same URL. You may want to check any registered dataobjects and custom routes define their own Link() methods.