git404hub

what is seo-pro-max-skill fr?

aycanozarpaci/seo-pro-max-skill — explained in plain English

Analysis updated 2026-05-18

13JavaScriptAudience · vibe coderComplexity · 2/5Setup · easy

tl;dr

A shared instruction file for AI coding assistants that handles SEO, accessibility, and schema markup setup. Asks the user the strategy questions first, then writes code.

vibe map

mindmap
  root((seo-pro-max))
    Inputs
      Project structure
      User answers to Phase 0
    Outputs
      Meta tags
      JSON-LD
      robots.txt
      sitemap
      hreflang
    Use Cases
      Add SEO to a new site
      Audit an existing site
      Set up accessibility checks
    Tech Stack
      Markdown
      ClaudeCode
      Cursor
      Copilot

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Add a full SEO and schema markup baseline to a Next.js or Astro site through an AI assistant

VIBE 2

Audit a deployed site for missing Open Graph, robots.txt, sitemap, and hreflang setup

VIBE 3

Set up Core Web Vitals, WCAG 2.2 AA, and security header checks in a coding agent workflow

VIBE 4

Configure IndexNow for Bing and Yandex on a new site

what's the stack?

MarkdownClaudeCodeCursorCopilot

how it stacks up fr

aycanozarpaci/seo-pro-max-skill09catho/axonabdulrdeveloper/react--tic-tac-toe
Stars131313
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyeasymoderateeasy
Complexity2/54/51/5
Audiencevibe coderresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

npm install path is not live yet, so installation is a manual curl or Invoke-WebRequest into your AI tool's rules folder.

in plain english

seo-pro-max is a shared instruction file (called a skill) that you drop into an AI coding assistant such as Claude Code, Cursor, Windsurf, Cline, or GitHub Copilot Chat. Its job is to help the assistant set up the search-engine and accessibility plumbing of a website, the kind of small but opinionated decisions a generic AI would otherwise pick on its own and often get wrong. The README is firm that the skill is an executor, not a decision-maker. It runs a Phase 0 analysis of the project first, asks the user the questions an assistant should not answer alone (like title strategy, where the admin panel lives, how the database stores per-page overrides, whether to emit a keywords meta tag), and only then writes code. The author lists current standards the skill enforces so the assistant does not suggest dead patterns: Google's removal of FAQPage rich results on May 7, 2026, the deprecation of rel=prev/next, the boundaries of IndexNow support (Bing and Yandex only, not Google), soft-404 detection, and BCP 47 hreflang validation. A quick start section explains the planned install once an npm package is published: a single npx seo-pro-max install command that auto-detects which AI coding tool is in use and drops the right file in the right place. Until then, the README provides per-platform manual install instructions using curl on macOS and Linux or Invoke-WebRequest on Windows PowerShell, with the right path for each tool (~/.claude/skills/.cursor/rules/.windsurfrules.clinerules.github/copilot-instructions.md, and so on). A long What it covers section lists the areas the skill touches: meta tags, indexing controls, correct HTTP status codes, robots.txt, XML sitemaps, Open Graph and Twitter cards, a recommendation matrix for Schema.org JSON-LD types, favicons and PWA manifests, search-engine verification, the llms.txt file (noted as not used by Google for AI ranking), admin-panel placement, database schema choices, per-page overrides, internationalisation, OG image generation, WCAG 2.2 AA accessibility checks, Core Web Vitals gates, image optimisation, URL and slug rules, internal linking and orphan detection, security headers, and client-side meta updates for single-page apps. The FAQPage section repeats that the skill does not emit FAQPage JSON-LD for new builds and uses QAPage for real community Q&A pages instead. The install section then gives copy-paste commands for nine different AI coding tools.

prompts (copy fr)

prompt 1
Install seo-pro-max into my Claude Code skills folder and run Phase 0 analysis on my Next.js project
prompt 2
Use seo-pro-max to add Open Graph, Twitter cards, and Schema.org JSON-LD to every page in my app
prompt 3
Have seo-pro-max wire up hreflang for English, Turkish, and German locales with BCP 47 validation
prompt 4
Run the seo-pro-max accessibility pass for WCAG 2.2 AA on my React storefront and fix violations
prompt 5
Generate a robots.txt and sitemap.xml strategy for my SPA, including soft-404 detection

Frequently asked questions

what is seo-pro-max-skill fr?

A shared instruction file for AI coding assistants that handles SEO, accessibility, and schema markup setup. Asks the user the strategy questions first, then writes code.

What language is seo-pro-max-skill written in?

Mainly JavaScript. The stack also includes Markdown, ClaudeCode, Cursor.

How hard is seo-pro-max-skill to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is seo-pro-max-skill for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.