Fixed typo for Schema.org WebSite (thanks to @Xeenych on #9)
This commit is contained in:
parent
f46107d48d
commit
e598c9452d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class helper_plugin_semantic extends DokuWiki_Plugin {
|
||||||
|
|
||||||
$json_ld = array(
|
$json_ld = array(
|
||||||
'@context' => 'http://schema.org',
|
'@context' => 'http://schema.org',
|
||||||
'@type' => 'Website',
|
'@type' => 'WebSite',
|
||||||
'url' => DOKU_URL,
|
'url' => DOKU_URL,
|
||||||
'name' => $conf['title'],
|
'name' => $conf['title'],
|
||||||
'potentialAction' => array(
|
'potentialAction' => array(
|
||||||
|
|
Loading…
Reference in a new issue