seo

Audit websites, articles, and GitHub repositories for SEO issues using scripts and LLM analysis.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/noticesfromchat/macos-app-digest --skill seo-noticesfromchat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/noticesfromchat/macos-app-digest/tree/main/.claude/skills/seo
Command: npx skills add https://github.com/noticesfromchat/macos-app-digest --skill seo-noticesfromchat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve? Manually auditing a website for technical SEO, content quality, schema markup, and AI-search readiness is slow and error-prone. This Skill automates evidence collection with deterministic scripts and produces prioritized, confidence-labeled fix plans. ## Core Features & Use Cases - Full and Single-Page Audits: Crawl pages, check robots.txt, Core Web Vitals, security headers, broken links, redirects, readability, and social meta tags, then generate FULL-AUDIT-REPORT.md and ACTION-PLAN.md. - 16 Specialized Sub-Skills: Cover technical SEO, content/E-E-A-T, schema validation, sitemaps, images, hreflang, GEO/AEO for AI search, programmatic SEO, and competitor pages. - GitHub Repository SEO: Audit README quality, topics, community health, search benchmarks, and competitor positioning for repositories. - Use Case: Ask for an SEO audit of your marketing site and receive a scored report with evidence-backed findings, an HTML dashboard, and a prioritized action plan. ## Quick Start Ask the agent to perform an SEO analysis on https://your-site.com and it will run the audit scripts and produce a full report and action plan.

Frequently Asked Questions about seo

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

FAQPage Schema
How do I run a full SEO audit on a website?

Request an SEO audit with a target URL and the skill fetches the page, runs baseline scripts for robots.txt, Core Web Vitals, security headers, broken links, and readability, then writes FULL-AUDIT-REPORT.md and ACTION-PLAN.md with prioritized fixes.

How to check GitHub repository SEO and discoverability?

Use the GitHub sub-skill with an owner/repo target. It audits README quality, topics, community health, and search benchmarks via the GitHub API or gh CLI, then generates a GITHUB-SEO-REPORT.md and action plan.

Does the SEO audit require an API key for PageSpeed Insights?

Core Web Vitals checks use the free PageSpeed Insights API without a key. Optional credentials for GitHub, Search Console, or Knowledge Graph are loaded from CLI flags, environment variables, or a .env file.

What happens when SEO audit scripts fail due to network errors?

Failures from DNS, timeouts, or rate limits are reported as environment limitations, not confirmed site issues. The audit continues with available evidence, labels affected findings as hypotheses, and still produces both markdown deliverables.

Can the skill analyze visual layout and mobile responsiveness?

Yes, if Playwright is installed it captures desktop and mobile screenshots and checks above-the-fold H1 visibility, CTA presence, horizontal scrolling, and base font size. Without Playwright, these checks are skipped gracefully.