JSON-LD same-as tweaks #8
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user