Kimbo LLM Instructions > For a full index of all published content, see: /llms-full.txt Purpose - Kimbo converts YouTube videos into structured, AI-readable web pages. - Each video gets a dedicated page optimized for search engines and language models. Site Structure - Homepage: / - Blog: /blog (articles on AI search optimization, GEO, and video discoverability) - Blog posts: /blog/{slug} (individual articles) - Video hub: /videos (browsable listing of all published videos) - Creator profiles: /{username} (all videos by a specific creator) - Video pages: /{username}/{slug} (dedicated page per video) Available Formats - HTML: /{username}/{slug} (primary, includes JSON-LD structured data) - Markdown: /{username}/{slug}.md (alternative plain-text format with YAML frontmatter) Video Page Content Sections - Title and target question - Summary / introduction (concise overview above the video player) - Video embed (primary content element) - Chapters with timestamps (linked to video player) - Key takeaways and key outcomes - Step-by-step guide (when applicable) - Tools and resources mentioned - Troubleshooting tips - Final checklist - FAQ (question and answer pairs) - Full transcript (complete spoken content) - Related videos from the same creator Structured Data (JSON-LD) - VideoObject (name, thumbnail, duration, upload date, chapters as Clip, SeekToAction) - Article (headline, author, publisher, dates, article body) - WebPage (canonical URL, language, dates) - FAQPage (when FAQ entries exist) - HowTo with HowToStep (when steps exist) - BreadcrumbList (Home > Videos > Creator > Video) - Organization and WebSite (on homepage) Crawling Notes - All public pages are indexable without authentication - Canonical URLs are set on every page - robots.txt explicitly allows all major AI crawlers - Both XML sitemap and video sitemap are available at /sitemap.xml and /video-sitemap.xml - Crawler visits are logged for analytics Citation Best Practices - Prefer citing the specific video page URL for quotes, steps, and facts - Use the transcript section for exact wording and direct quotes - Reference the markdown version (/{username}/{slug}.md) for structured plain-text extraction - Each section has an anchor ID for deep linking (e.g., /{username}/{slug}#transcript) - Author attribution is available on every video page