When you run /blog rewrite, Claude Blog analyzes your existing post and applies five optimization passes. Each pass targets a different dimension of content quality, from factual accuracy to AI citation readiness.
// BLOG REWRITE
REWRITE AND
OPTIMIZE
Take any existing blog post and make it rank. Claude Blog replaces fabricated statistics with sourced data, applies answer-first formatting, adds FAQ schema, and optimizes for both Google and AI citation platforms.
$
/blog rewrite
REQUIRES CLAUDE BLOG INSTALLED IN CLAUDE CODE
// HOW IT WORKS
5 OPTIMIZATION PASSES.
01
STAT REPLACEMENT
FINDS AND REPLACES FABRICATED OR OUTDATED STATISTICS WITH CURRENT, SOURCED DATA FROM TIER 1-3 PUBLICATIONS.
02
ANSWER-FIRST FORMAT
RESTRUCTURES CONTENT WITH KEY TAKEAWAYS FIRST, THEN SUPPORTING DETAIL. OPTIMIZED FOR FEATURED SNIPPETS AND AI CITATIONS.
03
SCHEMA INJECTION
ADDS FAQPAGE, BLOGPOSTING, AND PERSON JSON-LD SCHEMA. VALIDATES AGAINST CURRENT GOOGLE REQUIREMENTS.
04
IMAGE SOURCING
FINDS RELEVANT IMAGES FROM PIXABAY, UNSPLASH, AND PEXELS. GENERATES INLINE SVG CHARTS WHERE DATA EXISTS.
05
DUAL OPTIMIZATION
EVERY REWRITE IS OPTIMIZED FOR GOOGLE RANKINGS (DECEMBER 2025 CORE UPDATE, E-E-A-T) AND AI CITATIONS (GEO/AEO).
// USAGE
HOW TO REWRITE A POST
Step 1: Install Claude Blog
git clone --depth 1 https://github.com/AgriciDaniel/claude-blog.git bash claude-blog/install.sh
Step 2: Open Claude Code
claude
Step 3: Rewrite Your Post
/blog rewrite
Point it at any existing blog post. The optimizer runs all 5 passes and produces an improved version with sourced statistics, answer-first formatting, and injected schema. Typical score improvements are 15-25 points.
// FAQ
QUESTIONS ABOUT REWRITING
It restructures headings, replaces unverified statistics, adds answer-first formatting, injects FAQ schema, sources images, and optimizes for both Google and AI citation platforms.
Yes. The rewriter maintains your content structure and voice. It improves factual accuracy, formatting, and SEO elements without changing your core message.
Yes. It works with HTML, Markdown, MDX, and plain text. It handles WordPress, Ghost, Hugo, Jekyll, Astro, and static HTML formats.
Typical improvements are 15-25 points on the 100-point scale. Posts often jump from Below Standard (60-69) to Strong (80-89) after a single rewrite pass.
OPTIMIZE YOUR FIRST POST
IN 30 SECONDS.
$
git clone --depth 1 https://github.com/AgriciDaniel/claude-blog.git && bash claude-blog/install.sh