Vant skill audit seo
Skill dhaupin/vant/models/public/skills/vant-skill-audit-seo
Is it findable?From its SKILL.md
npx -y skills add dhaupin/vant --skill vant-skill-audit-seoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 9 stars9 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.
- runs commandsInstructs the agent to run 1 command, including `curl "https://www.google.com/search?q=site:yourdomain.com+page"`.
- fetches URLsInstructs the agent to fetch 1 URL, including https://www.google.com/search?q=site:yourdomain.com+page.
What its file declares
Copied from the file, not written here
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.1 KB, 310 tokens by cl100k_base, as published. Nobody here has run it
SEO Audit
Is it findable?
When To Use
- New page
- Before launch
- Traffic drop
What To Check
1. Index
# Is it indexed?
curl "https://www.google.com/search?q=site:yourdomain.com+page"
| Index | Status |
|---|---|
| Yes | Found |
| No | Add to sitemap |
2. Sitemap
<!-- sitemap.xml -->
<url>
<loc>https://yoursite.com/page</loc>
</url>
| Check | Issue |
|---|---|
| File exists | Add |
| Has URL | Fix |
| Updated | Refresh |
3. Robots.txt
# robots.txt
User-agent: *
Allow: /
| Check | Issue |
|---|---|
| Allows crawler | Fix |
| Blocks important | Fix |
Fixes
| Issue | Fix |
|---|---|
| Not indexed | Add to sitemap |
| Blocked | Allow in robots.txt |
| No meta | Add meta tags |
Output
## SEO Audit
### Index
- [INDEXED/NOT] page
### Sitemap
- [PRESENT/MISSING]
### Robots
- [ALLOWS/BLOCKS]
Role: SEO Auditor
Input: URL
Output: Findable?
Make it discoverable.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.