seo-audit

Diagnose technical, on-page, and content SEO issues and produce a prioritized action plan.

Updated Sep 2, 2026
One-click install
npx skills add https://github.com/Tutitoos/seo-plugin --skill seo-audit-tutitoos
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/Tutitoos/seo-plugin/tree/main/plugins/seo/skills/seo-audit
Command: npx skills add https://github.com/Tutitoos/seo-plugin --skill seo-audit-tutitoos

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 performs a structured SEO audit and turns findings into a prioritized, actionable fix plan. ## Core Features & Use Cases - Full Audit Framework: Covers crawlability, indexation, Core Web Vitals, mobile-friendliness, HTTPS, URL structure, title tags, meta descriptions, headings, internal linking, and E-E-A-T content quality. - International SEO Checks: Validates hreflang reciprocity, canonical/hreflang conflicts, locale URL structure, and thin translated content, backed by a sourced reference document. - Site-Type Playbooks: Tailored diagnostics 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, canonicals, sitemaps, 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 dropped.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I run an SEO audit on my website?▼

Provide your site URL and context such as priority keywords, Search Console access, and recent changes. The audit follows a priority order: crawlability and indexation first, then technical foundations, on-page optimization, content quality, and authority.

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

Migration traffic loss usually comes from missing 301 redirect mappings, incorrect canonical tags, blocked robots.txt rules, or outdated XML sitemaps. Check Search Console coverage reports for indexation errors and expect recovery to take several weeks after fixes.

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 JavaScript through CMS plugins like Yoast or RankMath. Use a rendering browser tool, Google Rich Results Test, or Screaming Frog instead.

What are good Core Web Vitals thresholds 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 fail these thresholds, and page speed is a confirmed ranking factor affecting SEO performance.

What are the most common hreflang mistakes on multilingual sites?▼

The most common errors are missing self-referencing entries, non-reciprocal return links, 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 dedicated schema skill when the task is implementing structured data such as FAQ or product markup. An SEO audit identifies issues and priorities across the whole site, while schema implementation is a focused build task.