Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(fundamental-redirects): add more /docs/ prefix redirects #11223

Merged
merged 4 commits into from
May 31, 2024

Conversation

caugner
Copy link
Contributor

@caugner caugner commented May 31, 2024

Summary

Problem

We see a couple of page URLs without /docs/ in our top 404s list:

page monthly users
/en-US/Media_formats_supported_by_the_audio_and_video_elements 2,853
/en-US/JavaScript_typed_arrays/ArrayBuffer 1,099
/en-US/JavaScript_typed_arrays/Uint8Array 1,091
/en-US/ECMAScript_DontEnum_attribute 760
/en-US/Using_audio_and_video_in_Firefox 460

For each of these pages, content redirects exists for the /docs/-prefixed URL.

Solution

Add /docs/ redirect.


How did you test this change?

Added a test case.

@caugner caugner requested a review from a team as a code owner May 31, 2024 09:56
@github-actions github-actions bot added the redirects all things related to redirecting label May 31, 2024
@caugner caugner changed the title chore(fundamental-redirects): prefix JavaScript_typed_arrays chore(fundamental-redirects): prefix {JavaScript_typed_arrays,Using_audio_and_video_in_Firefox} May 31, 2024
@caugner caugner changed the title chore(fundamental-redirects): prefix {JavaScript_typed_arrays,Using_audio_and_video_in_Firefox} chore(fundamental-redirects): add more /docs/ prefix redirects May 31, 2024
@caugner caugner merged commit 537bbf7 into main May 31, 2024
13 checks passed
@caugner caugner deleted the add-javascript-typed-arrays-redirect branch May 31, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
redirects all things related to redirecting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants