mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
fix robots
This commit is contained in:
parent
3ad69d3912
commit
27ab89be5f
@ -21,6 +21,7 @@ plugins:
|
||||
sitemap:
|
||||
file: "/sitemap.xml"
|
||||
include: [robots.txt]
|
||||
robots: nofollow, noai
|
||||
icon: https://github.com/ProgVal/Supybot-website/raw/master/static/logo.png
|
||||
markdown: kramdown
|
||||
kramdown:
|
||||
|
@ -5,7 +5,8 @@
|
||||
<!---->
|
||||
{%- seo -%}
|
||||
<!---->
|
||||
<meta name="robots" content="{% if page.robots %}{{ page.robots }} {% else %}{{ site.robots }} {% endif %}">
|
||||
<link rel="icon" href="https://github.com/ProgVal/Supybot-website/raw/master/static/logo.png">
|
||||
<link rel="stylesheet" href="{{ "/assets/main.css" | prepend: site.baseurl }}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
||||
</head>
|
||||
|
@ -1,4 +1,7 @@
|
||||
User-agent: *
|
||||
Allow: /$
|
||||
Allow: /*.html$
|
||||
Allow: /robots.txt
|
||||
Allow: /sitemap.xml
|
||||
Disallow: /
|
||||
Noindex: /
|
||||
Sitemap: https://supybot.mikaela.info/sitemap.xml
|
||||
|
Loading…
Reference in New Issue
Block a user