mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🐛 fix: Setting nofollow to all pages is bad practise, it hurts crawlability. Setting index is the default, so no need to implicitely set it.
This commit is contained in:
parent
f440c011cc
commit
f4be9545c6
1 changed files with 0 additions and 2 deletions
|
@ -96,8 +96,6 @@
|
|||
|
||||
{% if is_404 %}
|
||||
<meta name="robots" content="noindex, follow" />
|
||||
{% else %}
|
||||
<meta name="robots" content="index, nofollow" />
|
||||
{% endif %}
|
||||
|
||||
<meta property="og:title" content="{{ page.title | default(value=config.title) | safe }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue