URL set xml

Smartsite 7.9 - ...

Purpose

The URL set xml contains a set of URLs addressing ES document xmls. The URL set can be considered a sitemap.

Example

Example content:

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>http://kennis/esdocumentdata.xml?nrcontent=10076</loc>
        <lastmod>2016-04-18T09:58:00</lastmod>
    </url>
    <url>
        <loc>http://kennis/esdocumentdata.xml?nrcontent=10079</loc>
        <lastmod>2018-02-06T11:04:51</lastmod>
    </url>
</urlset>

Xml specification

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

Subelements of element url:

  • Element loc is processed.
  • Element lastmod is included for information, and is currently ignored.
  • Elements changefreq and priority are ignored.