seo

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

Updated May 18, 2026
One-click install
npx skills add https://github.com/viewingstudio/artlogicspecialist-v2 --skill seo-viewingstudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/viewingstudio/artlogicspecialist-v2/tree/main/.cursor/skills/seo
Command: npx skills add https://github.com/viewingstudio/artlogicspecialist-v2 --skill seo-viewingstudio

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, run baseline checks (robots.txt, llms.txt, Core Web Vitals, security headers, broken links, redirects, readability, social meta), and generate FULL-AUDIT-REPORT.md and ACTION-PLAN.md. - 16 specialized sub-skills: Technical SEO, content/E-E-A-T, schema validation, sitemaps, images, hreflang, GEO/AEO for AI search, programmatic SEO, competitor pages, backlinks, and strategic planning with industry templates. - GitHub repository SEO: Audit README quality, topics, community health, search benchmarks, and competitor positioning via the GitHub API or gh CLI. - Use Case: Ask for an SEO analysis of your marketing site; the Skill fetches the page, runs verification scripts, applies the audit rubric, and delivers a scored report plus a prioritized action plan and optional HTML dashboard. ## Quick Start Perform an SEO analysis on https://example.com and generate the full audit 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 redirects, then writes FULL-AUDIT-REPORT.md and ACTION-PLAN.md with prioritized fixes.

How do I audit a GitHub repository for SEO and discoverability?

Use the seo github command with an owner/repo target. Scripts check README quality, topics, community health, and search benchmarks using the GitHub API or gh CLI, with GITHUB_TOKEN or GH_TOKEN for authentication.

What Python dependencies does the SEO audit require?

The scripts require Python 3.8+ with requests and beautifulsoup4 installed via pip. Playwright is optional and only needed for screenshot capture and visual layout analysis.

Does the SEO audit work when network requests or scripts fail?

Yes. Failed checks are reported as environment limitations rather than confirmed site issues, affected findings are labeled with Hypothesis confidence, and the audit still produces both markdown deliverables with available evidence.

Can the skill validate structured data and schema markup?

Yes. It detects and validates JSON-LD blocks, flags deprecated types like HowTo and restricted types like FAQPage, and includes pre-built schema templates plus a standalone validate_schema.py script for CI checks.