add Organization schema structured data to contact
This commit is contained in:
parent
6b7e55a50a
commit
92bd8d1bb6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user