I'm using AEM with the SitemapScheduler configuration to generate sitemaps on a scheduled basis. I've set up the scheduler with the following configuration: {
"scheduler.name": "Practice Daily Sitemap Scheduler",
"scheduler.expression": "* * * * *",
"searchPath": "/content/practice/us"
} Howev...