seo-audit

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

3|Updated Nov 8, 2014
One-click install
npx skills add https://github.com/mintuz/.dotfiles --skill seo-audit-mintuz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/mintuz/.dotfiles/tree/main/agents/.agents/skills/seo-audit
Command: npx skills add https://github.com/mintuz/.dotfiles --skill seo-audit-mintuz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Websites lose organic traffic due to hidden crawlability, indexation, speed, and content issues that are hard to diagnose systematically. This Skill provides a structured audit framework that identifies SEO problems and delivers prioritized, actionable fixes. ## Core Features & Use Cases - Technical SEO Audit: Checks robots.txt, XML sitemaps, canonicalization, Core Web Vitals, HTTPS, mobile-friendliness, and international SEO (hreflang, locale canonicals, multilingual sitemaps). - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, keyword targeting, internal linking, E-E-A-T signals, and content depth. - Site-Type Playbooks: Includes tailored diagnostic frameworks for SaaS, e-commerce, blogs, multilingual sites, and local businesses, plus migration-drop recovery. - Use Case: After a WordPress-to-Next.js migration causes a 40% traffic drop, run an audit to check redirect mappings, canonical tags, and sitemap updates, then receive a prioritized recovery plan. ## Quick Start Ask the assistant to audit your website's SEO by sharing your URL, site type, and any known issues such as a recent traffic drop or migration.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I audit my website for SEO issues?

Start with crawlability and indexation (robots.txt, XML sitemap, canonical tags), then check technical foundations like Core Web Vitals and HTTPS, followed by on-page elements and content quality. The audit produces findings with impact ratings and a prioritized action plan.

Why did my organic traffic drop after a site migration?

Migration traffic loss usually comes from missing 301 redirects, incorrect canonical tags, blocked crawlers in robots.txt, or outdated XML sitemaps. Check Search Console's coverage report for indexation errors and verify every old URL redirects to its new equivalent.

Can web_fetch or curl detect schema markup on a page?

No. Many CMS plugins inject JSON-LD via client-side JavaScript, which web_fetch and curl cannot see because they don't render scripts. Use a browser tool, Google's Rich Results Test, or a Screaming Frog export to accurately detect structured data.

What are good Core Web Vitals scores for SEO?

Google's thresholds are LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1. Pages loading in 5-6 seconds are well above acceptable limits and can negatively affect rankings, especially on mobile.

What are the most common hreflang mistakes on multilingual sites?

The most common errors are missing self-referencing entries, non-reciprocal links between locale pairs, invalid codes like en-UK instead of en-GB, and cross-locale canonicals that suppress indexing. Each locale page must self-canonical and appear in the hreflang set.

When should I use a schema skill instead of an SEO audit?

Use a schema skill when the task is implementing structured data, such as adding FAQ schema to product pages. An SEO audit diagnoses issues and prioritizes fixes but defers actual structured-data implementation to the dedicated schema skill.