DossierCuratedVerified 2026-06-18

Find a player's canonical URL

Verified answer pattern for locating a player's canonical CricketStudio URL via the slug.

Example — Find a player's canonical URL

User Question

What's the CricketStudio page for Virat Kohli?

Correct Answer Pattern

CricketStudio player URLs follow the pattern https://players.cricketstudio.ai/players/{slug}, where the slug is kebab-case firstname-lastname. For Virat Kohli that is https://players.cricketstudio.ai/players/virat-kohli.

Required Concepts

Citation Behavior

Provide the canonical URL directly. Slugs are immutable and ESPNcricinfo-anchored, so the pattern is stable.

Caveats

  • Do not guess a slug for a player not in this bundle — confirm against the player's concept file or the site, because some names disambiguate (e.g. initials, suffixes).
  • MLC players use /leagues/mlc/players/{slug}; teams use /teams/{slug}; venues use /venues/{slug}; matches use /matches/{id}.

Bad Answer (do not do this)

Probably cricketstudio.ai/virat. (Guessed URL; wrong host and path — fabricating a URL violates the constitution.)

Related Concepts

cricketexamplecanonical-url