File contents SEO Review
Can users find this?
Agent First Question
An AI would ask:
Does this page have keywords?
Are they searchable?
Do links go somewhere?
What To Check
1. Keywords
<title>Page Title</title>
<meta name="description" content="What this does">
Check
Look For
Issue
Title
Unique, descriptive
Missing
Description
< 160 chars
Missing
h1
One per page
Missing
2. Structure
<h1>Main Topic</h1>
<h2>Sub-topic</h2>
<h3>Detail</h3>
Check
Issue
Fix
h1 present
No topic
Add h1
Order correct
h1→h6 broken
Fix
One h1
Multiple
Keep one
3. Links
<a href="/page">Page</a>
Check
Issue
Internal links work
404
External links work
Dead
Anchor works
Dead
4. URLs
# What does agent see?
curl -s URL | grep <title>
Check
Issue
Fix
Descriptive
/item?id=123
/item/blue-shirt
Lowercase
camelCase
lowercase
No spaces
my page
my-page
Output
## SEO Review - [URL]
### Keywords
- [OK/MISSING] Title: [text]
- [OK/MISSING] Description: [text]
- [OK/MISSING] h1: [text]
### Structure
- [OK/ISSUE] h1 present
- [OK/ISSUE] h order correct
### Links
- Internal: [count] links
- External: [count] links
- Issues: [list]
### URL
- [OK/BAD] URL: [url]
Role : SEO ReviewerInput : URL or pageOutput : Findable?
Make it findable.
1 --- 2 name: review-seo 3 description: Can users find this? 4 license: MIT 5 --- 6 7 # SEO Review 8 9 > Can users find this? 10 11 --- 12 13 ## Agent First Question 14 15 **An AI would ask:** 16 - Does this page have keywords? 17 - Are they searchable? 18 - Do links go somewhere? 19 20 --- 21 22 ## What To Check 23 24 ### 1. Keywords 25 26 ```html 27 <title>Page Title</title> 28 <meta name="description" content="What this does"> 29 ``` 30 31 | Check | Look For | Issue | 32 |-------|---------|-------| 33 | Title | Unique, descriptive | Missing | 34 | Description | < 160 chars | Missing | 35 | h1 | One per page | Missing | 36 37 ### 2. Structure 38 39 ```html 40 <h1>Main Topic</h1> 41 <h2>Sub-topic</h2> 42 <h3>Detail</h3> 43 ``` 44 45 | Check | Issue | Fix | 46 |-------|-------|-----| 47 | h1 present | No topic | Add h1 | 48 | Order correct | h1→h6 broken | Fix | 49 | One h1 | Multiple | Keep one | 50 51 ### 3. Links 52 53 ```html 54 <a href="/page">Page</a> 55 ``` 56 57 | Check | Issue | 58 |-------|-------| 59 | Internal links work | 404 | 60 | External links work | Dead | 61 | Anchor works | Dead | 62 63 ### 4. URLs 64 65 ```bash 66 # What does agent see? 67 curl -s URL | grep <title> 68 ``` 69 70 | Check | Issue | Fix | 71 |-------|-------|-----| 72 | Descriptive | /item?id=123 | /item/blue-shirt | 73 | Lowercase | camelCase | lowercase | 74 | No spaces | my page | my-page | 75 76 --- 77 78 ## Output 79 80 ``` 81 ## SEO Review - [URL] 82 83 ### Keywords 84 - [OK/MISSING] Title: [text] 85 - [OK/MISSING] Description: [text] 86 - [OK/MISSING] h1: [text] 87 88 ### Structure 89 - [OK/ISSUE] h1 present 90 - [OK/ISSUE] h order correct 91 92 ### Links 93 - Internal: [count] links 94 - External: [count] links 95 - Issues: [list] 96 97 ### URL 98 - [OK/BAD] URL: [url] 99 ``` 100 101 --- 102 103 **Role**: SEO Reviewer 104 **Input**: URL or page 105 **Output**: Findable? 106 107 > Make it findable.
dhaupin/vant/tree/main/models/public/skills/vant-skill-review-seo commit 36c6dbe2f7
Frequently asked questions How do I install the Review SEO skill? Run npx skillmds@latest add dhaupin/review-seo in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Review SEO skill do? Can users find this? It is listed under Marketing & Growth on SkillMD.
Is Review SEO safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Review SEO? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Review SEO free to use? Yes. Installing skills from SkillMD is free. This skill is licensed under MIT.
Who published Review SEO? dhaupin (@dhaupin) published this skill. Their other Agent Skills are listed on their SkillMD profile.