From 84be185595d7facc747f3b2733d0b0a728951646 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Wed, 14 Nov 2018 17:41:31 +0100 Subject: [PATCH] Use a supported field for languages https://github.com/schemaorg/schemaorg/issues/1688#issuecomment-438587953 --- librehost.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librehost.json b/librehost.json index 32413c0..05aa5bb 100644 --- a/librehost.json +++ b/librehost.json @@ -7,7 +7,7 @@ "homeUrl" : "https://librehoster.example", "logo" : "https://librehoster.example/logo.png", "description": "libre service provider", - "communicationLanguages": ["en", "fr", "nl"], + "knowsLanguage": ["en", "fr", "nl"], "contactUrl": "https://librehoster.example/contact", "privacyPolicyUrl" : "https://librehoster.example/policy/privacy", "termsOfServiceUrl" : "https://librehoster.example/policy/tos", -- GitLab