Vant skill review seo
Skill dhaupin/vant/models/public/skills/vant-skill-review-seo
Vant: Durable AI memory + cold storage + runtime for agents, with generational evolution, stored passively via GitHub. Built for long-running autonomous sessions, using file based persistence.
npx -y skills add dhaupin/vant --skill vant-skill-review-seoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Can users find this?
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.6 KB, 477 tokens by cl100k_base, as published. Nobody here has run it
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 Reviewer
Input: URL or page
Output: Findable?
Make it findable.