mirror of
https://github.com/Mikaela/cv.git
synced 2025-08-20 19:47:23 +02:00
Compare commits
No commits in common. "6a19e95d03e948ee239e40a92bbc66798bdf23fd" and "1dca41a91a4ad9e6f57da0a90536a3b5cee5a18e" have entirely different histories.
6a19e95d03
...
1dca41a91a
3
404.md
3
404.md
@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
robots: noindex, nofollow, noai
|
sitemap: true
|
||||||
sitemap: false
|
|
||||||
excerpt: "404"
|
excerpt: "404"
|
||||||
lang: fi
|
lang: fi
|
||||||
---
|
---
|
||||||
|
@ -7,7 +7,6 @@ date: 2024-05-28T08:59:32+03:00
|
|||||||
lang: en
|
lang: en
|
||||||
permalink: /en/index.html
|
permalink: /en/index.html
|
||||||
redirect_from: /en/html
|
redirect_from: /en/html
|
||||||
robots: noai, nofollow
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Aminda Suomalainen
|
# Aminda Suomalainen
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="robots" content="{{ page.robots }}">
|
<meta name="robots" content="noai">
|
||||||
<title>{{site.title}} {{ page.title }} — {{site.author}}</title>
|
<title>{{site.title}} {{ page.title }} — {{site.author}}</title>
|
||||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}">
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
@ -12,7 +12,6 @@ redirect_from:
|
|||||||
- fi/index.html
|
- fi/index.html
|
||||||
- fi/README.html
|
- fi/README.html
|
||||||
- README.html
|
- README.html
|
||||||
robots: nofollow, noai
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Aminda Suomalainen
|
# Aminda Suomalainen
|
||||||
|
73
robots.txt
73
robots.txt
@ -1,77 +1,6 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /$
|
Allow: /
|
||||||
Allow: /en/$
|
|
||||||
Allow: /*.html$
|
|
||||||
Allow: /robots.txt
|
|
||||||
Allow: /sitemap.xml
|
|
||||||
Disallow: /
|
|
||||||
Sitemap: https://cv.aminda.eu/sitemap.xml
|
Sitemap: https://cv.aminda.eu/sitemap.xml
|
||||||
|
|
||||||
# https://darkvisitors.com/robots-txt-builder
|
|
||||||
# Dark Visitors Robots.txt
|
|
||||||
|
|
||||||
# AI Data Scraper
|
|
||||||
# https://darkvisitors.com/agents/bytespider
|
|
||||||
|
|
||||||
User-agent: Bytespider
|
|
||||||
Disallow: /
|
|
||||||
|
|
||||||
# AI Data Scraper
|
|
||||||
# https://darkvisitors.com/agents/ccbot
|
|
||||||
|
|
||||||
User-agent: CCBot
|
|
||||||
Disallow: /
|
|
||||||
|
|
||||||
# AI Data Scraper
|
|
||||||
# https://darkvisitors.com/agents/claudebot
|
|
||||||
|
|
||||||
User-agent: ClaudeBot
|
|
||||||
Disallow: /
|
|
||||||
|
|
||||||
# AI Data Scraper
|
|
||||||
# https://darkvisitors.com/agents/diffbot
|
|
||||||
|
|
||||||
User-agent: Diffbot
|
|
||||||
Disallow: /
|
|
||||||
|
|
||||||
# AI Data Scraper
|
|
||||||
# https://darkvisitors.com/agents/facebookbot
|
|
||||||
|
|
||||||
User-agent: FacebookBot
|
|
||||||
Disallow: /
|
|
||||||
|
|
||||||
# AI Data Scraper
|
|
||||||
# https://darkvisitors.com/agents/google-extended
|
|
||||||
|
|
||||||
User-agent: Google-Extended
|
|
||||||
Disallow: /
|
|
||||||
|
|
||||||
# AI Data Scraper
|
|
||||||
# https://darkvisitors.com/agents/gptbot
|
|
||||||
|
|
||||||
User-agent: GPTBot
|
User-agent: GPTBot
|
||||||
Disallow: /
|
Disallow: /
|
||||||
|
|
||||||
# AI Data Scraper
|
|
||||||
# https://darkvisitors.com/agents/omgili
|
|
||||||
|
|
||||||
User-agent: omgili
|
|
||||||
Disallow: /
|
|
||||||
|
|
||||||
# Undocumented AI Agent
|
|
||||||
# https://darkvisitors.com/agents/anthropic-ai
|
|
||||||
|
|
||||||
User-agent: anthropic-ai
|
|
||||||
Disallow: /
|
|
||||||
|
|
||||||
# Undocumented AI Agent
|
|
||||||
# https://darkvisitors.com/agents/claude-web
|
|
||||||
|
|
||||||
User-agent: Claude-Web
|
|
||||||
Disallow: /
|
|
||||||
|
|
||||||
# Undocumented AI Agent
|
|
||||||
# https://darkvisitors.com/agents/cohere-ai
|
|
||||||
|
|
||||||
User-agent: cohere-ai
|
|
||||||
Disallow: /
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user