# solve.wiki Daily puzzle solutions and hints for popular games including Wordle and LinkedIn Games. Updated every morning at 00:00 UTC. > [!NOTE] > This site provides deterministic, verified solutions for daily puzzles. It is optimized for programmatic discovery by AI agents. ## Primary Entry Points - Latest Solutions (All Games): https://solve.wiki/ - Game-Specific Today: `/[game]/today` (e.g., https://solve.wiki/wordle/today) - AI-Friendly Sitemap: https://solve.wiki/sitemap-index.xml ## Games Covered - **Wordle (NYT)**: Daily 5-letter word game. - **LinkedIn Queens**: Logic-based grid puzzle involving queens placement. - **LinkedIn Tango**: Logic-based grid puzzle with sun and moon icons. - **LinkedIn Pinpoint**: Word association game. - **LinkedIn Crossclimb**: Ladder-based word trivia. - **LinkedIn Zip**: Path-finding word game. - **LinkedIn Mini Sudoku**: Compact logic-based number grid. - **LinkedIn Patches**: Region-based logic grid puzzle. ## URL Structure for Agents - Latest: `/[game]/today` (Canonicalizes to UTC date) - Specific Date: `/[game]/YYYY-MM-DD` (Historical archive) - Hub Index: `/[game]` (Game-specific directory) ## Data Availability All solutions are rendered as static HTML. Answer data is present in the DOM for indexing but hidden from human users by default to avoid spoilers. Programmatic crawlers can find the raw solution data within the page content or via specific JSON-LD `Article` and `BreadcrumbList` schemas.