seo-audit

Validate technical SEO compliance in built Astro HTML files.

5|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/teamniteo/hakuto --skill seo-audit-teamniteo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/teamniteo/hakuto/tree/main/skills/seo-audit
Command: npx skills add https://github.com/teamniteo/hakuto --skill seo-audit-teamniteo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the tedious process of checking static Astro sites for technical SEO issues, ensuring your site is fully optimized for search engines and accessibility before deployment.

Core Features & Use Cases

  • Automated Auditing: Scans built HTML for critical SEO failures like missing meta tags, broken heading hierarchies, and invalid schema markup.
  • Asset Health Checks: Identifies oversized images, missing alt text, and broken internal links that negatively impact performance and crawlability.
  • Use Case: Run a full site audit after a major content update to ensure all new pages have correct canonicals, valid JSON-LD schema, and optimized image assets.

Quick Start

Run the seo-audit skill to perform a complete check of all pages in the current build directory.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I check my Astro website for SEO issues before deployment?

To check SEO issues on an Astro website, you run an automated audit against the built HTML files in your _dist directory to identify missing meta tags, broken heading structures, and invalid schema markup before deployment.

What does a technical SEO audit inspect on static web pages?

A technical SEO audit inspects built static HTML files to validate meta tags, heading hierarchies, schema markup, image optimization, and internal link integrity, ensuring compliance with search engine best practices.

Does the SEO audit work with unbuilt Astro source files?

No, the SEO audit does not work with unbuilt source files; it requires Astro's built HTML output in the _dist directory to accurately analyze the final rendered pages for compliance issues.

How do I find broken internal links and oversized images in my Astro build?

To find broken internal links and oversized images in an Astro build, run an automated asset health check that scans the rendered HTML files to identify crawlability and performance problems.

Can I validate JSON-LD schema markup across an entire Astro site at once?

Yes, you can validate JSON-LD schema markup across an entire Astro site by running a full site audit that scans all built HTML pages in the deployment directory to identify invalid structured data.

What is the best way to automate accessibility checks for static Astro sites?

The best way to automate accessibility checks for static Astro sites is to run a comprehensive audit on the built HTML output, which detects missing alt text and other compliance failures automatically.