From 40924ab27b903f56c90265a18464cfb9a934161f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 2 Jun 2024 13:24:08 +0300 Subject: [PATCH] robots: nofollow, use the sitemap instead --- _includes/head.html | 2 +- index.html | 2 +- robots.txt | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index f04dfc8..685b1e0 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,7 +2,7 @@ - + {% if page.title %}{{ page.title }} ~~ {{ site.title | strip_html }}{% else %}{{ site.title }}{% endif %} diff --git a/index.html b/index.html index 1773776..e6d71e7 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ layout: index title: Index excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 2008. I am familiar with git and looking for employment." -robots: noai +robots: noai, nofollow ---

diff --git a/robots.txt b/robots.txt index 5f535b0..f75b7e3 100644 --- a/robots.txt +++ b/robots.txt @@ -19,10 +19,6 @@ Disallow: /*.txt$ Disallow: /*.toml$ Disallow: /*.xml$ Disallow: /txt/ -Disallow: /php/ -Disallow: /r/ -Disallow: /or/ -Disallow: /ir/ Sitemap: https://aminda.eu/sitemap.xml Sitemap: https://aminda.eu/sitemaps.xml