Sitemap Protocol Component - Introduction

Introduction

What is the Sitemap Protocol Component?

The Sitemap Protocol Component is a Hippo Site Toolkit component for generating an XML feed based on the Sitemap Protocol. This protocol is used by search engines for indexing 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>2005-01-01</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
   </url>
</urlset>

Project status

The current version of the Sitemap Protocol Component is 1.02.00. It requires Hippo Site Toolkit 2.20.00 or later.

How can I use the Sitemap Protocol Component in my project?

Follow the usage instructions!