/islandora_xmlsitemap

adds islandora urls to the xmlsitemaps module list of custom links

Primary LanguagePHP

Islandora XML sitemap Build Status

Description

Add URLs for Islandora objects to the xmlsitemaps modules database as custom links. When the xmlsitemap module creates its site maps it will include these custom links.

Notes

Admins can now 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()

Requirements

TODO

We could probably provide links to individual datastreams but I'm not sure what priority to place on this and how we would want to implement this.