Add robots meta tags on pages in robots.txt
Useful when app is at a non-root path and we're not handling top-level /robots.txt requests.
This commit is contained in:
parent
3cff4e4507
commit
2151733e4f
5 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
{% block head %}
|
||||
<title>Interact from your instance</title>
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue