SEO Review
SkillWeb & browsingInternal SEO review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks changed web pages/routes for indexability, metadata, and structured data — applies only to public web surfaces. Findings only; never edits code.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the SEO Review skill
What this skill tells your AI
The instructions your AI receives, as published by gtrabanco/agentic-workflow in skills/review-seo/SKILL.md and read by ahel’s 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.
Signals
- GitHub stars
- 21
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
review-seo- Source
- github.com/gtrabanco/agentic-workflow