{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://cubo-agency.com/#organization",
      "name": "CUBO Agency",
      "legalName": "CUBO Agency",
      "url": "https://cubo-agency.com/",
      "logo": {
        "@type": "ImageObject",
        "url": "https://cubo-agency.com/logo.png"
      },
      "image": "https://cubo-agency.com/logo.png",
      "email": "jaimy@cubo-agency.com",
      "telephone": "+31631055500",
      "foundingLocation": {
        "@type": "Place",
        "addressCountry": "NL"
      },
      "areaServed": { "@type": "Country", "name": "NL" },
      "sameAs": [
        "https://www.instagram.com/Cubo_agency_com/",
        "https://www.tiktok.com/@Cubo_agency.com",
        "https://x.com/Cubo_agency",
        "https://wa.me/31631055500"
      ],
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "contactType": "customer support",
          "email": "jaimy@cubo-agency.com",
          "telephone": "+31631055500",
          "availableLanguage": ["Dutch", "English"]
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://cubo-agency.com/#website",
      "url": "https://cubo-agency.com/",
      "name": "CUBO Agency",
      "description": "Maatwerk websites, SEO en automatisering.",
      "inLanguage": ["nl-NL", "en-GB"],
      "publisher": { "@id": "https://cubo-agency.com/#organization" },
      "image": {
        "@type": "ImageObject",
        "url": "https://cubo-agency.com/logo.png",
        "caption": "CUBO Agency logo"
      }
    }
  ]
}
