# discourse-sitemap **Repository Path**: mlopscn/discourse-sitemap ## Basic Information - **Project Name**: discourse-sitemap - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-22 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sitemap Plugin * Authors: richard@discoursehosting.com (@RGJ) and michael@discoursehosting.com (@michaeld) * Version: 1.2 * License: MIT License https://meta.discourse.org/t/discourse-sitemap/40348/ ## Installation Follow [the usual installation instructions](https://meta.discourse.org/t/install-plugins-in-discourse/19157). On a non-Docker install do `bundle exec rake plugin:install repo=http://github.com/discourse/discourse-sitemap`. There is no need for asset precompilation. ## Setup Just go to Admin - Settings - Plugins and check `sitemap enabled` ## Usage The sitemap plugin publishes two files: * `/sitemap.xml` : the regular Google Sitemap format * `/news.xml` : special sitemap for Google News containing all new topics in the last three days ## Known issues The plugin does not use it's own engine, but monkey patched the `robots_txt` controller (since we had to do that anyway). If you know how to fix [this issue](https://meta.discourse.org/t/help-wanted-on-plugin-controller/40258), any help is welcome. ## License MIT