Commit 2d120bb
Enable FAQPage schema on How to Test IaC guide (#20447)
Adds faq_schema: true to the front matter of
content/blog/how-to-test-infrastructure-as-code/index.md. The page
already has a genuine, well-formed FAQ section (10 real Q&A pairs
under '## Frequently asked questions', each a '### ...?' heading) but
was missing the opt-in flag that graph-builder.html checks before
invoking schema/collectors/faq-entity.html.
The page's schema_type: faq front-matter field is a decorative
editorial label only \u2014 it is never read by the schema partials, so it
was silently doing nothing for structured data. faq_schema: true is
the actual gating key (confirmed against
content/docs/iac/comparisons/terraform/_index.md, which already sets
it).
This is a single-line, opt-in-only change: no template or partial
changes, so pages that don't set faq_schema are unaffected.
Co-authored-by: workprentice <257153108+workprentice@users.noreply.github.com>1 parent 4bee5ab commit 2d120bb
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments