This article covers a Bloomreach Experience Manager version 11. There's an updated version available that covers our most recent release.

Sitemap Plugin

Introduction

The Sitemap plugin is a delivery tier component that generates an XML feed based on the Sitemap Protocol. This protocol is used by search engines to index your website.

The Sitemap Protocol XML looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>http://www.example.com/</loc>
    <lastmod>2013-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>

Source Code

https://code.onehippo.org/cms-community/hippo-plugin-sitemap

Did you find this page helpful?
How could this documentation serve you better?
On this page
    Did you find this page helpful?
    How could this documentation serve you better?

    We rely on cookies

    to optimize our communication and to enhance your customer experience. By clicking on the Accept and Close button, you agree to the collection of cookies. You can also adjust your preferences by clicking on Manage Preferences. For more information please see our Privacy policy.

    Manage cookies
    Accept & close

    Cookies preferences

    Accept & close
    Back