seo-audit

Diagnose technical and on-page SEO issues and produce prioritized audit reports.

Updated May 18, 2026
One-click install
npx skills add https://github.com/rigasnameji/address_uluwatu --skill seo-audit-rigasnameji
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/rigasnameji/address_uluwatu/tree/main/ADDRESS/marketing-skill/seo-audit
Command: npx skills add https://github.com/rigasnameji/address_uluwatu --skill seo-audit-rigasnameji

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? It identifies why a website is not ranking by systematically auditing crawlability, indexation, site speed, on-page optimization, and content quality, then turning findings into a prioritized action plan. ## Core Features & Use Cases - Structured Audit Framework: Covers crawlability, indexation, Core Web Vitals, mobile-friendliness, title tags, meta descriptions, headings, internal linking, and E-E-A-T signals. - Automated On-Page Checker: The included Python script parses HTML files or URLs and scores title length, meta description, H1 usage, heading hierarchy, image alt text, link ratio, word count, and viewport meta on a 0-100 scale. - Prioritized Reporting: Outputs an executive summary, Issue/Impact/Evidence/Fix/Priority findings tables, and an action plan grouped into critical fixes, high-impact improvements, and quick wins. - Use Case: After a traffic drop, run the checker on key landing pages, then follow the audit framework to diagnose indexation or cannibalization issues and deliver a stakeholder-ready report. ## Quick Start Ask the assistant to run an SEO audit on your site or a specific page, providing the URL or HTML file and any known concerns such as a recent traffic drop.

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 SEO audit on a web page?▼

Run the seo_checker.py script with --file pointing to an HTML file or --url pointing to a live page. It scores title, meta description, H1, headings, image alt text, links, word count, and viewport meta on a 0-100 scale.

What does a technical SEO audit check first?▼

A technical SEO audit checks crawlability and indexation first: robots.txt rules, XML sitemaps, canonical tags, noindex directives, and redirect chains. Only after those pass does it evaluate speed, mobile-friendliness, and on-page optimization.

Can the SEO checker analyze a live URL or only local files?▼

The script supports both. Pass --url to fetch and analyze a live page over HTTP, or --file to analyze a local HTML document. Use --json for machine-readable output.

Why is my page not ranking even with good content?▼

Common causes include indexation blocks, keyword cannibalization between pages, slow Core Web Vitals, or missing search intent alignment. The audit framework isolates these by checking indexation and technical foundations before content quality.

What are the limitations of the on-page SEO checker script?▼

The script only analyzes static HTML signals like tags, text length, and links. It cannot measure Core Web Vitals, backlinks, or crawl behavior, so pair it with tools like Google Search Console and PageSpeed Insights for a full audit.