seo-audit

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

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Nurdiansyah0/nurdiansyahlabs-react --skill seo-audit-nurdiansyah0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/Nurdiansyah0/nurdiansyahlabs-react/tree/main/.agents/skills/seo-audit
Command: npx skills add https://github.com/Nurdiansyah0/nurdiansyahlabs-react --skill seo-audit-nurdiansyah0

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 URL structure). - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, internal linking, keyword targeting, and E-E-A-T signals. - Site-Type Playbooks: Applies tailored frameworks 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, canonicals, and indexation, then receive 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 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?▼

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 report organizes each finding by issue, impact, evidence, fix, and priority.

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 coverage reports for indexation errors and verify redirect mapping from old to new URLs.

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 do not render scripts. Use a browser tool, Google Rich Results Test, or a Screaming Frog export to accurately detect structured data.

What are the Core Web Vitals thresholds for SEO?▼

Largest Contentful Paint should be under 2.5 seconds, Interaction to Next Paint under 200 milliseconds, and Cumulative Layout Shift under 0.1. Measure these with PageSpeed Insights, WebPageTest, or the Search Console Core Web Vitals report.

What are common hreflang mistakes on multilingual sites?▼

Frequent errors include missing self-referencing entries, non-reciprocal links between locale pages, 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 FAQ or product markup. An SEO audit diagnoses ranking and traffic issues; it identifies missing schema as a finding but does not perform the implementation.