From 39ec350b1aaf85457e230eea929f75c77417983d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 2 Jan 2021 00:13:20 -0500 Subject: [PATCH] add @id to organization metadata --- static/contact.html | 1 + 1 file changed, 1 insertion(+) 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/",