{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://turtlepharma.com/#organization",
      "name": "Turtle Pharma Private Limited",
      "alternateName": "Turtle Pharma",
      "url": "https://turtlepharma.com",
      "logo": "https://turtlepharma.com/images/plant.png",
      "image": "https://turtlepharma.com/images/plant.png",
      "description": "GMP-certified Active Pharmaceutical Ingredients (API) manufacturer headquartered in Mumbai, India. Manufacturing facility at Vadodara, Gujarat SEZ. Specialist in fluoroquinolone antibacterials, SGLT2 inhibitors, cardiovascular and specialty APIs.",
      "foundingDate": "2015",
      "numberOfEmployees": {"@type": "QuantitativeValue", "minValue": 10, "maxValue": 200},
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "A505, Knox Plaza, MindSpace, Malad West",
        "addressLocality": "Mumbai",
        "addressRegion": "Maharashtra",
        "postalCode": "400064",
        "addressCountry": "IN"
      },
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+91-98509-98504",
          "contactType": "sales",
          "email": "info@turtlepharma.com",
          "availableLanguage": ["English", "Hindi"],
          "contactOption": "TollFree",
          "hoursAvailable": {"@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"], "opens": "09:00", "closes": "18:00"}
        }
      ],
      "sameAs": [
        "https://wa.me/919850998504",
        "https://t.me/turtlepharma"
      ],
      "knowsAbout": [
        "Active Pharmaceutical Ingredients",
        "Fluoroquinolone Antibiotics",
        "SGLT2 Inhibitors",
        "Pharmaceutical Manufacturing",
        "GMP Compliance",
        "Drug Master Files",
        "API Synthesis"
      ],
      "hasCredential": [
        {"@type": "EducationalOccupationalCredential", "credentialCategory": "certification", "name": "GMP Certified"},
        {"@type": "EducationalOccupationalCredential", "credentialCategory": "certification", "name": "WHO GMP"},
        {"@type": "EducationalOccupationalCredential", "credentialCategory": "certification", "name": "ISO 9001:2015"},
        {"@type": "EducationalOccupationalCredential", "credentialCategory": "certification", "name": "ISO 14001:2015"},
        {"@type": "EducationalOccupationalCredential", "credentialCategory": "certification", "name": "Halal Certified"},
        {"@type": "EducationalOccupationalCredential", "credentialCategory": "certification", "name": "OHSAS 45001:2018"}
      ],
      "areaServed": [
        {"@type": "Country", "name": "India"},
        {"@type": "Continent", "name": "Europe"},
        {"@type": "Continent", "name": "South America"},
        {"@type": "Continent", "name": "Africa"},
        {"@type": "Continent", "name": "Asia"},
        {"@type": "Continent", "name": "Australia"}
      ],
      "makesOffer": [
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Product",
            "name": "Ciprofloxacin Hemihydrate API",
            "description": "Fluoroquinolone antibiotic active pharmaceutical ingredient. CAS 119478-56-7. Purity ≥99.5%. GMP certified.",
            "url": "https://turtlepharma.com/products/ciprofloxacin-hemihydrate.html",
            "identifier": {"@type": "PropertyValue", "name": "CAS", "value": "119478-56-7"}
          }
        },
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Product",
            "name": "Dapagliflozin API",
            "description": "SGLT2 inhibitor API for Type 2 Diabetes and heart failure. CAS 461432-26-8. Purity ≥99.5%.",
            "url": "https://turtlepharma.com/products/dapagliflozin.html",
            "identifier": {"@type": "PropertyValue", "name": "CAS", "value": "461432-26-8"}
          }
        },
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Product",
            "name": "Levofloxacin Hemihydrate API",
            "description": "Third-generation fluoroquinolone antibiotic API. CAS 138199-71-0.",
            "url": "https://turtlepharma.com/products/levofloxacin.html",
            "identifier": {"@type": "PropertyValue", "name": "CAS", "value": "138199-71-0"}
          }
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://turtlepharma.com/#website",
      "url": "https://turtlepharma.com",
      "name": "Turtle Pharma",
      "description": "Official website of Turtle Pharma Private Limited — GMP-certified API manufacturer",
      "publisher": {"@id": "https://turtlepharma.com/#organization"},
      "potentialAction": {
        "@type": "SearchAction",
        "target": {"@type": "EntryPoint", "urlTemplate": "https://turtlepharma.com/products.html?q={search_term_string}"},
        "query-input": "required name=search_term_string"
      }
    }
  ]
}
