seo-audit

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

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

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, HTTPS, mobile-friendliness, and international SEO (hreflang, locale sitemaps, multilingual canonicalization). - On-Page & Content Audit: Reviews title tags, meta descriptions, heading structure, internal linking, keyword targeting, E-E-A-T signals, and content depth. - Site-Type Playbooks: Tailored checklists for SaaS, e-commerce, blogs, multilingual sites, and local businesses, plus migration diagnostics for traffic drops. - 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 prioritized recovery plan. ## Quick Start Ask the assistant to run an SEO audit on your website URL and explain why your 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 business context, then follow the audit priority order: crawlability and indexation first, then technical foundations, on-page optimization, content quality, and authority. The output is a report with an executive summary, findings with impact ratings, and a prioritized action plan.

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

Traffic drops after migrations 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 redirect mapping from old URLs to new ones.

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 script tags are stripped or never executed. Use a browser rendering tool, Google Rich Results Test, or a Screaming Frog export instead.

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 the most common hreflang mistakes on multilingual sites?▼

The most common errors are missing self-referencing entries, non-reciprocal links between locale pages, 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 markup skill instead of an SEO audit?▼

Use a schema markup skill when the task is implementing structured data such as FAQ or product schema. An SEO audit diagnoses issues across the whole site; it identifies missing schema but does not write the implementation.