Ideas for Arc XP

Arc Feeds Component for urlset that links to listing pages

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>

  • Goran Gligorin
  • Oct 10 2021
  • Shipped
  • Attach files
  • Admin
    Eric Van-Gorden commented
    21 Apr, 2022 01:43pm

    Updated fix shipped at part of the OBF-1.12 release.

  • Goran Gligorin commented
    4 Feb, 2022 02:42pm

    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 of Sitemap 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.

  • Admin
    Eric Van-Gorden commented
    31 Jan, 2022 08:40pm

    Fix for this issue was shipped in our recent release OBF-1.10

  • Toni East commented
    30 Nov, 2021 08:49pm

    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.

  • Orlanda Antunes commented
    13 Oct, 2021 03:08pm

    Thank you for submitting this idea. We will reach out to you directly to clarify the requirements.