I am trying to create a multiple sitemap setup for TYPO3 6.2 with the dd_googlesitemap extension, but from reading the docs I cannot figure out if this is doable with the extension itself.
Namely, I have two top-level domains with one codebase, e.g. example.com and example.org. If I create the basic sitemap I will get the content of both domains (because of using the same codebase/database). I want the sitemap to be scoped by the website domain, so that I can have example.com/sitemap_com.xml and example.org/sitemap_org.xml
.
Has someone stumbled upon this issue before and knows if it's possible with dd_googlesitemap?