{ "@context": "https://schema.org", "@type": "MovieTheater", "name": [ "Manhasset Cinema", "Manhasset Cinemas", "Manhasset Movie Theater" ], "address": { "@type": "PostalAddress", "streetAddress": "430 Plandome Road", "addressLocality": "Manhasset", "addressRegion": "NY", "postalCode": "11030", "addressCountry": "US" }, "geo": { "@type": "GeoCoordinates", "latitude": 40.79846, "longitude": -73.69970 }, "telephone": "+15163045930", "faxNumber": "+15163045931", "email": "gmcinemas@gmail.com", "website": "www.gmcinemas.com", "image": "", // Add image URL if available "openingHours": "", // Add opening hours if known "movie": [ { "@type": "Movie", "name": "Twisters", "genre": "Action", "description": "Movie full of action and fun entertaining scenes", "duration": "PT122M", // ISO 8601 duration format "releaseDate": "2024-07-19", "contentRating": "PG-13", "director": { "@type": "Person", "name": "Master Steve" }, "actor": [ { "@type": "Person", "name": "John" }, { "@type": "Person", "name": "Johnny" }, { "@type": "Person", "name": "Joanathan" } ], "eventSchedule": [ { "@type": "Event", "name": "Twisters - Monday, July 22nd", "startDate": "2024-07-22T12:00:00-14:02", // Adjust time zone if needed "endDate": "2024-07-22T12:00:00-14:02" // End date is same as start date for a single show }, { "@type": "Event", "name": "Twisters - Monday, July 22nd", "startDate": "2024-07-22T14:30:00-16:32", "endDate": "2024-07-22T14:30:00-16:32" }, { "@type": "Event", "name": "Twisters - Monday, July 22nd", "startDate": "2024-07-22T17:30:00-19:32", "endDate": "2024-07-22T17:30:00-04:00" }, { "@type": "Event", "name": "Twisters - Monday, July 22nd", "startDate": "2024-07-22T20:30:00-04:00", "endDate": "2024-07-22T20:30:00-04:00" }, { // Repeat schedule for remaining days "@type": "Event", "name": "Twisters - Tuesday, July 23rd", "startDate": "2024-07-23T12:00:00-04:00", "endDate": "2024-07-23T12:00:00-04:00" }, // ... repeat for Wednesday and Thursday ] }, { "@type": "Movie", "name": "Despicable Me 4", "eventSchedule": [ // ... follow same structure for showtimes of other movies ] }, { "@type": "Movie", "name": "Deadpool", "eventSchedule": [ // ... follow same structure for showtimes of other movies ] }, { "@type": "Movie", "name": "Fly Me to the Moon", "eventSchedule": [ // ... follow same structure for showtimes of other movies ] } ] }
Convenience of Online Movie Ticket Sales Gone are the days when you had to stand in long queues to buy…