seo-everything

Applies a full multi-discipline SEO pass to a codebase on a reviewable git branch.

4|Updated Aug 22, 2025
One-click install
npx skills add https://github.com/justin06lee/justin06lee.dev --skill seo-everything-justin06lee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-everything
Source: https://github.com/justin06lee/justin06lee.dev/tree/main/.gemini/skills/valhalla/skills/seo-everything
Command: npx skills add https://github.com/justin06lee/justin06lee.dev --skill seo-everything-justin06lee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Manually auditing and fixing SEO across a web project requires choosing among many disciplines (technical, schema, sitemap, content, GEO) and editing files one by one. This Skill removes that burden by perceiving the project, deciding which SEO disciplines apply, and applying every relevant fix directly to the source in one autonomous pass. ## Core Features & Use Cases - Autonomous relevance decision: Scans the codebase to detect framework, routes, and business type, then decides which SEO disciplines apply without asking the user. - Parallel specialist analysis: Fans out read-only specialist subagents for technical SEO, schema, sitemap, content, images, GEO, and conditional disciplines like local, e-commerce, and hreflang. - Safe coordinated apply: Merges and dedupes proposed edits, applies them idempotently on a feat/seo-pass branch, runs the project build, and commits in logical units. - Use Case: Point it at a Next.js marketing site and receive a single branch with canonical metadata, JSON-LD schema, a sitemap route, robots config, and image alt fixes, plus a report of what was applied and what needs human input. ## Quick Start Ask the AI to run a full SEO pass on the current project and apply every applicable fix on a new branch for review.

Frequently Asked Questions about seo-everything

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

FAQPage Schema
How do I run a full SEO audit and fix on my website code?

Invoke the skill with a project path and it scans the codebase, decides which SEO disciplines apply, analyzes them with parallel specialists, and applies the fixes on a new git branch. You review a single diff and merge or revert.

What SEO fixes does an autonomous SEO pass apply?

It applies technical hygiene fixes, metadata and canonical tags, JSON-LD structured data, sitemap and robots generation, image alt and loading fixes, and GEO improvements like llms.txt. Conditional disciplines such as local, e-commerce, and hreflang run only when matching signals exist in the code.

Does it work with Next.js, Astro, and other frameworks?

Yes, it adapts edits per framework using stack adapters. For Next.js App Router it uses the metadata API and app/sitemap.ts; for Astro, Nuxt, SvelteKit, Hugo, Jekyll, and static HTML it applies each stack's idiomatic metadata and sitemap approach.

Is it safe to let an AI edit my site's SEO automatically?

It only applies changes inside a git repository on a dedicated feat/seo-pass branch, commits pre-existing changes first, makes idempotent edits, and runs the project build afterward. Anything requiring real-world facts or risky URL changes is listed as suggested, not applied.

When should I not run an autonomous SEO apply pass?

Do not run the apply phase against a live URL without local source or a directory that is not a git repo, since the branch and diff are the safety mechanism. In those cases it produces analysis and a plan only.