Skip to content

fix(seo): remove duplicate frontmatter block from ad-requirements#24

Closed
bblietz wants to merge 1 commit intorokudev:v2.0from
bblietz:seo/pr0-ad-requirements-frontmatter
Closed

fix(seo): remove duplicate frontmatter block from ad-requirements#24
bblietz wants to merge 1 commit intorokudev:v2.0from
bblietz:seo/pr0-ad-requirements-frontmatter

Conversation

@bblietz
Copy link
Copy Markdown

@bblietz bblietz commented May 7, 2026

What

docs/DEVELOPER/advertising/ad-requirements.md contained two identical YAML frontmatter blocks back-to-back, the result of a CMS-export accident. Standard Markdown/MDX parsers either skip the second block or fail. Removing the duplicate fixes rendering and unblocks an internal SEO-frontmatter-backfill pipeline that pre-flights the corpus and treats frontmatter_count != 1 as a blocker.

Diff

1 file changed, 12 deletions(-) — only the duplicate frontmatter block (lines 13-24 in the original file) was removed. No other content modified.

Verification

Before: frontmatter_count = 2 (duplicate block detected)
After: frontmatter_count = 1, file renders normally with one frontmatter block followed by body content starting on the line immediately after.

Context

This is PR #0 of an SEO frontmatter backfill effort that will populate metadata.title, metadata.description, and excerpt across all ~582 docs pages over a series of follow-up PRs. PR #0 fixes the one corpus pre-condition that prevented automated processing of this file.

🤖 Generated with Claude Code

The file had two identical YAML frontmatter blocks at the top, the result
of a CMS-export accident. Standard Markdown/MDX parsers either skip the
second block or fail. Keeping only the first block fixes rendering and
unblocks the SEO frontmatter backfill pipeline (PR #0 of the SEO sweep).
@bblietz
Copy link
Copy Markdown
Author

bblietz commented May 7, 2026

Closing as redundant: commit e66b8db (this PR's fix) is already in v2.0 history, and the current docs/DEVELOPER/advertising/ad-requirements.md on v2.0 has a single (correct) frontmatter block. No further action needed.

@bblietz bblietz closed this May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant