SiteMap for different locale / domain
We are using ACS Common to provide sitemap for SEO but running into issue where for non English sites(.com site), it is returning URL with English site links
Ideally...
Request for mysite.com/sitemap.xml would rewrite to mysite.com/mysite.com/content/my_company/en_us.sitemap.xml
Request for mysite.es/sitemap.xml would rewrite to mysite.es/content/my_company/es_es.sitemap.xml
But currently for es locale site (mysite.es), it is returning url starting with mysite.com/xxx instead of mysite.es/xxx
is it because we can configure only one domain in Externalize? any way to overcome this issue?
Appreciate any help.