{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://glowgangcustoms.dev/#organization",
      "name": "GlowGang Customs",
      "url": "https://glowgangcustoms.dev/",
      "description": "We model and texture custom chains, pendants, and EUP clothing for FiveM servers.",
      "logo": {
        "@type": "ImageObject",
        "url": "https://glowgangcustoms.dev/logo.png"
      },
      "sameAs": ["https://discord.gg/glowgangcustoms"]
    },
    {
      "@type": "WebSite",
      "@id": "https://glowgangcustoms.dev/#website",
      "url": "https://glowgangcustoms.dev/",
      "name": "GlowGang Customs",
      "publisher": { "@id": "https://glowgangcustoms.dev/#organization" }
    }
  ]
}
