site-audit

Crawl a website via sitemap to generate a Markdown SEO health audit.

2|1|Updated Jul 19, 2024
One-click install
npx skills add https://github.com/TeamDay-AI/agents --skill site-audit-teamday-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-audit
Source: https://github.com/TeamDay-AI/agents/tree/main/skills/teamday/site-audit
Command: npx skills add https://github.com/TeamDay-AI/agents --skill site-audit-teamday-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Crawl any website to identify technical SEO issues, delivering actionable insights and health metrics to improve visibility.

Core Features & Use Cases

  • Crawl websites via sitemap to generate a comprehensive SEO health report (health score, broken links, meta data, canonical, OG data, etc.)
  • Detect and summarize critical issues across pages to guide fixes and prioritization
  • Schedule or run ad-hoc audits for redesigns, migrations, or ongoing maintenance

Quick Start

Run the site-audit script against your target URL to generate a fresh audit.

Frequently Asked Questions about site-audit

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

FAQPage Schema
How do I crawl a website to find broken links and missing meta tags?

To find broken links and missing meta tags, crawl a website via its sitemap to produce a technical SEO health audit. This process applies checks across pages to detect broken links, missing meta tags, duplicate content, and canonical issues for prioritized fixes.

What is a technical SEO site audit and how does it calculate a health score?

A technical SEO site audit assesses website visibility by crawling pages to identify issues like broken links and missing OG data. The audit generates a health score and an issue list, summarizing critical problems to guide fixes and prioritization for improved search ranking.

Can I run an SEO audit for any URL without installing npm dependencies?

Yes, you can run an SEO audit for any URL without installing npm dependencies. The site audit script implements a zero-dependency crawl mechanism, exposing a CLI with flags like --url and --sitemap to generate a Markdown report suitable for storage.

How do I generate a Markdown SEO audit report for my docs folder?

Generate a Markdown SEO audit report by running the crawl script with the --url flag against your target website. The script outputs a comprehensive health report with issue lists, suitable for direct storage under your docs/seo directory for ongoing maintenance tracking.

What's the best way to check canonical and OG data problems across multiple pages?

The best way to check canonical and OG data problems is to run a full site audit using the --full flag. This sitemap-driven crawl applies detection logic across all pages to identify Open Graph and canonical tag issues, delivering a prioritized list for fixes.

When should I run a site audit during a website migration or redesign?

Run a site audit during a website migration or redesign to detect technical SEO issues before they impact visibility. Scheduling or running ad-hoc audits helps identify broken links, duplicate content, and missing meta tags early, ensuring a smooth transition without losing search rankings.