{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://cineclay.com/#organization",
      "name": "CineClay",
      "url": "https://cineclay.com/",
      "logo": "https://cineclay.com/logo-square.png",
      "image": "https://cineclay.com/logo-square.png",
      "email": "support@cineclay.com",
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "support@cineclay.com",
        "contactType": "customer support",
        "availableLanguage": "en"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://cineclay.com/#website",
      "name": "CineClay",
      "url": "https://cineclay.com/",
      "publisher": {
        "@id": "https://cineclay.com/#organization"
      },
      "inLanguage": "en",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://cineclay.com/?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "WebApplication",
      "@id": "https://cineclay.com/#app",
      "name": "CineClay",
      "applicationCategory": "MultimediaApplication",
      "operatingSystem": "Web",
      "url": "https://cineclay.com/",
      "description": "CineClay creates AI animated short films from story prompts, reference images, and selected visual styles.",
      "image": "https://cineclay.com/bar-poster.jpg",
      "publisher": {
        "@id": "https://cineclay.com/#organization"
      },
      "offers": {
        "@type": "Offer",
        "category": "AI animation generation"
      }
    },
    {
      "@type": "WebPage",
      "@id": "https://cineclay.com/#homepage",
      "url": "https://cineclay.com/",
      "name": "CineClay | AI Clay Animation Maker for Story Films",
      "description": "CineClay turns a simple story prompt and reference photos into polished AI animated short films with clay, cinematic, and illustrated styles.",
      "isPartOf": {
        "@id": "https://cineclay.com/#website"
      },
      "about": {
        "@id": "https://cineclay.com/#app"
      },
      "primaryImageOfPage": {
        "@type": "ImageObject",
        "url": "https://cineclay.com/bar-poster.jpg"
      },
      "inLanguage": "en"
    },
    {
      "@type": "WebPage",
      "@id": "https://cineclay.com/example#webpage",
      "url": "https://cineclay.com/example",
      "name": "CineClay Example | How to Create an AI Animated Story Film",
      "description": "See a sample CineClay story prompt, style choice, image guidance, checkout flow, and generated AI animated film result.",
      "isPartOf": {
        "@id": "https://cineclay.com/#website"
      },
      "about": {
        "@id": "https://cineclay.com/#app"
      },
      "inLanguage": "en"
    }
  ]
}