Sitemap index xml

Smartsite 7.9 - ...

Purpose

The ES sitemap index addresses a number of URL set xmls, which in turn address ES document xmls. The sitemap index can be considered a sitemap of sitemaps.

Example

Example content:

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>http://kennis/esurlset.xml?ct=KEN&amp;startitem=KENNISSYSTEEM</loc>
        <lastmod>2018-02-22T10:56:00</lastmod>
    </sitemap>
    <sitemap>
        <loc>http://kennis/esurlset.xml?ct=BGP&amp;startitem=KSBEGRIPPEN</loc>
        <lastmod>2018-02-22T10:56:00</lastmod>
    </sitemap>
</sitemapindex>

Xml specification

The URL set xml is according to the specification of sitemaps.org.

Subelements of element sitemap:

  • Element loc is processed.
  • Element lastmod is currently ignored.