JSON-LD same-as tweaks #8

Merged
mifi merged 1 commits from develop into main 2026-03-12 03:47:45 +00:00
Showing only changes of commit 0bd5080410 - Show all commits

View File

@@ -11,8 +11,8 @@ export const baseJsonLdGraph: Record<string, unknown>[] = [
{
'@type': 'Organization',
'@id': `${BASE}/#organization`,
name: 'mifi Ventures, LLC',
legalName: 'mifi Ventures, LLC',
name: 'mifi Ventures',
legalName: 'mifi Ventures LLC',
url: `${BASE}/`,
logo: {
'@type': 'ImageObject',
@@ -34,7 +34,10 @@ export const baseJsonLdGraph: Record<string, unknown>[] = [
},
areaServed: { '@type': 'Country', name: 'United States' },
hasOfferCatalog: { '@id': `${BASE}/#services` },
sameAs: ['https://www.linkedin.com/in/the-mifi', 'https://github.com/the-mifi'],
sameAs: [
'https://www.linkedin.com/company/mifi-ventures',
'https://github.com/mifi-ventures',
],
contactPoint: [
{
'@type': 'ContactPoint',
@@ -74,7 +77,11 @@ export const baseJsonLdGraph: Record<string, unknown>[] = [
'Startup Infrastructure Strategy',
'Code Refactoring',
],
sameAs: ['https://www.linkedin.com/in/the-mifi', 'https://github.com/the-mifi'],
sameAs: [
'https://www.linkedin.com/in/the-mifi',
'https://github.com/the-mifi',
'https://mifi.dev',
],
},
{
'@type': 'WebSite',