Skip to content
Snippets Groups Projects
Commit e9b2f6f1 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Adds geo.

parent f41f589d
Branches geo
No related tags found
1 merge request!3Adds geo.
{
"@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"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment