From e9b2f6f1d51b99f0ce4730fe58341e299df93640 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Fri, 15 May 2020 21:17:33 +0200 Subject: [PATCH] Adds geo. --- librehost.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/librehost.json b/librehost.json index 28a7ed5..86491fa 100644 --- a/librehost.json +++ b/librehost.json @@ -1,6 +1,6 @@ { "@context" : "http://schema.org", - "version": "0.0.1", + "version": "0.0.2", "@type" : "Organization", "organizationType" : "Informal collective", "name" : "librehoster.example", @@ -14,6 +14,18 @@ "termsOfServiceUrl" : "https://librehoster.example/policy/tos", "isServiceProvider" : true, "foundingDate": "YYYY", + "address": { + "@type": "PostalAddress", + "streetAddress": "Avenue du general leclerc", + "addressLocality": "Caluire et Cuire", + "postalCode": "69300", + "addressCountry": "France" + }, + "geo": { + "@type": "GeoCoordinates", + "latitude": 45.8085724, + "longitude": 4.8543727 + }, "dateCreated": "YYYY-MM-DDTHH:MM:SSZ", "dateModified": "2018-11-10T22:32:54Z" } -- GitLab