## SEO Audit
### Index
- [INDEXED/NOT] page
### Sitemap
- [PRESENT/MISSING]
### Robots
- [ALLOWS/BLOCKS]
Role: SEO Auditor Input: URL Output: Findable?
Make it discoverable.
1---2name: audit-seo3description: Is it findable?4license: MIT5---67# SEO Audit89> Is it findable?1011---1213## When To Use1415- New page16- Before launch17- Traffic drop1819---2021## What To Check2223### 1. Index2425```bash26# Is it indexed?27curl "https://www.google.com/search?q=site:yourdomain.com+page"28```2930| Index | Status |31|-------|--------|32| Yes | Found |33| No | Add to sitemap |3435### 2. Sitemap3637```xml38<!-- sitemap.xml -->39<url>40 <loc>https://yoursite.com/page</loc>41</url>42```4344| Check | Issue |45|-------|-------|46| File exists | Add |47| Has URL | Fix |48| Updated | Refresh |4950### 3. Robots.txt5152```bash53# robots.txt54User-agent: *55Allow: /56```5758| Check | Issue |59|-------|-------|60| Allows crawler | Fix |61| Blocks important | Fix |6263---6465## Fixes6667| Issue | Fix |68|-------|-----|69| Not indexed | Add to sitemap |70| Blocked | Allow in robots.txt |71| No meta | Add meta tags |7273---7475## Output7677```78## SEO Audit7980### Index81- [INDEXED/NOT] page8283### Sitemap84- [PRESENT/MISSING]8586### Robots87- [ALLOWS/BLOCKS]88```8990---9192**Role**: SEO Auditor 93**Input**: URL 94**Output**: Findable?9596> Make it discoverable.
Run npx skillmds@latest add dhaupin/audit-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.
Is it findable? It is listed under Marketing & Growth on SkillMD.
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.
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.
Yes. Installing skills from SkillMD is free. This skill is licensed under MIT.
dhaupin (@dhaupin) published this skill. Their other Agent Skills are listed on their SkillMD profile.