Conversation
Triage the GA4 "Pages and Screens" 404 report (2026-07-29 to 2026-08-25) and add cid-redirects.json entries for the subset of broken paths with a confirmed current-doc equivalent: 10 legacy MindTouch wiki paths and 44 current-site (/docs/...) paths, including a ~37-entry cluster of guessed "threat forecasting" API/doc URLs (a feature that doesn't exist in this repo) routed to the Cloud SIEM API, Cloud SOAR API, Threat Intel Ingest API, or the Threat Intelligence overview doc depending on path context. Excluded: image/asset 404s (plugin-client-redirects only handles page routes), stale hits already fixed by prior redirect PRs, GA4 export artifacts/bot noise, and paths with no confident current equivalent. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Purpose of this pull request
Adds 91 redirects to
cid-redirects.jsonfor the August GA4 "Pages and Screens" 404 report (https://sumologic.atlassian.net/browse/DOCS-1837), covering:/docs/...) paths — renamed pages, moved sections, trailing-slash/typo variants — with confirmed current-doc equivalents./docs/api/cloud-siem-enterprise(API-shaped guesses),/docs/security/threat-intelligence/about-threat-intelligence(conceptual guesses),/docs/api/threat-intel-ingest(one intel-ingest-specific guess), and/docs/api/cloud-soar(the one automation-service-flavored guess).Explicitly excluded (documented in the ticket, not silently dropped):
/help/@api/deki/files/...,/help/img/...) —plugin-client-redirectsonly redirects page routes, not assets.Every redirect target was verified to resolve to a real, currently-published doc via a full
yarn build(which also caught and fixed 3 bad entries along the way: two mismatchedid:-vs-filename cases and a duplicate trailing-slash self-redirect).Select the type of change
Ticket (if applicable)
https://sumologic.atlassian.net/browse/DOCS-1837