In order for search engines to crawl a website efficiently (if at all!) the site needs to have a sitemap.xml at the root.
sphinx-sitemap can be used to autogenerate this file, see brainglobe/brainglobe.github.io#72 and brainglobe/brainglobe.github.io#73.
I think the link scheme should be sitemap_url_scheme = "{link}" as the default docs site doesn't use language or version at this time. More complex schemas can be found in the docs: https://sphinx-sitemap.readthedocs.io/en/latest/advanced-configuration.html#customizing-the-url-scheme
In order for search engines to crawl a website efficiently (if at all!) the site needs to have a
sitemap.xmlat the root.sphinx-sitemapcan be used to autogenerate this file, see brainglobe/brainglobe.github.io#72 and brainglobe/brainglobe.github.io#73.I think the link scheme should be
sitemap_url_scheme = "{link}"as the default docs site doesn't use language or version at this time. More complex schemas can be found in the docs: https://sphinx-sitemap.readthedocs.io/en/latest/advanced-configuration.html#customizing-the-url-scheme