Skip to content

SEO: Give release notes pages product-specific titles#2858

Open
ctauchen wants to merge 1 commit into
tigera:mainfrom
ctauchen:seo/release-notes-title
Open

SEO: Give release notes pages product-specific titles#2858
ctauchen wants to merge 1 commit into
tigera:mainfrom
ctauchen:seo/release-notes-title

Conversation

@ctauchen

Copy link
Copy Markdown
Collaborator

Problem

Every product's release notes page uses the generic frontmatter title: Release notes, which renders as:

<title>Release notes | Calico Documentation</title>

The product name is missing from the <title> tag — the element search engines weight most heavily — so the page has a weak exact-match signal for high-intent queries like "Calico release notes". (In the field, the release notes page is being out-ranked by less relevant pages such as Component versions.)

Change

Set product-specific title frontmatter across the current + all versioned docs for each product:

Product New title
Calico Open Source Calico Open Source release notes
Calico Enterprise Calico Enterprise release notes
Calico Cloud Calico Cloud release notes

The title is intentionally version-less (not "3.32"), so the <title> stays stable across releases instead of churning every cut.

Also added sidebar_label: Release notes to each page so the sidebar/navigation label is unchanged (the Calico OSS sidebar derives its label from title). The Calico Enterprise release-notes _template.mdx is updated too, so future cut pages inherit the correct title.

Notes

  • No content, routing, or redirect changes — frontmatter only.
  • Body # H1 headings (e.g. "Calico Open Source 3.32 release notes") are untouched.

🤖 Generated with Claude Code

The release notes pages across all products used the generic frontmatter
`title: Release notes`, producing a `<title>Release notes | Calico
Documentation</title>` that omits the product name — weakening the exact-match
signal for queries like "Calico release notes".

Set product-specific titles (Calico Open Source / Calico Enterprise / Calico
Cloud release notes) across the current and versioned docs for all three
products, plus the Calico Enterprise release-notes template so future pages
inherit it. Added `sidebar_label: Release notes` on each so the navigation
label is unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ctauchen
ctauchen requested a review from a team as a code owner July 17, 2026 11:31
Copilot AI review requested due to automatic review settings July 17, 2026 11:31
@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit 68998f6
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/6a5a129aeaaa72000874f9ed
😎 Deploy Preview https://deploy-preview-2858--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for tigera failed. Why did it fail? →

Built without sensitive environment variables

Name Link
🔨 Latest commit 68998f6
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/6a5a129a0752da0008964caf

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates release-notes doc frontmatter across Calico Open Source, Calico Enterprise, and Calico Cloud (including versioned docs) to use product-specific page titles for stronger SEO signals, while keeping sidebar/navigation labels stable.

Changes:

  • Set product-specific title frontmatter for release notes pages across current + versioned docs.
  • Add sidebar_label: Release notes so sidebar labels remain unchanged.
  • Update the Calico Enterprise release-notes _template.mdx so newly cut pages inherit the new title.

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
calico/release-notes/index.mdx Set Calico OSS-specific title and add sidebar_label to preserve nav label.
calico_versioned_docs/version-3.32/release-notes/index.mdx Set Calico OSS-specific title and add sidebar_label for the 3.32 docs.
calico_versioned_docs/version-3.31/release-notes/index.mdx Set Calico OSS-specific title and add sidebar_label for the 3.31 docs.
calico_versioned_docs/version-3.30/release-notes/index.mdx Set Calico OSS-specific title and add sidebar_label for the 3.30 docs.
calico_versioned_docs/version-3.29/release-notes/index.mdx Set Calico OSS-specific title and add sidebar_label for the 3.29 docs.
calico-enterprise/release-notes/index.mdx Set Enterprise-specific title and add sidebar_label to preserve nav label.
calico-enterprise/release-notes/_template.mdx Update Enterprise release-notes template to emit the new title + sidebar_label in future cuts.
calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx Set Enterprise-specific title and add sidebar_label for the 3.23 docs.
calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx Set Enterprise-specific title and add sidebar_label for the 3.22 docs.
calico-enterprise_versioned_docs/version-3.21-2/release-notes/index.mdx Set Enterprise-specific title and add sidebar_label for the 3.21 docs.
calico-enterprise_versioned_docs/version-3.20-2/release-notes/index.mdx Set Enterprise-specific title and add sidebar_label for the 3.20 docs.
calico-cloud/release-notes/index.mdx Set Cloud-specific title and add sidebar_label to preserve nav label.
calico-cloud_versioned_docs/version-22-2/release-notes/index.mdx Set Cloud-specific title and add sidebar_label for the 22-2 docs.

@@ -1,6 +1,7 @@
---
description: Release notes for the current Calico Open Source release — new features, enhancements, technology previews, deprecations, bug fixes, and known issues.
@@ -1,6 +1,7 @@
---
description: Release notes for the current Calico Enterprise release — new features, enhancements, technology previews, deprecations, upgrade notes, and bug fixes.
@@ -1,6 +1,7 @@
---
description: Release notes for the current Calico Enterprise release — new features, enhancements, technology previews, deprecations, and bug fixes.
@@ -1,6 +1,7 @@
---
description: Release notes for the current Calico Enterprise release — new features, enhancements, technology previews, deprecations, upgrade notes, and bug fixes.
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.

2 participants