| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"version": "22.8", |
| 5 |
"name": "yoast-seo/breadcrumbs", |
| 6 |
"title": "Yoast Breadcrumbs", |
| 7 |
"description": "Adds the Yoast SEO breadcrumbs to your template or content.", |
| 8 |
"category": "yoast-internal-linking-blocks", |
| 9 |
"icon": "admin-links", |
| 10 |
"keywords": [ |
| 11 |
"SEO", |
| 12 |
"breadcrumbs", |
| 13 |
"internal linking", |
| 14 |
"site structure" |
| 15 |
], |
| 16 |
"textdomain": "wordpress-seo", |
| 17 |
"attributes": { |
| 18 |
"className": { |
| 19 |
"type": "string" |
| 20 |
} |
| 21 |
}, |
| 22 |
"example": { |
| 23 |
"attributes": {} |
| 24 |
} |
| 25 |
} |
| 26 |
|