This documentation refers to an earlier version of Islandora. https://wiki.duraspace.org/display/ISLANDORA/Start is current.

Overview

Islandora XML Sitemap add URLs for Islandora objects to the XML sitemap modules database as custom links. When the XML sitemap module creates its site maps it will include these custom links.

Dependencies

This module requires the following modules/libraries:

Downloads

Release Notes and Downloads

Installation

Install as usual, see this for further information.

Configuration

Set 'Last Modified Solr Field' and 'Maximum number of Islandora links to process at once' in Administration » Islandora » XML Sitemap Integration (admin/islandora/xmlsitemap).

ConfigurationNotes

Admins can configure the number of pids to process plus the Solr field to sort on.

To remove or edit links you can manage them in the xmlsitemap custom links tab.

We have also implemented a number of hooks to automatically add/remove links to objects, including:

  • hook_islandora_object_purged()
  • hook_islandora_object_ingested()
  • hook_islandora_object_modified()
  • hook_islandora_datastream_purged()
  • hook_islandora_datastream_ingested()
  • hook_islandora_datastream_modified()

Configuration

Set the paths for example and module in Administration » Islandora » MODULE (admin/islandora/module).

Include a screenshot of configuration page.


  • No labels