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
    April 21, 2022 13:43

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

  • Goran Gligorin commented
    February 04, 2022 14:42

    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
    January 31, 2022 20:40

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

  • Toni East commented
    November 30, 2021 20:49

    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
    October 13, 2021 15:08

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