docs: De-duplicate product and non-platform page titles - #19387
Open
coolguyzone wants to merge 1 commit into
Open
docs: De-duplicate product and non-platform page titles#19387coolguyzone wants to merge 1 commit into
coolguyzone wants to merge 1 commit into
Conversation
Product, API, CLI, and integration pages get no "| Sentry for {Platform}"
suffix, so identical frontmatter titles render as duplicate <title>
tags. Give them distinct, descriptive titles, using sidebar_title to
keep menu labels short (per #19301):
- "Set Up" getting-started cluster -> "Set Up {Product}" (Agents, Logs,
MCP Servers, Application Metrics, Cron Monitoring, Profiling, Releases,
User Feedback)
- Webhook resource pages -> "Error/Issue/Seer Webhooks"
- Distinct pairs: API Authentication, Feature Flag Integrations, Sentry
CLI Logs, Docs Site Search, Web Vitals Dashboard
- Sibling pairs qualified by surface: Size Analysis/Snapshots "Into CI",
Mobile/Web "Replay Performance Overhead", Frontend/Mobile "Session
Health"
Resolves 12 of 14 collisions (22 pages). The remaining Agents Dashboards
and MCP Dashboards pairs are near-duplicate content across two IA
locations and need a canonical/redirect decision (tracked in #19351).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
De-duplicates page titles that render as duplicate
<title>tags on product, API, CLI, and integration pages. Unlike platform docs, these pages get no| Sentry for {Platform}suffix, so identical frontmatter titles collide directly. Follow-up to #19301 / #19358, scoped to the product bucket in #19351.Each page gets a distinct, descriptive
title(fixes<title>+ H1) plus asidebar_titleto keep the menu label short — the same pattern as #19301.Set Up {Product}(Agents, Logs, MCP Servers, Application Metrics, Cron Monitoring, Profiling, Releases, User Feedback) — 8 pages that all rendered a bare "Set Up"Error Webhooks,Issue Webhooks,Seer WebhooksAPI Authentication,Feature Flag Integrations,Sentry CLI Logs,Docs Site Search,Web Vitals DashboardResolves 12 of 14 collisions (22 pages).
Deferred (needs a decision)
The Agents Dashboards and MCP Dashboards pairs are near-duplicate content maintained in two IA locations (e.g.
product/agents/dashboardsanddashboards/sentry-dashboards/ai/agentsshare almost identical body text). Retitling them apart would mask a duplicate-content issue; they need a canonical/redirect decision from the Dashboards/AI team. Tracked in #19351.IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
Select exactly one option. For deadlines, replace
YYYY-MM-DDwith the due date. You can update this information later by editing the PR description.SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: