{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": [
                "Organization",
                "Manufacturer"
            ],
            "@id": "https://kangdemed.com/#organization",
            "name": "Kangde Med",
            "legalName": "Anhui Kangde New Material Technology Co., Ltd.",
            "alternateName": [
                "Kangde Medical",
                "Anhui Kangde"
            ],
            "url": "https://kangdemed.com/",
            "logo": {
                "@type": "ImageObject",
                "url": "https://kangdemed.com/assets/img/logo-512.png",
                "width": 512,
                "height": 512
            },
            "image": "https://kangdemed.com/assets/img/hero-products-1144.jpg",
            "description": "Kangde Med (Anhui Kangde New Material Technology Co., Ltd.) is a manufacturer of sterilization monitoring products (chemical indicator tapes and strips) and sterilization barrier systems (sterilization pouches, reels, medical paper and film) for hospitals, CSSDs, dental clinics, laboratories and medical device manufacturers worldwide.",
            "foundingDate": "2004",
            "email": "Jason.wangxiaokang@gmail.com",
            "telephone": "+8619956635178",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "No. 168, Health Industry Park",
                "addressLocality": "Hefei",
                "addressRegion": "Anhui",
                "postalCode": "230000",
                "addressCountry": "CN"
            },
            "contactPoint": [
                {
                    "@type": "ContactPoint",
                    "contactType": "sales",
                    "email": "Jason.wangxiaokang@gmail.com",
                    "telephone": "+8619956635178",
                    "availableLanguage": [
                        "en",
                        "zh"
                    ],
                    "areaServed": "Worldwide"
                }
            ],
            "sameAs": [],
            "foundingLocation": {
                "@type": "Place",
                "name": "Hefei, Anhui, China"
            },
            "areaServed": {
                "@type": "GeoShape",
                "name": "Worldwide"
            },
            "slogan": "Sterilization Solutions for a Healthier World",
            "potentialAction": [
                {
                    "@type": "CommunicateAction",
                    "name": "Send an inquiry",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://kangdemed.com/contact.html",
                        "actionPlatform": [
                            "https://schema.org/DesktopWebPlatform",
                            "https://schema.org/MobileWebPlatform"
                        ]
                    }
                },
                {
                    "@type": "SearchAction",
                    "name": "Search products (JSON)",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://kangdemed.com/api/search.php?q={query}",
                        "contentType": "application/json"
                    },
                    "query-input": "required name=query"
                }
            ],
            "knowsAbout": [
                "Sterilization monitoring",
                "Chemical indicators",
                "Sterilization packaging",
                "ISO 11140-1",
                "ISO 11607-1",
                "EN 868-5",
                "Infection control"
            ],
            "hasCredential": [
                {
                    "@type": "EducationalOccupationalCredential",
                    "name": "ISO 13485",
                    "description": "Quality Management System for Medical Devices"
                },
                {
                    "@type": "EducationalOccupationalCredential",
                    "name": "ISO 11140",
                    "description": "Chemical Indicators for Sterilization Processes"
                },
                {
                    "@type": "EducationalOccupationalCredential",
                    "name": "ISO 11607",
                    "description": "Packaging for Terminally Sterilized Medical Devices"
                },
                {
                    "@type": "EducationalOccupationalCredential",
                    "name": "EN 868-5",
                    "description": "Sealable Pouches & Reels of Porous Materials"
                },
                {
                    "@type": "EducationalOccupationalCredential",
                    "name": "CE",
                    "description": "Compliant with EU Requirements"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://kangdemed.com/#website",
            "url": "https://kangdemed.com/",
            "name": "Kangde Med",
            "publisher": {
                "@id": "https://kangdemed.com/#organization"
            },
            "inLanguage": "en",
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://kangdemed.com/search.html?q={search_term_string}"
                },
                "query-input": "required name=search_term_string"
            }
        }
    ],
    "endpoints": {
        "products": "https://kangdemed.com/api/products.json",
        "faq": "https://kangdemed.com/api/faq.json",
        "search": "https://kangdemed.com/api/search.php?q=",
        "openapi": "https://kangdemed.com/api/openapi.json",
        "agent_card": "https://kangdemed.com/.well-known/agent-card.json"
    },
    "sitemap": "https://kangdemed.com/sitemap.xml",
    "feed": "https://kangdemed.com/feed.xml",
    "llms": "https://kangdemed.com/llms.txt",
    "llms_full": "https://kangdemed.com/llms-full.txt",
    "inquiry": {
        "method": "POST",
        "url": "https://kangdemed.com/api/inquiry.php",
        "contentType": "multipart/form-data",
        "note": "Fetch any HTML page first to obtain the _token hidden field (valid 24 h); submit ≥3 s later.",
        "fields": [
            "_token",
            "name",
            "email",
            "company",
            "phone",
            "country",
            "product",
            "quantity",
            "message",
            "attachment (file, optional)"
        ]
    }
}