From 6b40f3b54efabb740e825ba3d94b5695c2b98ede Mon Sep 17 00:00:00 2001 From: pdp8 Date: Mon, 4 Mar 2024 13:42:04 +0100 Subject: disallow AI bots in robots.txt, mail.rb title, valid rss --- html/robots.txt | 33 +++++++++++++++++++++++++++++++-- html/sitemap.txt | 11 +++++++++++ html/style.css | 2 +- 3 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 html/sitemap.txt (limited to 'html') diff --git a/html/robots.txt b/html/robots.txt index eb05362..1bd8b9e 100644 --- a/html/robots.txt +++ b/html/robots.txt @@ -1,2 +1,31 @@ -User-agent: * -Disallow: +User-agent: Amazonbot +Disallow: / + +User-agent: ChatGPT-User +Disallow: / + +User-agent: GPTBot +Disallow: / + +User-agent: Google-Extended +Disallow: / + +User-agent: anthropic-ai +Disallow: / + +User-agent: Omgilibot +Disallow: / + +User-agent: Omgili +Disallow: / + +User-agent: FacebookBot +Disallow: / + +User-agent: Bytespider +Disallow: / + +User-agent: ImagesiftBot +Disallow: / + +SITEMAP: https://pdp8.info/sitemap.txt diff --git a/html/sitemap.txt b/html/sitemap.txt new file mode 100644 index 0000000..1dce6f3 --- /dev/null +++ b/html/sitemap.txt @@ -0,0 +1,11 @@ +https://pdp8.info +https://pdp8.info/about.html +https://pdp8.info/climbing.html +https://pdp8.info/code.html +https://pdp8.info/contact.html +https://pdp8.info/index.html +https://pdp8.info/music.html +https://pdp8.info/pictures.html +https://pdp8.info/social/announce.html +https://pdp8.info/social/create.html +https://pdp8.info/videos.html diff --git a/html/style.css b/html/style.css index 1d5bfab..dbf2307 100644 --- a/html/style.css +++ b/html/style.css @@ -52,7 +52,7 @@ nav a:hover { } .post { - margin: 1em; + margin: 2em 1em; } img, -- cgit v1.2.3