On a SharePoint 2013 Publishing site, I have the 'Search Engine Sitemap' functionality turned on. It's working great, automatically building an XML Sitemap for me.
I do have one issue: the sometimes the nodes reference a few domains instead of a single preferred domain. It seems that the subwebs are correctly referencing www.domain.com, while the top site is referencing domain.com. I'd like them all to
use www.domain.com.
<url><loc>https://domain.com/</loc><priority>0.5</priority><changefreq>weekly</changefreq></url><url><loc>https://www.domain.com/subweb</loc><priority>0.9</priority><changefreq>weekly</changefreq></url>
What would be the source of the different domains being referenced? How can I get everything to use www.domain.com?
Thanks!
Brandon Petersen