https://github.com/umutxyp/seo-promt-master
๐ Google SEO's full docs as an AI prompt machine โ drop it into your AI assistant to map every public route, audit each page against Google's rules, and fix the gaps step by step.
https://github.com/umutxyp/seo-promt-master
ai-tools chatgpt claude core-web-vitals cursor developer-tools documentation gemini google-seo hacktoberfest llm prompt-engineering seo seo-audit seo-optimization seo-tools sitemap technical-seo web-development
Last synced: 15 days ago
JSON representation
๐ Google SEO's full docs as an AI prompt machine โ drop it into your AI assistant to map every public route, audit each page against Google's rules, and fix the gaps step by step.
- Host: GitHub
- URL: https://github.com/umutxyp/seo-promt-master
- Owner: umutxyp
- License: mit
- Created: 2022-03-18T13:08:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-07-13T01:07:23.000Z (26 days ago)
- Last Synced: 2026-07-13T02:13:34.001Z (26 days ago)
- Topics: ai-tools, chatgpt, claude, core-web-vitals, cursor, developer-tools, documentation, gemini, google-seo, hacktoberfest, llm, prompt-engineering, seo, seo-audit, seo-optimization, seo-tools, sitemap, technical-seo, web-development
- Homepage:
- Size: 86.9 KB
- Stars: 525
- Watchers: 7
- Forks: 306
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ SEO Prompt Master
### Google SEO โ the full docs, as an AI prompt machine.
**Drop this repo into your AI coding assistant. It auto-detects the workflow, maps every public route of your site, audits each page against Google's official SEO rules, and fixes the gaps โ step by step, nothing left out.**
[](LICENSE)
[](https://developers.google.com/search)
[](#-how-to-use)
[](CONTRIBUTING.md)
---
## What is this?
**SEO Prompt Master** is two things in one repo:
1. **A complete, up-to-date knowledge base** of Google's SEO guidance (`docs/`), distilled from [Google Search Central](https://developers.google.com/search) and [web.dev](https://web.dev), split into 9 focused, cited topics.
2. **A self-executing prompt workflow** (`START.md` + `prompts/`) that turns any AI coding assistant into an autonomous SEO auditor for **your** codebase.
You don't read a 200-page guide and try to remember it. You hand the whole thing to your AI, and it does the audit-and-fix loop **for your actual routes**, citing the exact rule behind every change.
> Built from a real audit of a **40-locale, 574K-concurrent-user** production site ([mcstat.org](https://mcstat.org)) โ the methodology is battle-tested, not theoretical.
---
## ๐ How to use
### Option A โ inside an AI coding tool (Claude Code, Cursor, Copilot, Gemini CLI, โฆ)
1. Copy this folder into your project (or open it alongside your repo).
2. Tell your assistant:
> **"Read `START.md` and run the workflow on this project."**
3. It will produce `ROUTES-INVENTORY.md` and `SEO-AUDIT-PROGRESS.md`, then fix issues page by page, verifying as it goes.
### Option B โ chat assistant (Claude, ChatGPT, Gemini web)
1. Paste the contents of `START.md` (and, if it fits, the `docs/`).
2. Give it your repo (zip, paste files, or connect the tool to your codebase).
3. Say **"Begin at Phase 0."**
### Option C โ just the knowledge
Read `docs/` as a clean, current reference for Google SEO. Start at [`docs/README.md`](docs/README.md).
---
## ๐ What's inside
```
seo-prompt-master/
โโโ START.md โ the bootstrap prompt (AI reads this first)
โโโ prompts/ โ the 5-phase workflow
โ โโโ 00-bootstrap.md detect stack + load knowledge base
โ โโโ 01-discover-routes.md enumerate & classify every route
โ โโโ 02-audit-page.md 9-point audit per public page
โ โโโ 03-prioritize-fixes.md one ordered backlog (infra-first)
โ โโโ 04-apply-and-verify.md fix + typecheck/lint/build + prove it
โโโ docs/ โ the knowledge base (source of truth)
โ โโโ 01-meta-and-head.md
โ โโโ 02-internationalization.md
โ โโโ 03-ugc-forums-blogs.md
โ โโโ 04-page-structure.md
โ โโโ 05-rendering-and-core-web-vitals.md
โ โโโ 06-sitemaps.md
โ โโโ 07-image-seo.md
โ โโโ 08-structured-data.md
โ โโโ 09-2024-2026-updates.md
โโโ checklists/ โ quick pass/fail lists
โ โโโ public-page-checklist.md
โ โโโ infrastructure-checklist.md
โโโ templates/ โ output files the AI fills in
โ โโโ routes-inventory.md
โ โโโ audit-progress.md
โโโ examples/ โ a worked example
```
---
## ๐ง The workflow in one picture
```
START.md
โ
โโ Phase 0 Bootstrap ......... detect framework, rendering, i18n; load docs/
โโ Phase 1 Discover .......... list EVERY route โ ROUTES-INVENTORY.md
โ classify: public-index / public-noindex / private
โโ Phase 2 Audit ............. 9-point check per public page โ SEO-AUDIT-PROGRESS.md
โโ Phase 3 Prioritize ........ one backlog, infra-first (P1 โ P2 โ P3)
โโ Phase 4 Fix & verify ...... change โ typecheck/lint/build โ prove โ tick
```
---
## โ
What it checks (the 9 points)
Metadata ยท Canonical + hreflang ยท Robots/indexing ยท Structured data (JSON-LD) ยท Headings & semantics ยท Images ยท Internal links & pagination ยท Rendering (SSR/CSR) ยท Sitemap.
Every rule traces to a cited section in `docs/`. See [`checklists/public-page-checklist.md`](checklists/public-page-checklist.md).
---
## โค๏ธ Why it exists
Most "SEO checklists" are shallow, outdated, or generic. This one is:
- **Current** (2024โ2026: Helpful Content, core updates, AI Overviews, the 2024 Starter Guide refresh).
- **Cited** (every claim links to Google's own docs).
- **Executable** (an AI can actually *run* it on your code, not just read it).
- **Honest** (it distinguishes ranking factors from a11y-only niceties, and logs deliberate skips).
---
## ๐ค Author
**Umut Bayraktar** โ [@umutxyp](https://github.com/umutxyp)
Full-stack developer (React ยท Next.js ยท Node.js ยท PostgreSQL) & AI-systems tinkerer. Founder at **Codeshare Technology**. Antalya, Turkey.
Building things people actually use:
- ๐ต **[Beatra](https://beatra.app)** โ multi-platform Discord music bot (1.2M+ users)
- ๐ก๏ธ **[Sylon](https://sylon.app)** โ AI-powered Discord moderation (20K+ users)
- ๐งฉ **[Codeshare](https://codeshare.me)** โ digital marketplace for code & content (15K+ users)
- โ๏ธ **[McStat.org](https://mcstat.org)** โ Minecraft server stats (574K+ concurrent players) โ *the site this toolkit was forged on*
๐ **Links:** [Portfolio](https://umutbayraktar.vercel.app) ยท [GitHub](https://github.com/umutxyp) ยท [Codeshare](https://codeshare.me)
โญ Notable OSS: [MusicBot](https://github.com/umutxyp/MusicBot) (1.3kโ
) ยท [Personal-Website](https://github.com/umutxyp/Personal-Website) ยท [Discord-Bot-Website](https://github.com/umutxyp)
If this saved you time, **star the repo** and share it. ๐
---
## ๐ License
[MIT](LICENSE) ยฉ Umut Bayraktar ([@umutxyp](https://github.com/umutxyp)).
Knowledge base compiled from public Google Search Central & web.dev documentation; all trademarks belong to their owners. This project is not affiliated with or endorsed by Google.
---
## ๐ค Contributing
Google's guidance evolves โ PRs that update a rule (with a source link) or add a framework recipe are very welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).