PluginProbe
Yoast SEO – Advanced SEO with real-time guidance and built-in AI / trunk
Yoast SEO – Advanced SEO with real-time guidance and built-in AI vtrunk
28.5 28.4 28.3 28.2 28.1 28.0 27.9 27.8 27.7 27.6 27.5 trunk 18.0 18.1 18.2 18.3 18.4 18.4.1 18.5 18.5.1 18.6 18.7 18.8 18.9 19.0 All 129 releases
wordpress-seo / blocks / dynamic-blocks / breadcrumbs / block.json

block.json in Yoast SEO – Advanced SEO with real-time guidance and built-in AI trunk, at blocks/dynamic-blocks/breadcrumbs/block.json

26 lines 559 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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