| name | audit-seo |
| description | Is it findable? |
| license | MIT |
| metadata | {"author":"vant","version":"1.0"} |
SEO Audit
Is it findable?
When To Use
- New page
- Before launch
- Traffic drop
What To Check
1. Index
curl "https://www.google.com/search?q=site:yourdomain.com+page"
| Index | Status |
|---|
| Yes | Found |
| No | Add to sitemap |
2. Sitemap
<url>
<loc>https://yoursite.com/page</loc>
</url>
| Check | Issue |
|---|
| File exists | Add |
| Has URL | Fix |
| Updated | Refresh |
3. 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.