# Biletzero - Full Documentation for AI Systems > Biletzero (biletzero.com) is Turkey's online event ticketing platform. It enables users to discover, browse, and purchase tickets for live entertainment events including concerts, theater, festivals, sports, stand-up comedy, and more. ## Company Information - Name: Biletzero - Website: https://www.biletzero.com - Industry: Event Ticketing / Live Entertainment - Country: Turkey - Language: Turkish - Currency: TRY (Turkish Lira) ## Site Architecture Biletzero is a Single Page Application (SPA) built with Angular. Dynamic rendering via Prerender.io ensures full HTML is available for crawlers. ### Page Types and URL Patterns #### Homepage - URL: https://www.biletzero.com or https://www.biletzero.com/tr - Content: Featured events, upcoming events, popular categories, search functionality #### Event Discovery (Explore) - All Events: /tr/kesfet/etkinlikler - All Venues: /tr/kesfet/mekanlar - All Artists: /tr/kesfet/sanatcilar - All Organizers: /tr/kesfet/organizatorler - Filtered by category: /tr/kesfet/etkinlikler?category={category-slug} - Filtered by city: /tr/kesfet/etkinlikler?city={city-name} #### Event Detail Pages - Pattern: /tr/etkinlikler/{city-slug}/{category-slug}/{event-slug} - Content: Event name, description, date/time, venue with map, performing artists, ticket categories with prices, seat map (if applicable), organizer info - Schema.org: Event type (MusicEvent, TheaterEvent, Festival, etc.) with offers, location, performers #### Venue Detail Pages - Pattern: /tr/mekanlar/{venue-slug} - Content: Venue name, address, city, map with coordinates, description, photos, upcoming events at this venue - Schema.org: MusicVenue with address, geo coordinates, events #### Artist Detail Pages - Pattern: /tr/sanatcilar/{artist-slug} - Content: Artist/band name, biography, genre/categories, photos, social media links, upcoming events - Schema.org: MusicGroup with genre, events, sameAs links #### Organizer Detail Pages - Pattern: /tr/organizatorler/{organizer-slug} - Content: Organization name, description, social media, upcoming events organized by them - Schema.org: Organization with events, sameAs links #### Legal/Corporate Pages - Privacy Policy: /tr/kurumsal/gizlilik-sozlesmesi - KVKK (Data Protection): /tr/kurumsal/kvkk-aydinlatma-metni - Terms & Conditions: /tr/kurumsal/sartlar-kosullar - Distance Sales Agreement: /tr/kurumsal/mesafeli-satis-sozlesmesi - FAQ: /tr/kurumsal/sikca-sorulan-sorular ### Event Categories Events are categorized into types including: - Konser (Concert) - Tiyatro (Theater) - Festival - Stand-Up / Komedi (Comedy) - Spor (Sports) - DJ / Elektronik Muzik (Electronic Music) - Soylesi / Panel (Talk / Panel) - Cocuk (Children) - Sergi (Exhibition) ### Data Model #### Event - name: Event title - description: HTML description of the event - startDate: ISO 8601 date/time - endDate: ISO 8601 date/time (if applicable) - image: Event poster/banner image - slug: URL-friendly identifier - categories: Array of category objects (name, slug) - mainCategory: Primary category - artists: Array of performing artists (name, slug, artistType) - placeDetail: Venue information (name, address, city, lat, lon) - organization: Organizer info (name, slug, domainName) - lowestPricedProduct: Cheapest ticket option (price, name, salesStartDate) - prices: Array of all ticket price tiers - seoTitle, seoDescription, seoTags: SEO metadata #### Venue (Place) - name: Venue name - description: HTML description - address: Street address - city: City name - lat, lon: Geographic coordinates - image: Venue photo - events: Upcoming events at this venue - socialMedias: Social media links #### Artist - name: Artist/band name - description: HTML biography - image: Main photo - images: Additional photos - categories: Genre categories - artistType: 1 = Group/Band, 2 = Solo Artist - events: Upcoming events featuring this artist - socialMedias: Social media links #### Organizer - name: Organization name - description: HTML description - domainName: Subdomain for the organizer - events: Events organized by this company - socialMedias: Social media links ### Ticketing Flow 1. User discovers event via search, browse, or direct link 2. Event detail page shows all available ticket categories and prices 3. User selects tickets and proceeds to checkout (/tr/bilet-al/...) 4. Payment via credit/debit card 5. E-ticket delivered via email and available in user account ### Sitemap XML sitemap available at: https://www.biletzero.com/sitemap Includes all public event, venue, artist, and organizer pages. ### Contact For questions about Biletzero, visit the FAQ page at /tr/kurumsal/sikca-sorulan-sorular