{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://deer.ninja/#website",
      "name": "UK Deer Seasons",
      "url": "https://deer.ninja/",
      "description": "Open and closed deer seasons by species and region for England and Wales, Scotland, and Northern Ireland.",
      "inLanguage": "en-GB"
    },
    {
      "@type": "WebPage",
      "@id": "https://deer.ninja/#webpage",
      "url": "https://deer.ninja/",
      "name": "UK deer seasons by species and region",
      "description": "Compare statutory deer open seasons by species (red, sika, fallow, roe, Chinese water deer, muntjac) across England and Wales, Scotland, and Northern Ireland.",
      "inLanguage": "en-GB",
      "isPartOf": { "@id": "https://deer.ninja/#website" },
      "about": {
        "@type": "Thing",
        "name": "UK deer open seasons and close seasons by species and region"
      }
    },
    {
      "@type": "WebApplication",
      "name": "UK Deer Seasons",
      "url": "https://deer.ninja/",
      "applicationCategory": "UtilitiesApplication",
      "operatingSystem": "Any",
      "browserRequirements": "Requires JavaScript. Requires HTML5.",
      "offers": { "@type": "Offer", "price": "0", "priceCurrency": "GBP" },
      "description": "Regional open and closed season reference for UK deer species by nation."
    }
  ]
}
