diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-02 02:04:07 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-02 02:17:39 -0400 |
| commit | 3c65a4589bf15eb1ab47319215909f32b75d43c7 (patch) | |
| tree | 5087341e43657ec8a44f67609ae72a1268961321 | |
| parent | 4504a0463531de2f5fccfa69583626952a4d7fcb (diff) | |
use founders field for Organization metadata
| -rw-r--r-- | static/contact.html | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/static/contact.html b/static/contact.html index 9be64a22..38a79f61 100644 --- a/static/contact.html +++ b/static/contact.html @@ -87,19 +87,18 @@ "https://twitter.com/GrapheneOS", "https://github.com/GrapheneOS", "https://reddit.com/u/GrapheneOS" - ] - } - </script> - <script type="application/ld+json"> - { - "@context": "https://schema.org", - "@type": "Person", - "name": "Daniel Micay", - "email": "danielmicay@gmail.com", - "sameAs": [ - "https://twitter.com/DanielMicay", - "https://github.com/thestinger", - "https://reddit.com/u/DanielMicay" + ], + "founders": [ + { + "@type": "Person", + "name": "Daniel Micay", + "email": "danielmicay@gmail.com", + "sameAs": [ + "https://twitter.com/DanielMicay", + "https://github.com/thestinger", + "https://reddit.com/u/DanielMicay" + ] + } ] } </script> |
