seo-audit

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

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/QT-7274/dotfiles --skill seo-audit-qt-7274
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/QT-7274/dotfiles/tree/main/seo-audit
Command: npx skills add https://github.com/QT-7274/dotfiles --skill seo-audit-qt-7274

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? It identifies why a website is not ranking or losing organic traffic by systematically auditing crawlability, indexation, site speed, on-page optimization, and content quality, then delivering a prioritized action plan. ## Core Features & Use Cases - Technical SEO Audit: Checks robots.txt, XML sitemaps, canonicalization, Core Web Vitals, HTTPS, mobile-friendliness, and international SEO (hreflang, locale sitemaps). - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, internal linking, keyword targeting, and E-E-A-T signals. - Site-Type Frameworks: Applies tailored checklists for SaaS, e-commerce, blogs, multilingual sites, and local businesses. - Use Case: After a WordPress-to-Next.js migration causes a 40% traffic drop, use this Skill to check redirect mappings, canonical tags, and indexation, then produce a prioritized recovery plan. ## Quick Start Ask the assistant to run an SEO audit on your website URL and explain why your rankings or organic traffic dropped.

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?▼

Run an SEO audit in priority order: crawlability and indexation first, then technical foundations, on-page optimization, content quality, and authority. Check robots.txt, XML sitemaps, canonical tags, title tags, and heading structure, then compile findings into a prioritized action plan.

Why did my organic traffic drop after a site migration?▼

Traffic drops after migration usually come from missing 301 redirects, redirect chains, incorrect canonical tags, blocked crawlers in robots.txt, or outdated XML sitemaps. Check the Search Console coverage report and verify every old URL redirects to its new equivalent.

Can web_fetch or curl detect schema markup on a page?▼

No, web_fetch strips script tags and curl only sees static HTML, so both miss JSON-LD injected by client-side JavaScript from plugins like Yoast or RankMath. Use a browser tool, Google Rich Results Test, or a Screaming Frog render instead.

What are the Core Web Vitals thresholds for SEO?▼

Core Web Vitals thresholds are LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1. Measure them with PageSpeed Insights, WebPageTest, or the Search Console Core Web Vitals report, since page speed is a confirmed ranking factor.

What are common hreflang mistakes on multilingual sites?▼

Common hreflang errors include missing self-referencing entries, non-reciprocal return tags, invalid codes like en-UK instead of en-GB, and canonical URLs that conflict with the hreflang set. Any of these can cause Google to ignore the annotations entirely.

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 FAQ or product markup on pages. An SEO audit diagnoses issues and prioritizes fixes, while schema implementation is a separate build task.