| Current Path : /home/xbodynamge/www/wp-content/plugins/wordpress-seo/src/schema-templates/ |
| Current File : /home/xbodynamge/www/wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php |
<?php // phpcs:ignore Internal.NoCodeFound ?>
{{schema name="core/image" separate-in-graph=true }}
{
"@type": "ImageObject",
"@id": {{block-id}},
"url": {{attribute name="url" }},
"width": {{attribute name="width" }},
"height": {{attribute name="height" }},
"caption": {{html name="caption" }}
}