seo-audit

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

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

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, multilingual canonicals). - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, internal linking, keyword targeting, and E-E-A-T signals, with site-type-specific frameworks for SaaS, e-commerce, blogs, multilingual, and local businesses. - Use Case: After a WordPress-to-Next.js migration causes a 40% traffic drop, run an audit to verify 301 redirect mapping, canonical tags, sitemap submission, and indexation status, then receive a prioritized recovery plan. ## Quick Start Ask the assistant to audit your site's SEO by sharing your URL, target keywords, and any recent changes or traffic concerns.

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 checks (robots.txt, XML sitemap, canonical tags), then review technical foundations like Core Web Vitals and HTTPS, followed by on-page elements and content quality. The audit produces a prioritized action plan ordered by impact.

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 unsubmitted 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, web_fetch strips script tags and curl only sees static HTML, so both miss JSON-LD injected client-side by CMS plugins like Yoast or RankMath. Use a browser tool, Google Rich Results Test, or Screaming Frog, which render JavaScript.

What are the Core Web Vitals thresholds for SEO?

LCP (Largest Contentful Paint) should be under 2.5 seconds, INP (Interaction to Next Paint) under 200ms, and CLS (Cumulative Layout Shift) under 0.1. Measure them with PageSpeed Insights, WebPageTest, or the Search Console Core Web Vitals report.

How do I fix hreflang errors on a multilingual site?

Ensure every page has a self-referencing hreflang entry, reciprocal return links between locale pairs, valid ISO 639-1 and ISO 3166-1 codes, and an x-default fallback. Each locale page must self-canonical; never canonical across locales.

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

Use a schema skill when the task is implementing structured data like FAQ or product markup. An SEO audit diagnoses ranking and traffic issues; it identifies missing schema but defers actual implementation to the dedicated schema skill.