# wordpress-seo/18.2/src/schema-templates/image.schema.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 18.2. 11 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/18.2/code/src/schema-templates/image.schema.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/18.2/raw/src/schema-templates/image.schema.php
- Modified: 2020-11-17T13:16:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-seo/18.2/code/src/schema-templates/image.schema.php#L10-L20`.

```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" }}
}

```
