mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(site): migrate to videojs.org and clean up remaining redirects (#853)
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user