Hi,
We have a website and when we call the /sitemap.xml it only shows pages on level one, in our case the hompage:
<urlset> <url> <loc>https://sitename.azurewebsites.net/homepage</loc> </url> </urlset>
I enabled the sitemap for all pages in the admin, but that didn't work.
My guess is that because all other pages are in folders, they are not showing in the sitemap. This is our page structure:
How do I get all pages to show in the sitemap?