Currently there is a feeds component that allows us to create a sitemap index on per-section basis that looks something like this:
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://www.example.com/arc/outboundfeeds/sitemap-index/category/parent-section/subsection-1/?outputType=xml</loc>
</sitemap>
<sitemap>
<loc>https://www.example.com/arc/outboundfeeds/sitemap-index/category/parent-section/subsection-2/?outputType=xml</loc>
</sitemap>
...
</sitemapindex>
We'd also like to create a sitemap that links to the listing pages as well. Something that looks like this:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.example.com/parent-section/subsection-1/</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.example.com/parent-section/subsection-2/</loc>
<changefreq>daily</changefreq>
</url>
...
</urlset>
Updated fix shipped at part of the OBF-1.12 release.
Hi, I think this was incorrectly marked as shipped. This idea was not a bug report regarding the trailing
?
if there were no URL parameters, but a feature request for a version ofSitemap Section Front Index
block that doesn't produce a sitemap index (`<sitemapindex>`), but rather a sitemap with<urlset>
of URLs that point to listing pages on our site.Fix for this issue was shipped in our recent release OBF-1.10
We would very much like this functionality too. It is a key component missing from Sitemaps. In addition, we would like the ability to easily generate ALL static sitemaps - those for sections as per the above, but also author pages and "topic"/tag pages.
Thank you for submitting this idea. We will reach out to you directly to clarify the requirements.