Tell robots to not index the embed pages

This commit is contained in:
Jeremy Zhang 2018-02-18 20:02:23 +00:00
parent c41e241fd8
commit ff17f1a338

View File

@ -10,6 +10,8 @@
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/embedstyle.css') }}">
<link id="css-theme" type="text/css" rel="stylesheet" href="">
<meta name="robots" content="noindex, nofollow">
<!--Check whether JavaScript is enabled, otherwise redirect to error page-->
<noscript>
<meta http-equiv="refresh" content="0; URL={{ url_for("embed.noscript") }}">