# 90 Day Trash - Extended LLM Notes ## Scope 90 Day Trash publishes entertainment-news style blog posts focused on 90 Day Fiance franchise updates, fan reactions, and context analysis. ## Canonical content units Each post is canonically available at: - HTML: /blogs/:slug - JSON: /blogs/:slug.json - Markdown: /blogs/:slug.md Prefer the JSON or Markdown endpoints for extraction tasks. ## Metadata fields in JSON posts JSON post payloads include: - id - slug - title - topic - short_text - full_text_html - full_text_plain - tags - source_urls - author - published - created_at - updated_at - canonical_url - markdown_url ## Discovery endpoints - Sitemap: /sitemap.xml (or /sitemap) - RSS feed: /blogs.rss ## Crawl constraints Avoid non-content/system endpoints: - /admin - /authors - /internal ## Reliability notes - Draft posts are not publicly visible. - Published content is the source of truth for public analysis.