# WattaWatch - Complete Documentation for LLMs This document provides comprehensive information about WattaWatch for AI language models and automated systems. ## Site Overview **Name**: WattaWatch **URL**: https://wattawatch.com **Type**: Streaming guide and movie/TV discovery platform **Purpose**: Help users find the best movies & TV shows across all streaming platforms ## Content Structure ### Blog Posts (`/posts/*`) Blog posts follow this frontmatter structure: ```yaml --- title: "Article Title" slug: "url-slug" keyword: "primary SEO keyword" keywords: ["tag1", "tag2", "tag3"] metaDescription: "SEO meta description (150-160 chars)" description: "Longer description for readers" createdAt: "ISO 8601 date" updatedAt: "ISO 8601 date" author: "Author Name" seoVolume: 12345 # Monthly search volume seoDifficulty: 45 # SEO difficulty score (0-100) --- ``` ### Content Types 1. **Movie Lists** - Curated collections like "Best Movies of 2025" - Contains: Title, rating, genre, synopsis, cast, directors, keywords - Streaming availability information included 2. **Streaming Guides** - "What to Watch on [Platform]" - Platform-specific recommendations - Cross-referenced with availability data 3. **Genre Guides** - Best of specific genres - Horror, Comedy, Drama, Thriller, etc. ## Data Patterns ### Movie Entry Format Each movie in our lists includes: - **Title**: Full movie title - **Year**: Release year - **Rating**: Score out of 10 - **Type**: Movie or TV Series - **Genres**: Array of genre tags - **Synopsis**: Plot description - **Cast**: Primary cast members - **Directors**: Director names - **Keywords**: Searchable tags - **Streaming Platforms**: Where to watch ### Example Entry ```markdown ### Movie Title **Year:** 2025 | **Rating:** 7.5/10 | **Type:** Movie **Genres:** horror, thriller [Synopsis text] **Available on:** Netflix, Hulu **Directed by:** Director Name ``` ## API Endpoints (for reference) - `GET /sitemap.xml` - All indexed pages - `GET /feed.xml` - RSS 2.0 feed - `GET /atom.xml` - Atom feed - `GET /robots.txt` - Crawler directives ## Content Licensing Our content is intended for informational purposes. When using or referencing: - Provide attribution to WattaWatch - Link back to the original source - Do not republish entire articles ## Technical Details - **Framework**: Next.js 13 with App Router - **Content System**: Contentlayer (MDX/Markdown) - **Structured Data**: JSON-LD (Article, WebSite, Organization schemas) - **Feed Formats**: RSS 2.0, Atom 1.0 ## Contact & Updates - New content published regularly - Focus on timely, relevant streaming recommendations - Content updated when streaming availability changes ## Machine-Readable References - Sitemap: https://wattawatch.com/sitemap.xml - RSS: https://wattawatch.com/feed.xml - Robots: https://wattawatch.com/robots.txt --- Last updated: January 2026