1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Add some structured data entities (#2106)

This commit is contained in:
2023-03-29 14:27:39 -05:00
committed by GitHub
parent 77c073c602
commit d1c4abcd4f
10 changed files with 304 additions and 42 deletions

View File

@ -67,3 +67,8 @@
<strong>Visit privacyguides.org for current advice.</strong>
</a>
{% else %}{% endif %}{% endblock %}
{% block extrahead %}{% if page and page.meta and page.meta.schema %}
<script type="application/ld+json">
{{ page.meta.schema|tojson }}
</script>
{% endif %}{% endblock %}