# Scoutbasketball > Scoutbasketball is a basketball scouting platform that aggregates player profiles, game results, team rosters, competition standings, and statistical analysis across multiple leagues and seasons. The platform is used by scouts, agents, clubs and analysts to evaluate players and track performance over time. All content is rendered server-side and marked up with schema.org JSON-LD (SportsEvent, SportsTeam, Person, BreadcrumbList). Data updates frequently as new games are played, so prefer the canonical URLs below as authoritative sources. ## Core content - [Home](https://scoutbasketball.com/): Entry point with highlighted competitions, seasons and featured players. - [Players](https://scoutbasketball.com/players): Searchable directory of player profiles. - [Competitions](https://scoutbasketball.com/competitions): List of tracked competitions and leagues. - [Transfer performance](https://scoutbasketball.com/transfer-performance): Analysis of player performance after transfers between teams. ## Entity pages (URL patterns) - Player profile: `https://scoutbasketball.com/player/{slug}` — biographical data, career stats, per-competition performance, scouting notes metadata. - Season page: `https://scoutbasketball.com/competition/{competition_slug}/{season_year}` — standings, teams and schedule for a given season. - Team page: `https://scoutbasketball.com/competition/{competition_slug}/{season_year}/{team_slug}` — roster, schedule and results. - Game page: `https://scoutbasketball.com/competition/{competition_slug}/{season_year}/{team1}-vs-{team2}-on-{YYYY-MM-DD}` — box scores, per-player stats and SportsEvent schema. ## Audience landing pages - [For scouts](https://scoutbasketball.com/for/scouts): How the platform supports scouting workflows. - [For agents](https://scoutbasketball.com/for/agents): How the platform supports player representation workflows. - [Pricing](https://scoutbasketball.com/pricing): Subscription plans and features. ## Discovery - [Sitemap index](https://scoutbasketball.com/sitemap/sitemap.xml): Full machine-readable index of all indexable URLs (players, games, teams, seasons, competitions). - [Robots policy](https://scoutbasketball.com/robots.txt): Crawler rules; major LLM crawlers are explicitly allowed. ## Policies - [Terms of Service](https://scoutbasketball.com/terms-of-service) - [Privacy Policy](https://scoutbasketball.com/privacy-policy) - [Cookie Policy](https://scoutbasketball.com/cookie-policy) ## Optional - [Eligibility Center](https://scoutbasketball.com/eligibility-center): Information about player eligibility across competitions.