1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-14 18:10:50 -05:00

attempted json-ld fixes...

This commit is contained in:
2025-03-31 11:47:17 -04:00
parent 6c32a5ef36
commit a7b50f1b55
6 changed files with 26 additions and 13 deletions

View File

@@ -28,8 +28,9 @@ const Page = () => {
"@type": "VideoObject",
name: metadata.title as string,
description: metadata.description as string,
thumbnailUrl: `${BASE_URL}${thumbnail.src}`,
contentUrl: `${BASE_URL}${webm}`,
thumbnailUrl: `${BASE_URL}${thumbnail.src}`,
embedUrl: `${BASE_URL}/leo`,
uploadDate: "2007-05-10T00:00:00Z",
duration: "PT1M48S",
}}