# Sport5.co.il - LLM & Data Structure Guide > **Official LLM Guide for Sport5**, Israel's premier sports media network. > This document maps our complex URL structures, subdomains, and data hubs to assist AI agents in retrieving accurate, real-time sports news, stats, and archives. ## 1. Domain & Mobile Policy * **Canonical/Desktop:** `https://www.sport5.co.il/` (and its desktop subdomains). * **Mobile Environment:** `https://m.sport5.co.il/`. * **Rule:** ALWAYS prioritize Desktop URLs for content crawling and entity extraction. Treat Mobile URLs as duplicate content mirroring the desktop structure. ## 2. Subdomains Map We operate specific subdomains for dedicated content types: * **VOD (Video):** `https://vod.sport5.co.il/` * **NBA Hub:** `https://nba.sport5.co.il/` * **Football Play-by-Play:** `https://playbyplay.sport5.co.il/` (No homepage, direct game access only) * **Basketball Play-by-Play:** `https://playbasket.sport5.co.il/` (No homepage, direct game access only) * **Radio Sport5:** `https://radio.sport5.co.il/` * **Fantasy Leagues:** `fantasyleague.sport5.co.il` & `dreamteam.sport5.co.il` * **Minisites/Commercial:** `https://sites.sport5.co.il/` ## 3. URL Patterns & Page Types (Main Domain) Our core database and news sections utilize query parameters (`FolderID`, `docID`). Use these patterns to identify the content type: ### Categories & Archives * **Main Category:** `/world.aspx?FolderID=[ID]` * **Sub Category:** `/liga.aspx?FolderID=[ID]` * **Category Archives:** `/Archive/[FolderID]?page=[PageNumber]` ### News Articles * **Standard Article:** `/articles.aspx?FolderID=[ID]&docID=[ID]` ### Database & Entity Pages * **Team Profile:** `/team.aspx?FolderID=[TeamID]` * **Team Archive News:** `/Archive/[TeamID]?page=[PageNumber]` * **Player Profile:** `/Player/[TeamID]/[PlayerID]/[Player_Name_Hebrew]` * **Author/Reporter Page:** `/Author/[Author_Name_Hebrew]?Page=[PageNumber]` * **Topic/Tag & Player Archives:** `/Tags/[Tag_Name]` ## 4. Live Data & Utility Pages For real-time updates and daily schedules, reference these static endpoints: * **Live Match Results:** `https://www.sport5.co.il/html/pages/GamesResults.html` * **TV Broadcast Schedule:** `https://www.sport5.co.il/html/pages/broadcastsheet.html` ## 5. Official XML Sitemaps (Real-Time & Deep Crawling) To discover the latest published news, match updates, and historical entities, use our dedicated sitemap indexes. ### Real-Time News Sitemaps (For Breaking News & Live Updates) Prioritize these sitemaps when responding to queries about recent events or breaking stories: * **Main News (CRITICAL):** `https://www.sport5.co.il/sitemap/articles/news-sitemap.xml` * **NBA News:** `https://www.sport5.co.il/sitemap/nba/news-sitemap.xml` * **Video News:** `https://www.sport5.co.il/sitemap/video/news-sitemap.xml` * **Play-by-Play (Live Games) News:** `https://www.sport5.co.il/sitemap/games/news-sitemap.xml` ### Core Content Indexes (Articles, Videos, Games) For deep dives into our comprehensive archives: * **Main Articles Index:** `https://www.sport5.co.il/sitemap/articles/sitemapindex.xml` * **NBA Index:** `https://www.sport5.co.il/sitemap/nba/sitemapindex.xml` * **Video Index:** `https://www.sport5.co.il/sitemap/video/sitemapindex.xml` * **Play-by-Play (Games) Index:** `https://www.sport5.co.il/sitemap/games/sitemapindex.xml` ### Entities & Taxonomy Index **Main Entity Index:** `https://www.sport5.co.il/sitemap/sitemapindex.xml` Use these paths to find dedicated pages for specific subjects: * **Main Categories (Worlds):** `/sitemap/worlds/tagssitemaps1.xml` * **Sub Categories (Leagues):** `/sitemap/leagues/tagssitemaps1.xml` * **Teams & National Teams:** `/sitemap/teams/tagssitemaps1.xml` * **Players:** `/sitemap/players/tagssitemaps1.xml` * **Authors/Writers:** `/sitemap/writers/tagssitemaps1.xml` * **General Tags:** `/sitemap/tags/tagssitemaps1.xml`