chore(site): migrate to videojs.org and clean up remaining redirects (#853)

This commit is contained in:
Darius Cepulis
2026-03-10 11:34:50 -05:00
committed by GitHub
parent 3a92172fe3
commit 2adde3bdd0
11 changed files with 34 additions and 18 deletions
@@ -338,7 +338,7 @@ Over time we'll expand into more use cases: creator-platform players, short-form
The last year, and even just the last few months specifically have been a wild time to be building a new project like this. We're of course excited for how AI will create interesting interactive player features in the months and years to come and we have a few ideas of what those will be. For Beta, however, we've been focused on the *agent experience* of building video.js-based players with the help of AI.
- Less-abstracted components and unstyled UI primitives so agents can do more with the code right in your project and need fewer external docs
- [llms.txt](https://v10.videojs.org/llms.txt) to make navigating Video.js docs more efficient, including [framework-specific llms.txt](https://vjs10-site.netlify.app/docs/framework/react/llms.txt)
- [llms.txt](https://videojs.org/llms.txt) to make navigating Video.js docs more efficient, including [framework-specific llms.txt](https://vjs10-site.netlify.app/docs/framework/react/llms.txt)
- Markdown versions of every [individual doc](https://vjs10-site.netlify.app/docs/framework/react/reference/play-button.md). If your agent hits our site with the accept: text/markdown header — as many like Claude Code do — we'll send the markdown version of the page, saving your agent loads of unnecessary context bloat.
- A growing set of AI skills in the repo, currently helping us build and soon will help you build too.
+6 -6
View File
@@ -39,12 +39,12 @@ export function createTechArticleSchema(params: {
author: {
'@type': 'Organization',
name: 'Video.js',
url: 'https://v10.videojs.org',
url: 'https://videojs.org',
},
publisher: {
'@type': 'Organization',
name: 'Video.js',
url: 'https://v10.videojs.org',
url: 'https://videojs.org',
},
inLanguage: 'en-US',
};
@@ -96,7 +96,7 @@ export function createBlogPostingSchema(params: {
publisher: {
'@type': 'Organization',
name: 'Video.js',
url: 'https://v10.videojs.org',
url: 'https://videojs.org',
},
inLanguage: 'en-US',
mainEntityOfPage: {
@@ -132,7 +132,7 @@ export function createBlogCollectionSchema(params: {
publisher: {
'@type': 'Organization',
name: 'Video.js',
url: 'https://v10.videojs.org',
url: 'https://videojs.org',
},
inLanguage: 'en-US',
};
@@ -180,7 +180,7 @@ export function createAuthorCollectionSchema(params: {
publisher: {
'@type': 'Organization',
name: 'Video.js',
url: 'https://v10.videojs.org',
url: 'https://videojs.org',
},
inLanguage: 'en-US',
};
@@ -232,7 +232,7 @@ export function createProfilePageSchema(params: {
publisher: {
'@type': 'Organization',
name: 'Video.js',
url: 'https://v10.videojs.org',
url: 'https://videojs.org',
},
inLanguage: 'en-US',
};