What problem does it solve? Marketing sites built as single-page apps lack indexable content pages, so they cannot rank in organic search. This Skill adds a fully prerendered blog section where every post gets its own static HTML route, sitemap entry, structured data, and social share image. ## Core Features & Use Cases - Prerendered Blog Architecture: Creates a blog index page, individual post components, and tag/topic index pages wired into React Router or Next.js App Router with generateStaticParams and generateMetadata. - SEO Infrastructure: Adds sitemap.xml entries, Schema.org Article JSON-LD, canonical URLs, Open Graph tags, and programmatically generated share images via Sharp scripts. - Auto-Publishing Control Plane: Defines a scheduled routine that writes posts, deploys them, verifies the URL is live with a verify-live script, and announces it on Buffer (X, LinkedIn, Facebook) with correct per-platform image attachment rules. - Use Case: A SaaS marketing site needs organic traffic. Run this Skill to scaffold a /blog section with a first post, prerendered routes, sitemap entries, and a share image, then set up the automated publish-and-announce routine. ## Quick Start Ask the AI to add an SEO blog at /blog to the site with a first prerendered post, sitemap entry, and share image.