From 1a760f5954afdae230047061f7a264b34bf26f9a Mon Sep 17 00:00:00 2001 From: bblietz Date: Wed, 6 May 2026 22:50:40 -0700 Subject: [PATCH] fix(seo): move top-level robots into metadata block (2 files) These 2 files had top-level `robots: index` and no `metadata:` block, diverging from the canonical frontmatter shape used in 547 of 582 docs. Move `robots` into a stub `metadata:` block so the SEO frontmatter backfill pipeline can populate `metadata.title`/`metadata.description` without producing duplicate `robots:` keys (PR #0a of the SEO sweep). --- docs/The Roku Channel/live-linear/ovp-linear-ingest-spec.md | 5 ++++- .../video-on-demand/title-avail-specifications.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/The Roku Channel/live-linear/ovp-linear-ingest-spec.md b/docs/The Roku Channel/live-linear/ovp-linear-ingest-spec.md index 40cd649a..612e26c7 100644 --- a/docs/The Roku Channel/live-linear/ovp-linear-ingest-spec.md +++ b/docs/The Roku Channel/live-linear/ovp-linear-ingest-spec.md @@ -2,7 +2,10 @@ title: The Roku Channel live linear ingest specifications (OVP) deprecated: false hidden: false -robots: index +metadata: + title: '' + description: '' + robots: index --- _Version 3.2_ diff --git a/docs/The Roku Channel/video-on-demand/title-avail-specifications.md b/docs/The Roku Channel/video-on-demand/title-avail-specifications.md index ef9f97b8..535e7de1 100644 --- a/docs/The Roku Channel/video-on-demand/title-avail-specifications.md +++ b/docs/The Roku Channel/video-on-demand/title-avail-specifications.md @@ -2,7 +2,10 @@ title: Avails and Committed Title List specifications deprecated: false hidden: false -robots: index +metadata: + title: '' + description: '' + robots: index --- ## Avails and Committed Title Lists for The Roku Channel