1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-05-05 23:43:10 +02:00

adding noindex directive in link.html to prevent robots indexing

This commit is contained in:
bleh 2020-08-19 19:21:40 +02:00
parent 6d3d996fdf
commit bda1420818

View file

@ -3,6 +3,7 @@
<head>
<title>{{ "link_title"|tr(lang) }} {{ "index_title"|tr(lang) }}</title>
<meta charset="utf-8" />
<meta name="robots" content="noindex" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ "meta_description"|tr(lang) }}" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />