Had a problem where `datasette-sitemap` and `datasette-block-robots` both attempt to register a route for `/robots.txt`. > - I could add a new plugin hook to `datasette-block-robots` which this plugin can then use to influence how it acts > > I like the sound of that option, using this pattern: https://til.simonwillison.net/datasette/register-new-plugin-hooks _Originally posted by @simonw in https://github.com/simonw/datasette-sitemap/issues/4#issuecomment-1231850614_