{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "NewsMediaOrganization",
      "@id": "https://woodlandsnews.org/#org",
      "name": "Woodlands News",
      "url": "https://woodlandsnews.org",
      "description": "Hyperlocal news for The Woodlands, Texas — Conroe ISD, Market Street, Cynthia Woods Mitchell Pavilion, and Montgomery County.",
      "inLanguage": "en-US",
      "foundingDate": "2024",
      "logo": {
        "@type": "ImageObject",
        "url": "https://woodlandsnews.org/og-image.png"
      },
      "parentOrganization": {
        "@type": "Organization",
        "@id": "https://nexcom.media/#org",
        "name": "Nexcom Media",
        "url": "https://nexcom.media"
      },
      "sameAs": [
        "https://nexcom.media"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "editor@nexcom.media",
        "contactType": "editorial"
      },
      "areaServed": {
        "@type": "AdministrativeArea",
        "name": "The Woodlands, Texas",
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 30.1658,
          "longitude": -95.4613
        }
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://woodlandsnews.org/#website",
      "url": "https://woodlandsnews.org",
      "name": "Woodlands News",
      "publisher": {
        "@id": "https://woodlandsnews.org/#org"
      },
      "inLanguage": "en-US",
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://woodlandsnews.org/api/llm-search?q={query}"
        },
        "query-input": "required name=query"
      }
    },
    {
      "@type": "Dataset",
      "@id": "https://woodlandsnews.org/#dataset",
      "name": "Woodlands News — open news data",
      "description": "Machine-readable news data from Woodlands News: articles, events, weather, alerts, and source attribution. CC BY 4.0.",
      "url": "https://woodlandsnews.org",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "creator": {
        "@id": "https://woodlandsnews.org/#org"
      },
      "publisher": {
        "@id": "https://woodlandsnews.org/#org"
      },
      "isAccessibleForFree": true,
      "distribution": [
        {
          "@type": "DataDownload",
          "encodingFormat": "application/feed+json",
          "contentUrl": "https://woodlandsnews.org/feed.json"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/atom+xml",
          "contentUrl": "https://woodlandsnews.org/feed.atom"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/xml",
          "contentUrl": "https://woodlandsnews.org/sitemap-news.xml"
        }
      ]
    }
  ]
}