diff --git a/_config.yml b/_config.yml index 8a87cee7c..5733a10f2 100644 --- a/_config.yml +++ b/_config.yml @@ -21,6 +21,7 @@ plugins: sitemap: file: "/sitemap.xml" include: [robots.txt] +robots: nofollow, noai icon: https://github.com/ProgVal/Supybot-website/raw/master/static/logo.png markdown: kramdown kramdown: diff --git a/_includes/head.html b/_includes/head.html index f26c2b104..a30141430 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,7 +5,8 @@ {%- seo -%} + - + diff --git a/robots.txt b/robots.txt index 2ca1e124d..8d7e3760b 100644 --- a/robots.txt +++ b/robots.txt @@ -1,4 +1,7 @@ User-agent: * +Allow: /$ +Allow: /*.html$ +Allow: /robots.txt +Allow: /sitemap.xml Disallow: / -Noindex: / Sitemap: https://supybot.mikaela.info/sitemap.xml