You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module generates dynamic individual sitemap XML files for your Omeka S sites.
5
+
Indexed URLs include items show pages, item-sets browse pages, and site pages.
6
+
7
+
The module is in early development stage and could do with more advanced usage and testing. Use at your own risk.
8
+
9
+
## Installing / Getting started
10
+
11
+
This module requires Omeka S v3 or greater.
12
+
13
+
* Download and unzip in your `omeka-s/modules` directory.
14
+
* Rename the uncompressed folder to `Sitemaps`.
15
+
* Log into your Omeka-S admin backend and navigate to the `Modules` menu.
16
+
* Click `Install` next to the Sitemaps module.
17
+
18
+
## Features
19
+
20
+
This module includes the following features:
21
+
22
+
* Individual site setting to enable Sitemap generation
23
+
* Dynamically generate a sitemap.xml file for each site
24
+
25
+
### Enable Sitemap for a site
26
+
27
+
To enable the sitemap on a site of your choice:
28
+
29
+
* Navigate to your Omeka-S admin panel.
30
+
* Click on the `Sites` menu.
31
+
* Click the pencil icon next to the site you wish to configure.
32
+
* Navigate to your site `Settings` menu.
33
+
* Check the `Enable dynamic sitemap for this site` option and save.
34
+
35
+
The sitemap.xml file is dynamically generated: there is no file physically created on the server.
36
+
The URL for site `site-slug` is the following: `http://myomekasite.com/s/site-slug/sitemap.xml`
37
+
38
+
## Module configuration
39
+
40
+
There is no module specific configuration.
41
+
42
+
## Known issues
43
+
44
+
See the Issues page.
45
+
46
+
## Contributing
47
+
48
+
The module is in early development stage and could do with more advanced usage and testing. Contributions are welcome. Please use Issues and Pull Requests workflows to contribute.
0 commit comments