# Cooper University Health Care Events > The public events portal for Cooper University Health Care — a not-for-profit academic health system based in Camden, New Jersey. The site lists upcoming community health classes, screenings, support groups, seminars, and other patient-facing events, and lets visitors register for them. Operated by [Cooper University Health Care](https://www.cooperhealth.org/). All events listed are public-facing and free to attend unless a price is noted on the event page. ## Structured data - [Sitemap (XML)](https://events.cooperhealth.org/sitemap.xml): Every active event with a future session, plus the homepage and calendar view. Use this to discover all crawlable URLs. - [RSS feed](https://events.cooperhealth.org/api/events/feed): Upcoming events feed, ordered by start date. - [Public JSON API](https://events.cooperhealth.org/api/events): Read-only listing endpoint. Returns event summaries with pagination. Use `?per_page=50` for a fuller page; `?category_id=` to filter. Each `/event/` page embeds Schema.org `Event` and `BreadcrumbList` JSON-LD blocks in the document head. These contain the authoritative event name, description, start/end date, attendance mode, and location (Place + PostalAddress for in-person, VirtualLocation for online). ## Pages - [Homepage](https://events.cooperhealth.org/): Featured carousel, full upcoming events grid, intro video. - [Calendar view](https://events.cooperhealth.org/calendar.html): Month-by-month calendar of upcoming sessions. - [Event detail (example)](https://events.cooperhealth.org/event/better-breathers-club): Per-event page; URL pattern is `/event/` where `` is the event's slug. ## Optional - [Robots policy](https://events.cooperhealth.org/robots.txt): Crawler rules. Admin pages, the API (except feed/sitemap), and transactional pages are disallowed. - [Cooper University Health Care main site](https://www.cooperhealth.org/): The publisher's primary web presence.