By jackjermey on
I've been working with a Drupal site and I see that one of the Category URL has trailing slash in .xml file.
Both URLs with and without slash are present in the xml sitemap.
http://www.domain.com/category
http://www.domain.com/category/
which is incorrect, there should not be any training slash in the URL.
I'm using sitemap module.
Rest of all categories and subcategories urls are fine and there is no trailing slash in them.
Any idea what could be the problem?