seo-prompt-master

seo-prompt-master is a cursor rule for Cursor from umutxyp/Seo-Promt-Master. It costs 25 tokens per session (579 once invoked), scanned A, original, MIT.

A set of rules and a live checker for technical search visibility. Search engine optimisation, or SEO, covers how search engines crawl, understand, and list a website, while AI-search readiness concerns being referenced by answer tools.

In plain words
What is it for?
Audit a website, investigate traffic or crawling issues, review migrations and routing changes, and check canonicals, hreflang, robots.txt, sitemaps, and structured data.
Why use it?
It helps find problems with indexing, links, page metadata, sitemaps, structured data, and related website signals. It bases recommendations on the included Google guidance and checks what the live site actually returns.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node tools/seo-audit.mjs --url https://the-site.example --max 40 --md seo-report.md.

Good fit Audit a website, investigate traffic or crawling issues, review migrations and routing changes, and check canonicals, hreflang, robots.txt, sitemaps, and structured data.

Compare 6 cursor rules from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/umutxyp/Seo-Promt-Master
agentmods
npx agentmods add rules/umutxyp/seo-promt-master/seo-prompt-master

Made for: Cursor.

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 seo-prompt-master

README.md
[![agentmods](https://agentmods.dev/badge/rules/umutxyp/seo-promt-master/seo-prompt-master/github.svg)](https://agentmods.dev/rules/umutxyp/seo-promt-master/seo-prompt-master)
Your own site
<a href="https://agentmods.dev/rules/umutxyp/seo-promt-master/seo-prompt-master"><img src="https://agentmods.dev/badge/rules/umutxyp/seo-promt-master/seo-prompt-master/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-prompt-master

Your own site · 80×15
<a href="https://agentmods.dev/rules/umutxyp/seo-promt-master/seo-prompt-master"><img src="https://agentmods.dev/badge/rules/umutxyp/seo-promt-master/seo-prompt-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 579 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00025 $0.00579
Opus 5 $0.00013 $0.00290
Sonnet 5 $0.00005 $0.00116
Haiku 4.5 $0.00003 $0.00058

Measured 12d ago against content hash 1af7147aa472, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

seo-prompt-master 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 12d 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.

.cursor/rules/seo-prompt-master.mdc · 54 lines

How it starts

The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SEO Prompt Master

Invoke this when the task involves search visibility: an SEO audit, indexing or crawling problems, canonicals, hreflang, sitemaps, robots.txt, structured data, a traffic drop, a site migration, or being cited by AI answer engines. Also invoke it before shipping changes to routing, metadata, robots.txt or sitemap generation.

Source of truth

docs/01docs/17 in this repository, distilled from Google Search Central and web.dev. Every recommendation must cite one (docs/13 §soft 404). If a claim is not in there, say so rather than recalling it — most SEO advice online is years out of date, and this knowledge base is explicit about what changed (FID → INP, FAQ rich results removed, rel=next/prev unused since 2019).

verticals/0124 add industry-specific overlays. They supplement the core audit; they never replace it.

Run the tool, don't only read the code

node tools/seo-audit.mjs --url https://the-site.example --max 40 --md seo-report.md

Reading the repository tells you what the project intends. This tells you what the server returns — soft 404s per template, one-way hreflang sets, canonicals pointing at redirects, metadata streamed past </head>. Zero dependencies, Node 18+, exits 1 on any P1 so it can gate a deploy. Works against http://localhost:3000 when there is no live site.

Workflow

START.md holds the phases. In short: detect the stack → inventory every route as public-index / public-noindex / private → audit each indexable page → prioritise into P1 (crawl/index blockers), P2 (misrepresentation), P3 (hygiene) → fix shared infrastructure first, then per-page → verify by re-fetching.

Persist to ROUTES-INVENTORY.md and SEO-AUDIT-PROGRESS.md so a long run survives a context reset, and resume from them if they already exist.

Non-negotiable

  • Typecheck, lint and build after every change; never leave the build broken.
  • A fix is not done until you have re-fetched the page and seen it.
  • Finish with the SEO/GEO scores from docs/11, with the category breakdown and the off-page caveat — never a bare number.

Read the full file on GitHub · 54 lines

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. 12d ago First seen · 54 lines · 25 tokens per session scan A 1af7147aa472

Subscribe to this mod's changes

seo-prompt-master is a cursor rule published in the GitHub repository umutxyp/Seo-Promt-Master (547 stars, last pushed 28d ago), licensed MIT. It adds 25 tokens to every session and 579 once invoked, about $0.0001 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.