{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.istebul.com/#organization",
      "name": "İSTEBUL",
      "alternateName": "isteBul",
      "url": "https://www.istebul.com/",
      "logo": "https://www.istebul.com/assets/icons/favicon-512.png"
    },
    {
      "@type": "WebSite",
      "@id": "https://www.istebul.com/#website",
      "url": "https://www.istebul.com/",
      "name": "İSTEBUL",
      "description": "Yapay zekâ destekli dijital ürünler platformu. İSTEBUL AI, GarsonAI ve İSTEBUL Business bağımsız ürünler olarak yaşar.",
      "publisher": { "@id": "https://www.istebul.com/#organization" },
      "inLanguage": "tr-TR"
    },
    {
      "@type": "ItemList",
      "@id": "https://www.istebul.com/#platform-products",
      "name": "Platform ürünleri",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "İSTEBUL AI",
          "url": "https://www.istebul.com/ai/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "GarsonAI",
          "url": "https://www.istebul.com/garson/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "İSTEBUL Business",
          "url": "https://www.istebul.com/business/"
        }
      ]
    }
  ]
}
