diff options
Diffstat (limited to 'static')
| -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> |
