JSON-LD same-as tweaks #8
@@ -11,8 +11,8 @@ export const baseJsonLdGraph: Record<string, unknown>[] = [
|
|||||||
{
|
{
|
||||||
'@type': 'Organization',
|
'@type': 'Organization',
|
||||||
'@id': `${BASE}/#organization`,
|
'@id': `${BASE}/#organization`,
|
||||||
name: 'mifi Ventures, LLC',
|
name: 'mifi Ventures',
|
||||||
legalName: 'mifi Ventures, LLC',
|
legalName: 'mifi Ventures LLC',
|
||||||
url: `${BASE}/`,
|
url: `${BASE}/`,
|
||||||
logo: {
|
logo: {
|
||||||
'@type': 'ImageObject',
|
'@type': 'ImageObject',
|
||||||
@@ -34,7 +34,10 @@ export const baseJsonLdGraph: Record<string, unknown>[] = [
|
|||||||
},
|
},
|
||||||
areaServed: { '@type': 'Country', name: 'United States' },
|
areaServed: { '@type': 'Country', name: 'United States' },
|
||||||
hasOfferCatalog: { '@id': `${BASE}/#services` },
|
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: [
|
contactPoint: [
|
||||||
{
|
{
|
||||||
'@type': 'ContactPoint',
|
'@type': 'ContactPoint',
|
||||||
@@ -74,7 +77,11 @@ export const baseJsonLdGraph: Record<string, unknown>[] = [
|
|||||||
'Startup Infrastructure Strategy',
|
'Startup Infrastructure Strategy',
|
||||||
'Code Refactoring',
|
'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',
|
'@type': 'WebSite',
|
||||||
|
|||||||
Reference in New Issue
Block a user