{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://glcontrol-drops.com/#website",
      "name": "GL Control Reviews",
      "url": "https://glcontrol-drops.com/",
      "inLanguage": "en-US",
      "about": {
        "@id": "https://glcontrol-drops.com/#product"
      }
    },
    {
      "@type": "Product",
      "@id": "https://glcontrol-drops.com/#product",
      "name": "GL Control",
      "category": "Dietary supplement",
      "description": "A supplement reviewed in an educational blood sugar wellness context. No disease treatment claims are made."
    },
    {
      "@type": "Organization",
      "@id": "https://glcontrol-drops.com/#publisher",
      "name": "GL Control Reviews Editorial Team",
      "url": "https://glcontrol-drops.com/"
    },
    {
      "@type": "Person",
      "@id": "https://glcontrol-drops.com/#author",
      "name": "Editorial Team",
      "jobTitle": "Holistic Health Researcher & Wellness Educator",
      "worksFor": {
        "@id": "https://glcontrol-drops.com/#publisher"
      }
    },
    {
      "@type": "MedicalWebPage",
      "@id": "https://glcontrol-drops.com/#health-content",
      "url": "https://glcontrol-drops.com/",
      "isPartOf": {
        "@id": "https://glcontrol-drops.com/#website"
      },
      "about": [
        "blood sugar wellness",
        "supplement education",
        "ingredient analysis"
      ],
      "reviewedBy": {
        "@id": "https://glcontrol-drops.com/#author"
      }
    }
  ]
}