PluginProbe
Yoast SEO – Advanced SEO with real-time guidance and built-in AI / 28.2
Yoast SEO – Advanced SEO with real-time guidance and built-in AI v28.2
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 / structured-data-blocks / faq / block.json

block.json in Yoast SEO – Advanced SEO with real-time guidance and built-in AI 28.2, at blocks/structured-data-blocks/faq/block.json

47 lines 1006 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.7",
5 "name": "yoast/faq-block",
6 "title": "Yoast FAQ",
7 "description": "List your Frequently Asked Questions in an SEO-friendly way.",
8 "category": "yoast-structured-data-blocks",
9 "icon": "editor-ul",
10 "keywords": [
11 "FAQ",
12 "Frequently Asked Questions",
13 "Schema",
14 "SEO",
15 "Structured Data"
16 ],
17 "textdomain": "wordpress-seo",
18 "attributes": {
19 "questions": {
20 "type": "array"
21 },
22 "additionalListCssClasses": {
23 "type": "string"
24 }
25 },
26 "example": {
27 "attributes": {
28 "questions": [
29 {
30 "id": "faq-question-1",
31 "question": "",
32 "answer": "",
33 "images": []
34 },
35 {
36 "id": "faq-question-2",
37 "question": "",
38 "answer": "",
39 "images": []
40 }
41 ]
42 }
43 },
44 "editorScript": "yoast-seo-faq-block",
45 "editorStyle": "yoast-seo-structured-data-blocks"
46 }
47