mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Tell robots to not index the embed pages
This commit is contained in:
parent
c41e241fd8
commit
ff17f1a338
@ -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") }}">
|
||||
|
Loading…
Reference in New Issue
Block a user