fireauto-seo-guide

fireauto-seo-guide is a skill for Claude Code, Codex from imgompanda/fireauto. It costs 86 tokens per session (763 once invoked), scanned A, original, MIT.

A method for checking a Next.js website's technical search-engine setup. Search-engine optimization, or SEO, helps search services understand and list web pages.

In plain words
What is it for?
It helps inspect robots.txt, sitemaps, page metadata, JSON-LD structured data, multilingual links, redirects, dynamic pages, and Core Web Vitals.
Why use it?
It can reveal missing or incorrect files and tags that affect crawling, indexing, rich search results, page quality, or loading performance.

Skill for Claude CodeCodex

Part of the fireauto plugin — 19 skills, 17 commands, 6 agents, 3 hooks, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/imgompanda/fireauto/fireauto-seo-guide
Any agent
npx skills add imgompanda/fireauto --skill fireauto-seo-guide
Clone the repo
git clone --depth 1 https://github.com/imgompanda/fireauto

Made for: Claude Code, Codex.

Or install fireauto, the plugin that ships this one along with the rest of its 19 skills, 17 commands, 6 agents, 3 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fireauto-seo-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-seo-guide.svg)](https://agentmods.dev/skills/imgompanda/fireauto/fireauto-seo-guide)
Your own site
<a href="https://agentmods.dev/skills/imgompanda/fireauto/fireauto-seo-guide"><img src="https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-seo-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 763 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00086 $0.00763
Opus 5 $0.00043 $0.00381
Sonnet 5 $0.00017 $0.00153
Haiku 4.5 $0.00009 $0.00076

Measured 5d ago against content hash f8b9607b0100, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fireauto-seo-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/fireauto-seo-guide/SKILL.md · 78 lines

What it actually says

SEO 감사 방법론

Next.js 프로젝트에 대한 포괄적 SEO 감사를 수행하기 위한 방법론. 실제 프로덕션 프로젝트 감사 경험에서 축적된 패턴 기반.

감사 원칙

  1. 코드 기반 감사: 소스 코드 분석으로 빌드 전 이슈 발견
  2. 프레임워크 인식: Next.js App Router 패턴에 최적화
  3. 심각도 기반 우선순위: P0(Critical) ~ P3(Low)
  4. 실행 가능한 피드백: 각 이슈에 구체적 수정 코드 제시

감사 순서 (의존성 기반)

  1. robots.txt / sitemap — 크롤링 기반
  2. 메타 태그 — 인덱싱 기반
  3. JSON-LD 구조화 데이터 — Rich Results
  4. pSEO 라우트 — 대량 페이지 품질
  5. 리다이렉트 체인 — 크롤 버짓 낭비
  6. 성능 SEO — Core Web Vitals

핵심 체크리스트

robots.txt

  • 파일 존재 (public/robots.txt 또는 app/robots.ts)
  • 프로덕션에서 Disallow: / 아닌지 확인
  • 민감 경로 차단 (admin, api, dashboard)
  • Sitemap 지시자 포함

Sitemap

  • 모든 공개 라우트 포함
  • lastmod 정확성
  • 다국어 alternate 링크 (hreflang)

JSON-LD 구조화 데이터

  • 홈페이지: Organization + WebSite
  • 블로그: Article (headline, datePublished, author, image)
  • 상품: Product + Offer (name, price, availability)
  • FAQ: FAQPage + Question
  • 네비게이션: BreadcrumbList
  • 중복 블록 없음

메타 태그

  • title (30-60자), description (120-160자)
  • og:title, og:description, og:image
  • canonical URL, hreflang

성능 SEO

  • loading.tsx 존재 (주요 라우트)
  • next/image 사용
  • 불필요한 "use client" 없음

자주 발견되는 이슈 패턴 (Next.js)

  1. metadata export 누락: 동적 라우트에서 특히 흔함
  2. JSON-LD 중복: layout.tsx + page.tsx 양쪽에서 렌더링
  3. sitemap에서 동적 라우트 누락: DB 조회 없이 정적 URL만 나열
  4. canonical URL 불일치: 다국어 사이트에서 기본 언어만 지정
  5. OG 이미지 미설정: SNS 공유 시 이미지 없이 노출
  6. 클라이언트 컴포넌트 과다: page.tsx에 "use client" → SSR 이점 상실

커맨드

/fireauto-seo 실행으로 전체 감사를 시작한다.

추가 리소스

  • JSON-LD 필수 속성 참조표: references/json-ld-schemas.md
  • 도구 활용 가이드: references/tools-guide.md
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 78 lines · 86 tokens per session scan A f8b9607b0100

Subscribe to this mod's changes

fireauto-seo-guide is a skill published in the GitHub repository imgompanda/fireauto (140 stars, last pushed 4mo ago), licensed MIT. It adds 86 tokens to every session and 763 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.