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(
|
||||
'@context' => 'http://schema.org',
|
||||
'@type' => 'Website',
|
||||
'@type' => 'WebSite',
|
||||
'url' => DOKU_URL,
|
||||
'name' => $conf['title'],
|
||||
'potentialAction' => array(
|
||||
|
|
Loading…
Reference in a new issue