{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://coddiom.com/#organization",
      "name": "Coddiom",
      "alternateName": "Coddiom AI Ajansi",
      "url": "https://coddiom.com",
      "logo": {
        "@type": "ImageObject",
        "url": "https://coddiom.com/logo.png",
        "width": 256,
        "height": 256
      },
      "description": "Coddiom'un yapay zeka çözümleri: custom chatbot, AI agent, RAG sistemi. 7-10 günde %30 daha ucuza teslim ediyoruz. Aynı kalite, daha düşük fiyat.",
      "sameAs": [
        "https://linkedin.com/company/coddiom",
        "https://twitter.com/coddiom",
        "https://instagram.com/coddiom"
      ],
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Coddiom Office, Istanbul",
        "addressLocality": "Istanbul",
        "addressCountry": "TR"
      },
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "Sales",
        "telephone": "+90-212-XXXXXXX",
        "email": "hello@coddiom.com"
      }
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://coddiom.com/#local",
      "name": "Coddiom",
      "description": "AI Ajansi - Yapay Zeka Çözümleri",
      "image": "https://coddiom.com/office.jpg",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Istanbul",
        "addressCountry": "TR"
      },
      "url": "https://coddiom.com",
      "telephone": "+90-212-XXXXXXX",
      "priceRange": "$$",
      "areaServed": "TR",
      "serviceType": [
        "AI Development",
        "Custom Chatbot",
        "LLM Integration"
      ]
    },
    {
      "@type": "Service",
      "@id": "https://coddiom.com/services#whatsapp-bot",
      "name": "WhatsApp Bot Geliştirme",
      "description": "Coddiom'dan özel yapay zeka chatbot geliştirme hizmeti. 7-10 günde canlıya çıkıyor.",
      "provider": {
        "@type": "Organization",
        "@id": "https://coddiom.com/#organization"
      },
      "areaServed": "TR",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "TRY",
        "price": "14000",
        "name": "WhatsApp Bot Geliştirme"
      }
    },
    {
      "@type": "Service",
      "@id": "https://coddiom.com/services#rag",
      "name": "RAG Sistemi Geliştirme",
      "description": "Kurumsal bilgi yönetimi ve RAG sistemleri.",
      "provider": {
        "@type": "Organization",
        "@id": "https://coddiom.com/#organization"
      },
      "areaServed": "TR",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "TRY",
        "price": "32000",
        "name": "RAG Sistemi Geliştirme"
      }
    },
    {
      "@type": "Service",
      "@id": "https://coddiom.com/services#ai-agent",
      "name": "AI Agent Geliştirme",
      "description": "Otonom yapay zeka agentları ve otonom görev yönetimi.",
      "provider": {
        "@type": "Organization",
        "@id": "https://coddiom.com/#organization"
      },
      "areaServed": "TR",
      "offers": {
        "@type": "Offer",
        "priceCurrency": "TRY",
        "price": "48000",
        "name": "AI Agent Geliştirme"
      }
    }
  ]
}
