diff --git a/templates/robots.txt b/templates/robots.txt new file mode 100644 index 0000000..7adcb93 --- /dev/null +++ b/templates/robots.txt @@ -0,0 +1,11 @@ +User-agent: Google-Extended +Disallow: / +User-agent: GPTBot +Disallow: / +User-agent: ChatGPT-User +Disallow: / + +User-agent: * +Disallow: +Allow: / +Sitemap: {{ get_url(path="sitemap.xml") }}