vibe-seo
Version:
AI-friendly SEO generator for modern web frameworks
22 lines • 467 B
JSON
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "{{siteName}}",
"url": "{{siteUrl}}",
"description": "{{siteDescription}}",
"logo": {
"@type": "ImageObject",
"url": "{{logoUrl}}"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer service",
"email": "{{contactEmail}}",
"url": "{{contactUrl}}"
},
"sameAs": [
"{{socialLink1}}",
"{{socialLink2}}",
"{{socialLink3}}"
]
}