Skip to content

Commit

Permalink
Added noindex for robots
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Mar 1, 2022
1 parent 5ff8fdf commit abff550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dsmr_frontend/templates/dsmr_frontend/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<meta charset="UTF-8">
<title>{% block title %}{% endblock %} | DSMR Reader</title>

<meta name="robots" content="noindex">
<meta name="theme-color" content="#2B3A45">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
Expand All @@ -32,7 +34,6 @@
<link rel="icon" type="image/png" href="{% static 'dsmr_frontend/img/favicons/favicon-16x16.png' %}" sizes="16x16">
<link rel="manifest" href="{% static 'dsmr_frontend/img/favicons/manifest.json' %}">
<link rel="mask-icon" href="{% static 'dsmr_frontend/img/favicons/safari-pinned-tab.svg' %}">
<meta name="theme-color" content="#2B3A45">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
Expand Down

0 comments on commit abff550

Please sign in to comment.