simonw / datasette.io

The official project website for Datasette
https://datasette.io
92 stars 21 forks source link

Replace custom sitemap with datasette-sitemap #116

Open simonw opened 2 years ago

simonw commented 2 years ago

New plugin: https://github.com/simonw/datasette-sitemap

Can replace this:

https://github.com/simonw/datasette.io/blob/d2c15453927aaefadf4265ab2f606d11d1538dc7/plugins/seo.py#L28-L48

simonw commented 2 years ago

Maybe use this as an excuse to solve the thing where datasette-block-robots and datasette-sitemap can intefere with each other since they both try to register /robots.txt.

Could do that by teaching datasette-block-robots to detect if datasette-sitemap is installed.