diff --git a/librehost.json b/librehost.json index 28a7ed57de11321851761bfe78cbdb4d2db8dc62..86491fabc2a3f53ca6a92a5a677240e3258534f2 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" }