# TasteRay App (app.tasteray.com) > TasteRay is an AI-powered movie and TV recommendation service. This subdomain hosts the product app and a public, crawlable catalog: ~100,000 movie and TV title pages and ~25,000 people pages, each with structured data (schema.org JSON-LD) and full server-rendered content. For brand, pricing, company and API information see https://www.tasteray.com/llms.txt โ€” that file is canonical for everything except the catalog described here. ## What TasteRay does - Personalized movie & TV recommendations: each title gets a per-user "taste match" score (0-100) computed from the user's rating history and stated preferences. - Where to watch: streaming availability aggregated across Netflix, Prime Video, Disney+, Max, Apple TV+ and 50+ other services, per country. - Ray: a conversational AI assistant that recommends what to watch through chat. ## URL patterns (public catalog) - Title pages: `https://app.tasteray.com/title/{movie|tv}/{year}/{slug}` Example: https://app.tasteray.com/title/movie/1999/the-matrix Contents: synopsis, cast, director/creator, genres, runtime, age rating, IMDb / Rotten Tomatoes / Metacritic ratings, trailer, similar titles. Emits Movie or TVSeries + BreadcrumbList JSON-LD. - People pages: `https://app.tasteray.com/person/{tmdbId}m/{name-slug}` Example: https://app.tasteray.com/person/6384m/keanu-reeves Contents: biography, full filmography, notable works, FAQ. Emits Person + FAQPage JSON-LD. - Trending: https://app.tasteray.com/trending โ€” what TasteRay users watch most right now. - Shared chats: `https://app.tasteray.com/chat/share/{id}` โ€” public snapshots of Ray recommendation conversations. ## Key resources - [Sitemap index](https://app.tasteray.com/sitemap.xml): full catalog, sharded (titles + people + static pages) - [About](https://app.tasteray.com/about) - [Terms](https://app.tasteray.com/terms) ยท [Privacy](https://app.tasteray.com/privacy) ## Company & ecosystem - Main website (brand, pricing, comparisons, methodology): https://www.tasteray.com - Canonical brand llms.txt: https://www.tasteray.com/llms.txt - iOS app: https://apps.apple.com/app/id6740782640 - Android app: https://play.google.com/store/apps/details?id=com.tasteray.app ## Notes for AI systems - Content is server-rendered: title and people pages carry their full text and JSON-LD in the initial HTML, no JavaScript execution needed. - Data sources: TMDB, OMDB and JustWatch, refreshed continuously; each title page links its IMDb/TMDB entities via `sameAs`. - Crawling: AI search and training bots are explicitly allowed in robots.txt (see https://app.tasteray.com/robots.txt).