Follow sitemap.xml sub urls

Created on 30 May 2023, over 1 year ago

Problem/Motivation

When sitemap.xml is configured and it's splitted up and contains entries like "/sitemap.xml?page=1" and "/sitemap.xml?page=2" you currently need to configure this sub sitemaps manually.

Steps to reproduce

Configure a sitemap with split logic.

Proposed resolution

Analyze sitemap content for sub maps and follow the,

Remaining tasks

- Analyse sitemap example with split logic.
- Change code to integrate sub maps.

User interface changes

no

API changes

no

Data model changes

no

Feature request
Status

Active

Version

1.0

Component

Code

Created by

🇩🇪Germany c-logemann Frankfurt/M, Germany

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @c-logemann
  • 🇩🇪Germany c-logemann Frankfurt/M, Germany

    Here is an example:

    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
    <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd">
    <sitemap><loc>https://www.example.com/sitemap.xml?page=1</loc><lastmod>2023-05-28T14:54Z</lastmod></sitemap>
    <sitemap><loc>https://www.example.com/sitemap.xml?page=2</loc><lastmod>2023-05-28T14:54Z</lastmod></sitemap>
    </sitemapindex>
Production build 0.71.5 2024