Comment
This commit is contained in:
parent
b905b1b4bc
commit
816e4cdde6
@ -528,8 +528,10 @@ function includeContainer($containerref)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return HTML content to add structured data for an article, news or Blog Post.
|
* Return HTML content to add structured data for an article, news or Blog Post. Use the json-ld format.
|
||||||
* Use the json-ld format.
|
* Example:
|
||||||
|
* <?php getStructureData('blogpost'); ?>
|
||||||
|
* <?php getStructureData('software', array('name'=>'Name', 'os'=>'Windows', 'price'=>10)); ?>
|
||||||
*
|
*
|
||||||
* @param string $type 'blogpost', 'product', 'software', 'organization', 'qa', ...
|
* @param string $type 'blogpost', 'product', 'software', 'organization', 'qa', ...
|
||||||
* @param array $data Array of data parameters for structured data
|
* @param array $data Array of data parameters for structured data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user