This article covers a Bloomreach Experience Manager version 12. 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?