Hi,
I had two database tables for content on our website - Blog and Glossary. The blog page would show data from the blog table, and the glossary from the glossary table.
I decided to merge into 1 Content table to manage editing through one content management system.
Now, the blog page shows content of type Blog… the glossary shows content of type glossary.
The issue is Google and SEO tools are pulling the data twice so we have double URLs. For example, a blog URL blogpost/blog1 is now also available through glossary/blog1
Any ideas on how to limit what the sitemap pulls on each page?