From e598c9452d311106232a0d680b40512d7a518b57 Mon Sep 17 00:00:00 2001 From: Giuseppe Di Terlizzi Date: Tue, 17 Jul 2018 18:12:41 +0200 Subject: [PATCH] Fixed typo for Schema.org WebSite (thanks to @Xeenych on #9) --- helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.php b/helper.php index a7a1fdc..5a569e9 100644 --- a/helper.php +++ b/helper.php @@ -21,7 +21,7 @@ class helper_plugin_semantic extends DokuWiki_Plugin { $json_ld = array( '@context' => 'http://schema.org', - '@type' => 'Website', + '@type' => 'WebSite', 'url' => DOKU_URL, 'name' => $conf['title'], 'potentialAction' => array(