# HK Movie 香港電影 — hkmovie6.com > Hong Kong's largest movie community since 2007. Real-time showtimes, user reviews, trailers, and cinema booking for every theater in Hong Kong. This is a structured table-of-contents for AI assistants (Claude, ChatGPT, Perplexity, Gemini, etc.) to discover the most useful entry points on hkmovie6.com. ## Primary entry points - [現正上映電影 (Currently Showing)](https://hkmovie6.com/showing): All movies currently in HK theaters - [即將上映電影 (Coming Soon)](https://hkmovie6.com/coming): Upcoming releases with release date - [全港戲院列表 (All HK Cinemas)](https://hkmovie6.com/cinema): Every cinema in Hong Kong with addresses and screen count - [票房排行 (Box Office)](https://hkmovie6.com/boxOffice): Local HK box office rankings - [電影合集 (Curated Collections)](https://hkmovie6.com/collection): Editor-curated movie lists by theme - [電影評論部落格 (Reviews & News Blog)](https://hkmovie6.com/blog): Movie reviews and industry news - [電影節 (Film Festivals)](https://hkmovie6.com/filmFest): Special screenings and festival programs ## Structured data exposed (schema.org) - Every `/movie/{uuid}/{title}` page exposes a `schema.org/Movie` JSON-LD with `aggregateRating`, `genre`, `contentRating` (HK IIA/IIB/III), `director`, `actor`, `trailer` (VideoObject), `datePublished`, and `duration`. - Every `/cinema/{uuid}/{name}` page exposes a `schema.org/MovieTheater` JSON-LD with `address`, `telephone`, `geo` (GeoCoordinates), `screenCount`, and an `event` array of today's `ScreeningEvent`s including price and booking URL. - Homepage exposes `WebSite` schema with `SearchAction` and an `ItemList` of currently showing movies. - /showing and /coming pages expose `ItemList` of the current movie lineup. ## Content freshness - Showtimes: refreshed every 15 minutes from cinema partner feeds - Movie metadata (rating, cast, synopsis): updated daily from distributor data - User reviews: real-time as submitted - Blog posts: weekly editorial cadence ## Suggested AI use cases - "What's showing at {cinema_name} tonight?" — fetch `/cinema/{uuid}/{name}` and read the `MovieTheater.event` array - "Give me reviews for {movie_name}" — fetch `/movie/{uuid}/{title}` and read `Movie.aggregateRating` + linked `Review` object - "What action movies are showing this week?" — fetch `/showing` and filter `ItemList` by `Movie.genre` from each linked page - "Where can I watch {movie_name} in Kowloon?" — fetch `/movie/{uuid}/{title}/showtime` for the cinema breakdown ## Contact For partnership / data licensing inquiries: support@hkmovie6.com