{
  "$comment": "Static NLWeb-style discovery descriptor. This declares what structured data GeoGolf Course publishes and where an agent can find it. It is a discovery document only — the site does not (yet) expose a conversational NLWeb query endpoint, so no /ask interface is advertised here.",
  "name": "GeoGolf Course",
  "url": "https://geogolfcourse.co.uk/",
  "description": "Independent directory of UK golf courses across England, Scotland, Wales, Ireland and the Isle of Wight, with location, course facts and member reviews.",
  "publisher": {
    "name": "GeoGolf Course",
    "url": "https://geogolfcourse.co.uk/about"
  },
  "license": "https://geogolfcourse.co.uk/terms",
  "primaryEntityTypes": [
    "GolfCourse",
    "ItemList",
    "BlogPosting"
  ],
  "discovery": {
    "llmsTxt": "https://geogolfcourse.co.uk/llms.txt",
    "sitemap": "https://geogolfcourse.co.uk/sitemap.xml",
    "schemaMap": "https://geogolfcourse.co.uk/schemamap.xml",
    "rss": "https://geogolfcourse.co.uk/blog/rss.xml",
    "humanSearch": "https://geogolfcourse.co.uk/search"
  },
  "collections": [
    {
      "name": "Golf courses",
      "type": "GolfCourse",
      "urlPattern": "https://geogolfcourse.co.uk/golfcourse/{slug}",
      "description": "One page per course, carrying JSON-LD with address, geo coordinates, holes, par and aggregate review data where known."
    },
    {
      "name": "Courses by region and county",
      "type": "ItemList",
      "urlPattern": "https://geogolfcourse.co.uk/golfcourse/area/{region}",
      "description": "Regional and county index pages. Valid regions are england, scotland, wales, isle-of-wight, offshore and other."
    },
    {
      "name": "Courses near a town or city",
      "type": "ItemList",
      "urlPattern": "https://geogolfcourse.co.uk/golf-courses-near/{city}",
      "description": "Proximity listings of courses within travelling distance of a named UK town or city."
    },
    {
      "name": "Editorial guides",
      "type": "BlogPosting",
      "urlPattern": "https://geogolfcourse.co.uk/blog/{slug}",
      "description": "Long-form guides to UK golf, each carrying an FAQPage block."
    }
  ]
}
