Skip to content

Commit d029caf

Browse files
committed
Do not index old versions
1 parent b1d8537 commit d029caf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<head>
44
<title>React-admin - {{ page.title }}</title>
55
<meta charset="UTF-8" />
6+
{% if page.dir contains "doc" %}
7+
<meta name="robots" content="noindex" />
8+
{% endif %}
69
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
710
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
811
<meta name="description" content="{{ page.description }}" />

0 commit comments

Comments
 (0)