seo-geo

Featured

SEO & GEO (Generative Engine Optimization) for websites. Analyze keywords, generate schema markup, optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Use when user wants to improve search visibility, search optimization, search ranking, AI visibility, ChatGPT ranking, Google AI Overview, indexing, JSON-LD, meta tags, or keyword research.

AI & Automation 1,179 stars 115 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# SEO/GEO Optimization Skill Comprehensive SEO and GEO (Generative Engine Optimization) for websites. Optimize for both traditional search engines (Google, Bing) and AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude). ## Quick Reference **GEO = Generative Engine Optimization** - Optimizing content to be cited by AI search engines. **Key Insight:** AI search engines don't rank pages - they **cite sources**. Being cited is the new "ranking #1". ## Workflow ### Step 1: Website Audit Get the target URL and analyze current SEO/GEO status. **Basic SEO Audit (Free):** ```bash python3 scripts/seo_audit.py "https://example.com" ``` **Use this for**: Quick technical SEO check (title, meta, H1, robots, sitemap, load time). No API needed. --- **Check Meta Tags:** ```bash curl -sL "https://example.com" | grep -E "<title>|<meta name=\"description\"|<meta property=\"og:|application/ld\+json" | head -20 ``` **Use this for**: Quick check of essential meta tags and schema markup on any webpage. --- **Check robots.txt:** ```bash curl -s "https://example.com/robots.txt" ``` **Use this for**: Verify which bots are allowed/blocked. Critical for ensuring AI search engines can crawl your site. --- **Check sitemap:** ```bash curl -s "https://example.com/sitemap.xml" | head -50 ``` **Use this for**: Verify sitemap structure and ensure all important pages are included for search engine discovery. **Verify AI Bot Access:** ``` # These bots should be allowed in robots.txt:...

Details

Author
ReScienceLab
Repository
ReScienceLab/opc-skills
Created
6 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

seo-geo

Optimize content for AI Overviews (formerly SGE), ChatGPT web search, Perplexity, and other AI-powered search experiences. Generative Engine Optimization (GEO) analysis including brand mention signals, AI crawler accessibility, llms.txt compliance, passage-level citability scoring, and platform-specific optimization. Use when user says "AI Overviews", "SGE", "GEO", "AI search", "LLM optimization", "Perplexity", "AI citations", "ChatGPT search", or "AI visibility".

26 Updated 1 weeks ago
georgekhananaev
AI & Automation Solid

geo-audit

Full website GEO+SEO audit with parallel subagent delegation. Orchestrates a comprehensive Generative Engine Optimization audit across AI citability, platform analysis, technical infrastructure, content quality, and schema markup. Produces a composite GEO Score (0-100) with prioritized action plan.

13 Updated 5 days ago
techhorizonlabs
AI & Automation Listed

geo-audit

Audit and improve how discoverable and citable a website is to AI search engines and answer assistants (ChatGPT Search, Microsoft Copilot, Perplexity) — i.e. Generative Engine Optimization (GEO), also called AI SEO, AEO, or LLM SEO. Fetches a site exactly as an AI crawler sees it (raw HTML, no JavaScript) and scores it against a 3-block framework (Access → Retrieval → Citability), then produces a prioritized, concrete fix list and an optional HTML report. Use when the user asks things like "GEO audit", "AI SEO audit", "why doesn't ChatGPT cite my site", "how do I get cited by ChatGPT/Copilot/Perplexity", "optimize my site for ChatGPT search", "is my site visible to AI", "get my content into AI answers", "generative engine optimization", or wants to check/improve a site's readiness for AI-driven search and citations.

0 Updated 1 weeks ago
hashd1ve