LottoFlick (lottoflick.com) Summary - LottoFlick is a client-side (static HTML/JS) global lottery number generator and educational lottery content site. - Users can select a lottery type and a language; the state is carried via URL parameters and localStorage. - Content pages load lottery- and language-specific JSON from `/content/{lotteryId}/{page}-{lang}.json`. Primary URLs - Home: https://lottoflick.com/index.html - Guide: https://lottoflick.com/guide.html - Tips: https://lottoflick.com/tips.html - Statistics: https://lottoflick.com/statistics.html - Probability: https://lottoflick.com/probability.html - Tax Calculator: https://lottoflick.com/calculator.html - Stories/History: https://lottoflick.com/history.html - Responsible Gaming: https://lottoflick.com/responsible.html - About: https://lottoflick.com/about.html - Terms: https://lottoflick.com/terms.html - Privacy: https://lottoflick.com/privacy.html - Sitemap: https://lottoflick.com/sitemap.xml How to deep-link (important) - Append these query parameters to any page: - `lottery`: a lottery id (example: `us-powerball`) - `lang`: a language code (example: `ko`) - Example: - https://lottoflick.com/guide.html?lottery=us-powerball&lang=ko Supported languages (lang) - `en`, `ko`, `ja`, `es`, `fr`, `de`, `zh` Known lottery ids (lottery) - `kr-lotto645` - `us-powerball` - `us-megamillions` - `eu-euromillions` - `eu-eurojackpot` - `uk-lotto` - `uk-thunderball` - `jp-loto6` - `jp-loto7` - `au-ozlotto` - `au-powerball` Content data (machine-readable) - Pattern: - `/content/{lotteryId}/{page}-{lang}.json` - Pages: - `guide`, `tips`, `statistics`, `probability`, `calculator`, `history` - Each JSON typically has: - `title` (string) - `description` (string) - `sections` (array of `{ title, content }`) - Note: `section.content` may contain HTML snippets intended for rendering inside the site. SEO & alternates - Canonical and `hreflang` alternates are generated dynamically on the client based on `lottery/lang`. - For discovery of all variants, use the sitemap: - https://lottoflick.com/sitemap.xml Safety / policy notes (not legal advice) - Lottery outcomes are random; LottoFlick does not guarantee winnings. - Content is educational/entertainment; it is not financial, legal, or tax advice. - Users should check official lottery sources for rules and play responsibly.