seo-audit

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

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/agnivon/viral_thread_generator --skill seo-audit-agnivon
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/agnivon/viral_thread_generator/tree/main/.agents/skills/seo-audit
Command: npx skills add https://github.com/agnivon/viral_thread_generator --skill seo-audit-agnivon

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, mobile-friendliness, HTTPS, and international SEO (hreflang, locale sitemaps, multilingual canonicals). - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, internal linking, keyword targeting, E-E-A-T signals, and content depth against competitors. - Site-Type Playbooks: Applies tailored diagnostic frameworks for SaaS, e-commerce, blogs, multilingual sites, and local businesses, with a prioritized action plan as output. - 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 receive a recovery plan ordered by criticality. ## Quick Start Ask the assistant to run an SEO audit on your website URL and explain why your rankings or organic traffic have 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?▼

An SEO audit follows a priority order: crawlability and indexation first, then technical foundations like speed and mobile-friendliness, then on-page optimization, content quality, and authority. The output should list each issue with its impact, evidence, fix, and priority.

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

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

Why is my page not ranking for its target keyword?▼

Ranking failures typically involve misaligned title tags, H1s, and URLs, thin content compared to competitors, keyword cannibalization between pages, or indexation problems. Compare your page's depth and E-E-A-T signals against the current top-ranking results.

Can I detect schema markup by fetching a page's HTML?▼

No, static HTML fetching and tools that strip script tags cannot reliably detect schema markup, since many CMS plugins inject JSON-LD via client-side JavaScript. Use a rendering browser, Google's Rich Results Test, or a Screaming Frog crawl instead.

What are common hreflang mistakes on multilingual sites?▼

Common hreflang errors include missing self-referencing entries, non-reciprocal links between pages, invalid codes like en-UK instead of en-GB, and canonicals pointing outside 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 dedicated schema skill when the task is implementing structured data such as FAQ or product markup. An SEO audit diagnoses issues and identifies missing schema, but implementation of the markup itself belongs to the schema skill.