Summary: | [DOCS] Add section on how to add a sitemap to Koha for search engine indexing | ||
---|---|---|---|
Product: | Koha | Reporter: | David Nind <david> |
Component: | Documentation | Assignee: | David Nind <david> |
Status: | ASSIGNED --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | aude.charillon, philip.orr |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36977 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
David Nind
2024-07-13 19:32:55 UTC
Draft documentation brief ========================= Audiences: - Library staff: improving search engine discoverability of a library's resources - Koha system administrators: how to set up site maps so that they can be used by search engines to index Koha sites Outcome: Koha administrators can successfully set up site maps so that these are used by search engines for indexing. Topics to cover: - What are site maps (concept) - Why use site maps (concept) - Generating site map files (task) - Updating the robots.txt file (task) - Updating the site map files (task) - Registering site maps with search engines (task) - Known issues (reference) Existing documentation: - Manual > Cron jobs and daemons > Sitemap: https://koha-community.org/manual/latest/en/html/cron_jobs.html#sitemap - Wiki > Commands provided by Debian packages > koha-sitemap: https://wiki.koha-community.org/wiki/Commands_provided_by_the_Debian_packages#koha-sitemap - Script help: misc/cronjobs/sitemap.pl --help Documentation changes required: - Update the sitemap section in Cron jobs and dameons: . Mostly all incorrect (script shouldn't be run directly now - use package command, file location information is incorrect, robots.txt example is incorrect and not displayed correctly) - New section: not sure where this should go (is almost a tutorial) - Add what's new or a change log entry for the manual Sources of information: - Mailing list query responses: . https://lists.katipo.co.nz/pipermail/koha/2024-July/060783.html . https://lists.katipo.co.nz/public/koha/2020-November/055401.html - Bug 36977 Additional documentation for updating: - The help for misc/cronjobs/sitemap.pl - The help for the koha-sitemap package command (it is very sparse) - The Wiki page for the package commands |