diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 10:35:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 10:36:34 -0400 |
| commit | 92bd8d1bb6c3b48294f881f3cee5a7015589d72f (patch) | |
| tree | 18caec2067674c8a3ece2c717025403a8bc03e6a | |
| parent | 6b7e55a50a245b981914ab86389f57f517752837 (diff) | |
add Organization schema structured data to contact
| -rw-r--r-- | static/contact.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/contact.html b/static/contact.html index d7520beb..65c82922 100644 --- a/static/contact.html +++ b/static/contact.html @@ -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> |
