We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222c89a commit de7184cCopy full SHA for de7184c
_includes/head.html
@@ -122,8 +122,12 @@
122
123
<meta name="robots" content="max-image-preview:large">
124
125
+{% if page.layout == "post" %}
126
+ <meta name=robots content="noai, noimageai">
127
+{% endif %}
128
+
129
{% if page.indexable == false %}
-<meta name=robots content=noindex>
130
+ <meta name=robots content=noindex>
131
{% endif %}
132
133
<script>
_layouts/post.html
@@ -6,8 +6,6 @@
6
7
{% include header.html %}
8
9
-<meta name=robots content="noai, noimageai">
10
-
11
<div class=wrapper>
12
13
<div class=layout>
0 commit comments