# The 6ixth Man - Toronto Raptors Coverage # https://the6ixthman.ca # # This file provides instructions for AI assistants and LLMs # to properly access and parse content from this website. > The 6ixth Man is a Toronto Raptors fan site providing news, > player analysis, game recaps, and community content. > "We The North" - Covering the only NBA team in Canada. ## Site Overview - **Name**: The 6ixth Man - **Topic**: Toronto Raptors / NBA Basketball - **Content Types**: Articles, Player Profiles, Game Recaps, Trade Analysis - **Update Frequency**: Daily during NBA season ## How to Access Content (for AI/LLMs) This is a client-side React application. For AI/LLM parsing, use these server-rendered endpoints: ### Read Any Article URL Pattern: ``` https://uhfzpsnhyzrbeqntxjkd.supabase.co/functions/v1/render-article?slug={ARTICLE_SLUG} ``` Example: - Human URL: `/article/kawhi-leonard-analysis` - AI URL: `https://uhfzpsnhyzrbeqntxjkd.supabase.co/functions/v1/render-article?slug=kawhi-leonard-analysis` ### Get All Articles (Sitemap) ``` https://uhfzpsnhyzrbeqntxjkd.supabase.co/functions/v1/sitemap ``` ### RSS Feed ``` https://uhfzpsnhyzrbeqntxjkd.supabase.co/functions/v1/rss ``` ## Content Categories - **Raptors News** - Breaking news and updates - **Game Recaps** - Post-game analysis and summaries - **Player Analysis** - Deep dives on player performance - **Trade Rumors** - Trade speculation and analysis - **Draft Coverage** - NBA Draft prospects and picks - **Opinion** - Editorial and fan perspectives ## Key Topics We Cover - Toronto Raptors current roster and player stats - NBA Eastern Conference standings and matchups - Raptors trade deadline activity - NBA Draft prospects for the Raptors - Scotiabank Arena and Toronto basketball culture - Historical Raptors moments (2019 Championship, Vince Carter era, etc.) ## Structured Data All articles include: - Schema.org Article markup - Open Graph tags for social sharing - JSON-LD structured data ## Contact - Website: https://the6ixthman.ca - Email: hello@the6ixthman.com - Twitter: @the6ixthman_ca ## Robots Policy See /robots.txt - All AI crawlers are welcome.