add Organization schema structured data to contact

This commit is contained in:
Daniel Micay 2019-05-03 10:35:41 -04:00
parent 6b7e55a50a
commit 92bd8d1bb6

View File

@ -40,5 +40,20 @@
<a href="https://twitter.com/GrapheneOS">Twitter</a>
</div>
</footer>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "GrapheneOS",
"description": "GrapheneOS is an open source project focused on mobile privacy and security.",
"url": "https://grapheneos.org/",
"logo": "https://grapheneos.org/graphene.png",
"email": "contact@grapheneos.org",
"sameAs": [
"https://twitter.com/GrapheneOS",
"https://github.com/GrapheneOS"
]
}
</script>
</body>
</html>