mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-22 00:19:24 +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
|
||||
permalink: /404.html
|
||||
sitemap: true
|
||||
robots: noindex, nofollow, noai
|
||||
sitemap: false
|
||||
excerpt: "404"
|
||||
lang: fi
|
||||
---
|
||||
|
@ -7,6 +7,7 @@ date: 2024-05-28T08:59:32+03:00
|
||||
lang: en
|
||||
permalink: /en/index.html
|
||||
redirect_from: /en/html
|
||||
robots: noai, nofollow
|
||||
---
|
||||
|
||||
# Aminda Suomalainen
|
||||
|
@ -1,6 +1,6 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noai">
|
||||
<meta name="robots" content="{{ page.robots }}">
|
||||
<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="viewport" content="width=device-width, initial-scale=1">
|
||||
|
@ -12,6 +12,7 @@ redirect_from:
|
||||
- fi/index.html
|
||||
- fi/README.html
|
||||
- README.html
|
||||
robots: nofollow, noai
|
||||
---
|
||||
|
||||
# Aminda Suomalainen
|
||||
|
Loading…
Reference in New Issue
Block a user