diff --git a/src/lib/data/json-ld/baseJsonLdGraphs.ts b/src/lib/data/json-ld/baseJsonLdGraphs.ts index 0bc02aa..ca22aeb 100644 --- a/src/lib/data/json-ld/baseJsonLdGraphs.ts +++ b/src/lib/data/json-ld/baseJsonLdGraphs.ts @@ -11,8 +11,8 @@ export const baseJsonLdGraph: Record[] = [ { '@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[] = [ }, 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[] = [ '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',