tigerless-labs/seo-ops
SEO foundation checks as an Agent Skill: give it a URL, get a crawler's-eye pass/fail report with evidence. 26 structural checks, zero LLM, deterministic.
What it solves
It ensures a website's machine-readable structure is optimized for search engines and AI retrieval systems. It identifies gaps in the SEO foundation—the technical elements that allow AI and crawlers to fetch, read, index, and cite content correctly.
How it works
The project provides a checker script that acts as a crawler, fetching a live URL to analyze its HTTP/HTML output. It evaluates the site against a set of 26 structural checks (the C set) and generates a pass/fail report with evidence. This process is entirely deterministic and does not rely on an LLM for the analysis itself.
Who it’s for
It is designed for AI agents (as a skill/plugin) and content design teams who need to verify that their site's technical SEO is correctly implemented across various frameworks like React, Vue, Next, or WordPress.
Highlights
- Agent-Ready: Can be installed as a skill or plugin for agents like Claude Code and Codex.
- Framework Agnostic: Works on any live site regardless of the frontend framework used.
- Zero LLM Dependency: The core checker script uses deterministic logic to ensure reliability.
- Comprehensive Checklist: Includes 26 specific structural checks and a content supply checklist for design teams.
Related
- Project
- Project
- Project
- Project