diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-02 00:13:20 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-02 00:13:20 -0500 |
| commit | 39ec350b1aaf85457e230eea929f75c77417983d (patch) | |
| tree | f04fffb76301cdf5bdd3ff938ae4852ed1dff43c | |
| parent | 011af9527fa1996d6826d1584e15dd1844689614 (diff) | |
add @id to organization metadata
| -rw-r--r-- | static/contact.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/contact.html b/static/contact.html index 44139016..55720bdb 100644 --- a/static/contact.html +++ b/static/contact.html @@ -188,6 +188,7 @@ { "@context": "https://schema.org", "@type": "Organization", + "@id": "https://grapheneos.org/#organization", "name": "GrapheneOS", "description": "GrapheneOS is an open source project focused on mobile privacy and security.", "url": "https://grapheneos.org/", |
