Disallow /ahoy/* in robots.txt (#18531)

This commit is contained in:
Michael Kohl 2022-10-04 17:26:43 +07:00 committed by GitHub
parent fd6aaccc08
commit b4afd5ee14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,5 +13,6 @@ Disallow: /mod?*
Disallow: /admin/*
Disallow: /reactions?*
Disallow: /async_info/base_data
Disallow: /ahoy/*
Sitemap: <%= URL.url("sitemap-index.xml") %>
Sitemap: <%= URL.url("sitemap-index.xml") %>