{% extends "base.html" %}
{% block content %}
{% if page.nb_url %}
{% endif %}
{{ super() }}
{% endblock content %}
{% block extrahead %}
{{ super() }}
{# ── GEO: JSON-LD + OG tags (page context required — skip for theme templates like 404) #}
{% if page %}
{# ── GEO: JSON-LD structured data ───────────────────────────────────────── #}
{% if page.is_homepage %}
{% endif %}
{% if 'how_to' in page.url %}
{% endif %}
{% if not page.is_homepage %}
{% endif %}
{# ── GEO: Open Graph + Twitter Card meta tags ────────────────────────────── #}
{# IndexNow ownership key — do NOT change this value.
The same key must exist in three places (all must stay in sync):
1. This meta tag (docs/theme/main.html)
2. The key file at docs/0d5d9799b1cc4a39825146388c6781eb.txt
3. The CI step in .github/workflows/publish-docs.yml
Bing/Yandex verify ownership by fetching https://supervision.roboflow.com/.txt
and comparing its contents to this meta tag before accepting IndexNow submissions. #}
{% endif %}
{% endblock %}