Skip to content
librehost.json 1.07 KiB
Newer Older
{
    "@context" : "http://schema.org",
Pierre Ozoux's avatar
Pierre Ozoux committed
    "version": "0.0.2",
    "@type" : "Organization",
    "organizationType" : "Informal collective",
    "name" : "librehoster.example",
    "tagLine" : "providing services for everyone",
    "homeUrl" : "https://librehoster.example",
    "logo" : "https://librehoster.example/logo.png",
    "description": "libre service provider",
    "communicationLanguages": ["en", "fr", "nl"],
    "contactUrl": "https://librehoster.example/contact",
    "privacyPolicyUrl" : "https://librehoster.example/policy/privacy",
    "termsOfServiceUrl" : "https://librehoster.example/policy/tos",
    "isServiceProvider" : true,
    "foundingDate": "YYYY",
Pierre Ozoux's avatar
Pierre Ozoux committed
    "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"