dokuwiki-plugin-semantic/conf/metadata.php
Giuseppe Di Terlizzi df82d4838f first commit
2015-03-26 00:48:00 +01:00

13 lines
437 B
PHP

<?php
/**
* Options for the icons plugin
*
* @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
*/
$meta['useMetaDescription'] = array('onoff');
$meta['useMetaAuthor'] = array('onoff');
$meta['useJSONLD'] = array('onoff');
$meta['defaultSchemaOrgType'] = array('multichoice','_choices' => array('Article', 'NewsArticle', 'TechArticle', 'BlogPosting'));
$meta['excludedPages'] = array('regex');