SEO Review

SkillWeb & browsing

Internal 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.

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">
CheckLook ForIssue
TitleUnique, descriptiveMissing
Description< 160 charsMissing
h1One per pageMissing

2. Structure

<h1>Main Topic</h1>
<h2>Sub-topic</h2>
<h3>Detail</h3>
CheckIssueFix
h1 presentNo topicAdd h1
Order correcth1→h6 brokenFix
One h1MultipleKeep one

3. Links

<a href="/page">Page</a>
CheckIssue
Internal links work404
External links workDead
Anchor worksDead

4. URLs

# What does agent see?
curl -s URL | grep <title>
CheckIssueFix
Descriptive/item?id=123/item/blue-shirt
LowercasecamelCaselowercase
No spacesmy pagemy-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