seo-audit

Audit website SEO metadata, sitemaps, structured data, and hreflang issues.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/hamzaPixl/pixl-ai --skill seo-audit-hamzapixl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/hamzaPixl/pixl-ai/tree/main/packages/crew/skills/seo-audit
Command: npx skills add https://github.com/hamzaPixl/pixl-ai --skill seo-audit-hamzapixl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Comprehensive website SEO audits are time-consuming and error-prone when performed manually; this Skill automates discovery, scoring, and prioritized fixes for meta tags, sitemaps, structured data, Open Graph, and i18n hreflang issues to improve search visibility and correctness across locales.

Core Features & Use Cases

  • Framework & i18n detection: Auto-detects Next.js (App/Pages), Astro, Remix, plain React, and static HTML sites and enumerates locales and page matrices.
  • Full technical and on-page audit: Validates title/description length and uniqueness, canonical links, OG/Twitter meta, JSON-LD schemas, hreflang, sitemap and robots, image alt text, and heading structure.
  • Scoring and validation: Produces per-category scorecards, enumerates severity-ranked issues, and validates JSON-LD against schema.org patterns.
  • Auto-fix capabilities: Generates or edits metadata exports, creates sitemap/robots endpoints, scaffolds reusable JsonLd components, and applies safe, explainable fixes with before/after reports.
  • Use Case: Run a site-wide audit for a multi-locale e-commerce or SaaS site to produce a prioritized remediation plan and automated code changes for metadata and sitemap coverage.

Quick Start

Use the seo-audit skill to audit https://example.com, generate a scorecard for each locale, and apply recommended safe fixes to metadata and sitemap files.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I perform a comprehensive SEO audit on a Next.js site?

An SEO audit on Next.js auto-detects the App or Pages router, inventories pages, validates meta tags and JSON-LD schemas, and generates prioritized automated fixes to improve search visibility.

What's the best way to automate hreflang fixes for a multi-language website?

Automating hreflang fixes involves detecting site locales, validating i18n tags across pages, and applying safe code modifications to metadata files to ensure correct multi-language search indexing.

Can I generate sitemap and robots.txt endpoints for Astro or Remix projects?

Yes, you can generate sitemap and robots endpoints for Astro or Remix by auditing the site structure and scaffolding the necessary endpoints automatically during the remediation process.

How do I validate JSON-LD structured data against schema.org patterns?

Validating JSON-LD structured data requires checking schemas against schema.org patterns, scoring category compliance, and scaffolding reusable schema components to fix validation errors.

Does this SEO audit tool work with static HTML sites or plain React?

This SEO audit supports static HTML sites and plain React by auto-detecting the framework, validating on-page elements like canonical links and Open Graph tags, and applying explainable file modifications.

Why are my Open Graph tags failing and how do I fix them?

Open Graph tags fail when missing or improperly formatted, but an automated audit can detect these issues, score category compliance, and apply safe metadata fixes with before/after reports.