Need to linkup the newly created Sitemap.xml with the main sitemap.xml
Hi,
I have a requirement to create dynamic URLs that aren't available as pages in AEM. We're generating these URLs from the backend and displaying them on a page. Currently, I've created a page (test-sitemap.html) with a component that includes a "Generate" button. When users click this button, the URLs are created in the Java backend and displayed on the test-sitemap.html page.
Now, I need to add these generated URLs to the main sitemap.xml. Could you please help me with the process of linking these URLs to the main sitemap.xml?
Thank you!