ahel is live on Product Hunt today. Upvote

SEO Auditor

SkillDev tools

This skill lets your AI audit web pages for SEO problems. Once added, it can review a page, spot issues that hurt search performance, and suggest fixes. Useful for anyone who wants their pages to rank better without doing manual checks.

Available today. Use it from your connected AI after setup.

Add the skill, then share a web page you want reviewed and ask your AI to audit it.

Then ask your AI: use the SEO Auditor skill

What your AI can do with it

  • Audit web pages for SEO problems
  • Get fix suggestions for issues found

What this skill tells your AI

The instructions your AI receives, as published by kennyzir/7deer_skills in seo-auditor/SKILL.md and read by ahel’s review.

A battle-tested SEO audit framework extracted from real-world high-traffic projects. Use this to systematically review any new website or page for SEO compliance.

Resources Included

  1. resources/seo_standards.md: The Core Knowledge Base. Detailed guidelines on Metadata, Schema, Content, and Performance standards.
  2. resources/checklist_template.md: A generalized Markdown checklist for auditing any page.
  3. resources/audit_rules.js: A simple Node.js script to check common SEO issues (H1, Meta Tags, Canonical).

Usage

1. Manual Audit (The Golden Standard)

For every significant page update or new feature:

  1. Read the Standards: Review resources/seo_standards.md to understand the Why and How.
  2. Create a Checklist: Copy resources/checklist_template.md to your project (e.g., docs/audits/PAGE_NAME_AUDIT.md).
  3. Verify & Check: Go through each item. Do not just tick the box—verify it against the standards.

2. Automated Check (Sanity Check)

Run the audit_rules.js script against your built HTML files to catch obvious errors:

# Example
node .agent/skills/seo-auditor/resources/audit_rules.js ./out/index.html

Quick Reference (Top 5 Rules)

  1. Title: 50-60 chars, unique, dynamic date (e.g. "(June 2026)").
  2. Canonical: ALWAYS set, ALWAYS use trailing slash (/path/).
  3. Schema: Use FAQPage (5+ Qs) or HowTo to capture rich results.
  4. Internal Links: Every page needs 3-6 outgoing links in a "Related" section.
  5. Performance: HTML size < 150KB, use <Image> component.

Signals

GitHub stars
314
Forks
141
Last commit
Sep 2026

ahel review

  • K6low
    bundled executables the agent is told to run

Automated review, not a security audit. Ruleset v1+k2.

Advanced
Catalog kind
skill
Gateway key
seo-auditor
Source
github.com/kennyzir/7deer_skills