{
  "@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}}"
  ]
} 