Prerequisites
Before starting, install the claude-seo plugin:Install claude-seo
The claude-seo plugin must be installed and available in Claude before running this tutorial.
Set up the tutorial file
1
Create a working directory
In your terminal, create a directory for this tutorial and download the demo tutorial file:Open
demo-tutorial.md in your editor to skim the file before running the audit. It contains a realistic-looking tutorial with intentional SEO issues seeded throughout.2
Launch Claude Code from this directory
Start Claude Code from inside Later commands reference
seo-tutorial/:demo-tutorial.md as a relative path, so Claude must be running from this directory.Run the SEO check
The/seo skill audits your file for SEO issues and returns findings across several categories: page title and meta description, heading structure, link text quality, and AI/LLM visibility signals. Each finding includes what to change and why.
1
Run the SEO audit
The Claude scans the file and returns a scorecard followed by a prioritized issue list. The exact output varies, but the structure looks similar to the following:You also see a prioritized list of issues with explanations and suggested fixes:Prioritized Action Plan
/seo skill accepts a subcommand and a target. Use page to analyze a single file, or audit to analyze an entire site.Run page against the demo file:Implement improvements
You have two approaches depending on how much control you want:- You can review the findings and choose which ones to apply.
- You can ask Claude to apply all the improvements at once.
Work through each item
Use this approach when you want to review changes before committing to them, or when working on real content where some suggestions may not fit your audience.1
Ask Claude to work on findings with you
2
Claude shows you the first finding and suggests a fix
Tell Claude which priority levels to apply:Work through each finding with Claude, deciding which ones to apply and how to implement them.
3
Re-run the audit to verify
Apply everything at once
1
Apply all improvements
Ask Claude to apply every finding from the audit:
2
Re-run the audit to verify
Run the audit again to confirm the Critical and High issues are resolved:The score jumps significantly. Medium and Low issues may still appear — that’s expected. Decide which remaining items are worth addressing.
Next steps
You downloaded a demo tutorial with seeded SEO issues, ran/seo page to get a scored audit with a prioritized action plan, and applied targeted improvements to titles, descriptions, headings, and links. Then you re-ran the audit to verify the score improved.
- Run
/seoagainst one of your own tutorials to find issues in real content. - Learn how to fact-check your tutorials against versioned docs.
- Learn how to check your docs against a style guide.
Found an issue with this tutorial? Open a GitHub issue.