What problem does it solve? AI crawlers like GPTBot and ClaudeBot do not execute JavaScript, so client-rendered blog content is invisible to ChatGPT, Claude, and Perplexity. This Skill guides you through building a statically generated MDX blog in Next.js 15 that is fully discoverable by both traditional search engines and AI crawlers. ## Core Features & Use Cases - Static Site Generation for AI Visibility: Pre-renders all blog posts with generateStaticParams so AI crawlers see complete HTML content. - LLM SEO Infrastructure: Implements llms.txt, explicit robots.txt rules for GPTBot/ClaudeBot/PerplexityBot, JSON-LD TechArticle structured data, and automated sitemap generation via a prebuild Node.js script. - Use Case: You are launching a content site and want your articles cited in ChatGPT responses. Use this Skill to set up the MDX blog, configure AI crawler rules, and automate sitemap generation so every post is indexable. ## Quick Start Use the LLM SEO blog skill to scaffold an MDX blog in my Next.js 15 app with llms.txt, robots.txt AI crawler rules, and automated sitemap generation.