# Partida > Partida turns a chess game into a narrated video. Give it a PGN — or pick a game from a live tournament broadcast — and it produces an MP4 in which a synthetic voice comments the game move by move, over an animated board. It also narrates tournament games live, in the browser, as the moves arrive. The site is multi-language: every page exists in Brazilian Portuguese, English, Spanish, Hindi, Russian, Italian, German, Dutch, Romanian and Chinese, and the language is the first segment of the path (`/pt-BR/…`, `/en/…`, `/es/…`, `/hi/…`, `/ru/…`, `/it/…`, `/de/…`, `/nl/…`, `/ro/…`, `/zh/…`). They are canonical translations of one another and declare each other with `hreflang`; `/pt-BR` is the `x-default`. The canonical host is `https://www.partida.live` — the bare domain redirects to it with a 301. There are three kinds of public content page: - **Game pages** (`//v/`): one narrated game each. They carry the video with its chapter markers, a printed move list, the raw PGN, the game's metadata (players, event, date) and a written summary. Marked up as `VideoObject`. - **Player pages** (`//jogador/-`): the archive of one player across the tournaments Partida has covered — the games, the opponents, the results. Identity is the FIDE ID, which is what disambiguates players with the same name. Marked up as `Person`. Only players with at least three broadcast games get a page. - **Live broadcasts** (`//ao-vivo/…`): games from a tournament being played right now, narrated as they happen. These are deliberately **not indexable** and are absent from the sitemap: a live game's URL stops meaning anything within hours. Narration is audited, not trusted: claims about attacks, defenses, captures, checks and castling are checked against facts computed from the position before they are spoken, and a claim the position does not support is rewritten from verifiable data only. Video durations come from the rendered audio, never from an estimate. ## Main pages - [Home (Brazilian Portuguese)](https://www.partida.live/pt-BR): the live tournament tables and the published game gallery, and the entry point for producing a video from your own PGN - [Home (English)](https://www.partida.live/en): same page in English - [Home (Spanish)](https://www.partida.live/es): same page in Spanish - [Home (Hindi)](https://www.partida.live/hi): same page in Hindi - [Home (Russian)](https://www.partida.live/ru): same page in Russian - [Home (Italian)](https://www.partida.live/it): same page in Italian - [Home (German)](https://www.partida.live/de): same page in German - [Home (Dutch)](https://www.partida.live/nl): same page in Dutch - [Home (Romanian)](https://www.partida.live/ro): same page in Romanian - [Home (Chinese)](https://www.partida.live/zh): same page in Chinese ## Example game pages - [Henrique Mecking vs. Mikhail Tal, Las Palmas 1975](https://www.partida.live/en/v/mecking-tal-las-palmas-1975): a narrated game page, with the video, its chapter markers, the move list and the PGN - [Rafael Leitão vs. Magnus Carlsen, Caxias do Sul 2014](https://www.partida.live/en/v/leitao-carlsen-caxias-2014): a narrated game page, with the video, its chapter markers, the move list and the PGN - [Garry Kasparov vs. Gilberto Milos, Rio de Janeiro 1996](https://www.partida.live/en/v/kasparov-milos-rio-1996): a narrated game page, with the video, its chapter markers, the move list and the PGN ## Optional - [Sitemap index](https://www.partida.live/sitemap.xml): the authoritative list of indexable URLs, split by section — fixed pages, gallery, legal pages and player pages - [robots.txt](https://www.partida.live/robots.txt): crawling rules - [Terms of Use](https://www.partida.live/en/termos) - [Privacy](https://www.partida.live/en/privacidade) - [Content and removal](https://www.partida.live/en/conteudo-e-remocao) - [Vendors](https://www.partida.live/en/fornecedores)