| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/expert-roundup", |
| 5 |
"title": "Expert Roundup", |
| 6 |
"description": "Collect expert opinions, tips, or predictions on a topic. Each expert has a photo, name, title, and their contributed insight. Great for SEO-rich editorial articles.", |
| 7 |
"category": "bkbg-blog", |
| 8 |
"icon": "groups", |
| 9 |
"keywords": [ |
| 10 |
"expert", |
| 11 |
"roundup", |
| 12 |
"opinion", |
| 13 |
"contributors", |
| 14 |
"quote", |
| 15 |
"panel", |
| 16 |
"insights" |
| 17 |
], |
| 18 |
"textdomain": "blockenberg", |
| 19 |
"editorScript": "bkbg-expert-roundup-editor", |
| 20 |
"style": "bkbg-expert-roundup-style", |
| 21 |
"viewScript": "bkbg-expert-roundup-frontend", |
| 22 |
"supports": { |
| 23 |
"html": false, |
| 24 |
"align": [ |
| 25 |
"wide", |
| 26 |
"full" |
| 27 |
] |
| 28 |
}, |
| 29 |
"attributes": { |
| 30 |
"eyebrow": { |
| 31 |
"type": "string", |
| 32 |
"default": "Expert Roundup" |
| 33 |
}, |
| 34 |
"heading": { |
| 35 |
"type": "string", |
| 36 |
"default": "9 Experts Share Their #1 SEO Tip for 2025" |
| 37 |
}, |
| 38 |
"subtext": { |
| 39 |
"type": "string", |
| 40 |
"default": "We asked leading SEO professionals what strategy they're doubling down on this year. Here's what they said." |
| 41 |
}, |
| 42 |
"experts": { |
| 43 |
"type": "array", |
| 44 |
"default": [ |
| 45 |
{ |
| 46 |
"name": "Ahrefs Team", |
| 47 |
"title": "Head of SEO", |
| 48 |
"company": "Ahrefs", |
| 49 |
"avatarUrl": "", |
| 50 |
"contribution": "Topical authority is the name of the game. Build a comprehensive content cluster around every key topic in your niche before competitors do. One well-linked hub page with 15 supporting articles outperforms 15 isolated pages every time." |
| 51 |
}, |
| 52 |
{ |
| 53 |
"name": "Lily Ray", |
| 54 |
"title": "VP of SEO Strategy", |
| 55 |
"company": "Amsive", |
| 56 |
"avatarUrl": "", |
| 57 |
"contribution": "Focus ruthlessly on E-E-A-T signals. Update your author bios, link to primary sources, build genuine backlinks from industry sites — and never publish anything you wouldn't put your real name on." |
| 58 |
}, |
| 59 |
{ |
| 60 |
"name": "Barry Schwartz", |
| 61 |
"title": "Founder & Editor", |
| 62 |
"company": "Search Engine Roundtable", |
| 63 |
"avatarUrl": "", |
| 64 |
"contribution": "Speed and Core Web Vitals still matter more than most people realize. A page that loads half a second faster than a competitor's will win in a tie. Invest in performance before you invest in more content." |
| 65 |
} |
| 66 |
] |
| 67 |
}, |
| 68 |
"layout": { |
| 69 |
"type": "string", |
| 70 |
"default": "cards" |
| 71 |
}, |
| 72 |
"columns": { |
| 73 |
"type": "number", |
| 74 |
"default": 2 |
| 75 |
}, |
| 76 |
"showCompany": { |
| 77 |
"type": "boolean", |
| 78 |
"default": true |
| 79 |
}, |
| 80 |
"showNumber": { |
| 81 |
"type": "boolean", |
| 82 |
"default": true |
| 83 |
}, |
| 84 |
"quoteStyle": { |
| 85 |
"type": "string", |
| 86 |
"default": "block" |
| 87 |
}, |
| 88 |
"maxWidth": { |
| 89 |
"type": "number", |
| 90 |
"default": 1100 |
| 91 |
}, |
| 92 |
"paddingTop": { |
| 93 |
"type": "number", |
| 94 |
"default": 80 |
| 95 |
}, |
| 96 |
"paddingBottom": { |
| 97 |
"type": "number", |
| 98 |
"default": 80 |
| 99 |
}, |
| 100 |
"bgColor": { |
| 101 |
"type": "string", |
| 102 |
"default": "#f8fafc" |
| 103 |
}, |
| 104 |
"eyebrowColor": { |
| 105 |
"type": "string", |
| 106 |
"default": "#6366f1" |
| 107 |
}, |
| 108 |
"headingColor": { |
| 109 |
"type": "string", |
| 110 |
"default": "#111827" |
| 111 |
}, |
| 112 |
"subColor": { |
| 113 |
"type": "string", |
| 114 |
"default": "#6b7280" |
| 115 |
}, |
| 116 |
"cardBg": { |
| 117 |
"type": "string", |
| 118 |
"default": "#ffffff" |
| 119 |
}, |
| 120 |
"cardBorder": { |
| 121 |
"type": "string", |
| 122 |
"default": "#e2e8f0" |
| 123 |
}, |
| 124 |
"nameColor": { |
| 125 |
"type": "string", |
| 126 |
"default": "#111827" |
| 127 |
}, |
| 128 |
"titleColor": { |
| 129 |
"type": "string", |
| 130 |
"default": "#6b7280" |
| 131 |
}, |
| 132 |
"companyColor": { |
| 133 |
"type": "string", |
| 134 |
"default": "#6366f1" |
| 135 |
}, |
| 136 |
"quoteColor": { |
| 137 |
"type": "string", |
| 138 |
"default": "#374151" |
| 139 |
}, |
| 140 |
"numberBg": { |
| 141 |
"type": "string", |
| 142 |
"default": "#6366f1" |
| 143 |
}, |
| 144 |
"numberColor": { |
| 145 |
"type": "string", |
| 146 |
"default": "#ffffff" |
| 147 |
}, |
| 148 |
"avatarBg": { |
| 149 |
"type": "string", |
| 150 |
"default": "#ede9fe" |
| 151 |
}, |
| 152 |
"avatarColor": { |
| 153 |
"type": "string", |
| 154 |
"default": "#6366f1" |
| 155 |
}, |
| 156 |
"accentColor": { |
| 157 |
"type": "string", |
| 158 |
"default": "#6366f1" |
| 159 |
}, |
| 160 |
"borderRadius": { |
| 161 |
"type": "number", |
| 162 |
"default": 12 |
| 163 |
}, |
| 164 |
"eyebrowFontSize": { "type": "number", "default": 13 }, |
| 165 |
"eyebrowFontWeight": { "type": "string", "default": "700" }, |
| 166 |
"headingFontSize": { "type": "number", "default": 32 }, |
| 167 |
"headingFontWeight": { "type": "string", "default": "800" }, |
| 168 |
"headingLineHeight": { "type": "number", "default": 1.25 }, |
| 169 |
"subtextFontSize": { "type": "number", "default": 17 }, |
| 170 |
"subtextFontWeight": { "type": "string", "default": "400" }, |
| 171 |
"subtextLineHeight": { "type": "number", "default": 1.6 }, |
| 172 |
"quoteFontSize": { "type": "number", "default": 14 }, |
| 173 |
"quoteLineHeight": { "type": "number", "default": 1.65 }, |
| 174 |
"typoEyebrow": { "type": "object", "default": {} }, |
| 175 |
"typoHeading": { "type": "object", "default": {} }, |
| 176 |
"typoSubtext": { "type": "object", "default": {} }, |
| 177 |
"typoQuote": { "type": "object", "default": {} } |
| 178 |
} |
| 179 |
} |
| 180 |
|