From 351a28f34fe9fe6aeb20cf67b11dbcacf1d83517 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 24 Mar 2026 14:50:55 -0700 Subject: [PATCH] Json-ld: ALTS --- pages/_document.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/_document.tsx b/pages/_document.tsx index a430c2007..f9a8e00f5 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -57,6 +57,7 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) { 'applicationCategory': 'ProductivityApplication', 'operatingSystem': 'Web', 'description': Brand.Meta.Description, + 'sameAs': ['https://github.com/enricoros/big-agi', 'https://discord.gg/MkH4qj2Jp9',], 'author': { '@type': 'Person', 'name': 'Enrico Ros', 'url': 'https://www.enricoros.com' }, 'publisher': { '@type': 'Organization', 'name': 'Token Fabrics LLC', 'url': 'https://www.tokenfabrics.com' }, }) }} />