seo-audit

Run automated SEO and GEO audits across 25 prioritized website items.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/october-academy/agnt --skill seo-audit-october-academy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/october-academy/agnt/tree/main/skills/seo-audit
Command: npx skills add https://github.com/october-academy/agnt --skill seo-audit-october-academy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SEO-Audit automates the tedious, manual process of checking SEO and AI/GEO signals across a website and turns detected issues into prioritized, actionable fixes you can preview or apply directly to the project.

Core Features & Use Cases

  • 25-point prioritized audit spanning P0 (critical), P1 (important), and P2 (recommended) items including HTTPS, robots.txt, sitemap, TTFB, LCP/CLS, metadata, OG tags, canonical, Schema JSON-LD, and link structure.
  • Two-tier data collection that uses Chrome DevTools when available for full CWV and Lighthouse metrics and falls back to WebFetch for static HTML, robots.txt, and sitemap analysis.
  • In-place implementation: lets users select auto-applicable fixes (meta tags, JSON-LD, robots.txt, alt text, 404 pages) and applies edits to project files when the audited site matches the working directory; otherwise provides code snippets and guidance.
  • State and references aware: reads optional AGNT_DIR state.json and local references to update journey brief and queue MCP events.
  • Use case: quickly audit a landing page to fix missing OG tags, remove accidental noindex, and add FAQ schema to improve AI search visibility.

Quick Start

Ask the skill to audit a target URL and apply selected automatic fixes to the current project by saying: "Please run an SEO + GEO audit for https://example.com, show me issues, and apply all AUTO fixes."

Frequently Asked Questions about seo-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an automated SEO audit for my landing page?

Run an automated SEO audit by targeting a specific URL to detect and prioritize missing metadata, robots/sitemap, Core Web Vitals, and schema issues. The audit checks 25 prioritized items and proposes actionable code fixes you can apply directly or preview.

What is included in a 25-point SEO and GEO site audit?

A 25-point SEO and GEO site audit includes critical checks for HTTPS, robots.txt, sitemap, TTFB, LCP/CLS, metadata, OG tags, canonical links, and Schema JSON-LD. Items are categorized by priority into P0, P1, and P2 to help you address the most impactful issues first.

How do I fix missing Open Graph tags and FAQ schema for AI search visibility?

Fix missing Open Graph tags and FAQ schema by selecting auto-applicable fixes during the audit. The tool generates and applies required JSON-LD and OG meta tags directly to your project files to improve standard SEO and AI search visibility.

Does this SEO audit use Chrome DevTools or WebFetch for Core Web Vitals metrics?

The SEO audit uses Chrome DevTools for full Core Web Vitals and Lighthouse metrics when available. If Chrome DevTools is not accessible, it falls back to WebFetch to perform static HTML, robots.txt, and sitemap analysis.

Can I automatically apply SEO fixes to my project files after an audit?

You can automatically apply SEO fixes to your project files when the audited site matches the working directory. If the URL does not match, the audit provides code snippets and guidance for manual implementation.

What are the limitations of running a static HTML SEO audit with WebFetch?

Running a static HTML SEO audit with WebFetch limits the collection of dynamic rendering data and full Core Web Vitals metrics. This fallback approach analyzes static HTML, robots.txt, and sitemaps but cannot measure real-time Lighthouse performance metrics like LCP and CLS.