diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index cb2f48ef..8552958f 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -50,4 +50,33 @@
]
}
+ {#-
+ Per-page structured data: a CollectionPage (each V2 page is a curated
+ collection of resources) tied to the WebSite/Organization above, with
+ datePublished / dateModified fed by the git-revision-date plugin. Enables
+ richer search results. Skipped on the homepage (already the WebSite entity).
+ -#}
+ {% if page and not page.is_homepage and page.canonical_url %}
+
+ {% endif %}
{% endblock %}