mirror of
https://github.com/Mikaela/cv.git
synced 2025-08-18 18:47:24 +02:00
Compare commits
2 Commits
1dca41a91a
...
6a19e95d03
Author | SHA1 | Date | |
---|---|---|---|
6a19e95d03 | |||
dde3294601 |
3
404.md
3
404.md
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
sitemap: true
|
robots: noindex, nofollow, noai
|
||||||
|
sitemap: false
|
||||||
excerpt: "404"
|
excerpt: "404"
|
||||||
lang: fi
|
lang: fi
|
||||||
---
|
---
|
||||||
|
@ -7,6 +7,7 @@ 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="noai">
|
<meta name="robots" content="{{ page.robots }}">
|
||||||
<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,6 +12,7 @@ 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,6 +1,77 @@
|
|||||||
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