Sitemap (SEO) best practices
Per: https://docs.adobe.com/docs/en/aem/6-1/manage/seo-and-url-management.html
"To programmatically generate a sitemap, register a Sling Servlet listening for a sitemap.xml call. The servlet can then use the resource provided via the servlet API to look at the current page and its children, outputting XML."
I believe this is talking about mysite.com/sitemap.xml (or whatever other specific sitemap XML file I want to use). Someone else thinks that is supposed to mean that every page should be able to change from
mysite.com/home.html to mysite.com/home.sitemap.xml
And then you can see the sitemap for the entire site.
That makes no sense to me. What is really meant by the quote?