{% extends "base.html" %}
{#
Adds the SEO/discoverability metadata that the `social` plugin does NOT emit.
The social plugin already injects og:* and twitter:* tags + the card image, so
here we only add: keyword hints, the Google Search Console verification tag, and
schema.org structured data (WebSite + SearchAction → Google sitelinks search box).
`extrahead` is the empty block Material reserves for user additions, so this is
purely additive and does not collide with the theme's own head tags.
#}
{% block extrahead %}
{% endblock %}