mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-22 16:39:26 +01:00
fix robots handling
This commit is contained in:
parent
dde3294601
commit
6a19e95d03
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
|
||||||
|
Loading…
Reference in New Issue
Block a user