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
+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',
};