Skip to content

Commit

Permalink
🐛 fix: Setting nofollow to all pages is bad practise, it hurts crawla…
Browse files Browse the repository at this point in the history
…bility. Setting index is the default, so no need to implicitely set it.
  • Loading branch information
Nizzlay authored Jan 16, 2025
1 parent f440c01 commit f4be954
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" />
Expand Down

0 comments on commit f4be954

Please sign in to comment.