← Back to Skills Marketplace
gingiris

ChatGPT SEO Optimization Guide

by Gingiris · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install chatgpt-seo
Description
ChatGPT SEO Optimization — How to get cited by ChatGPT search and Copilot. Covers ChatGPT citation behavior, OpenAI Bot crawling, E-E-A-T signals for ChatGPT...
README (SKILL.md)

ChatGPT SEO Optimization Guide

Get your content cited by ChatGPT Search and Bing Copilot by Iris (@gingiris) — AFFiNE former COO, 30+ PH #1 launches


TL;DR

  • ChatGPT Search cites authoritative, specific, recent content
  • E-E-A-T signals (Experience, Expertise, Author, Trust) are critical for ChatGPT citation
  • Allow GPTBot in robots.txt
  • Bing integration — Bing Copilot is powered by ChatGPT; Bing SEO = ChatGPT SEO
  • Brand mentions + external links from authoritative sites = strong ChatGPT signal
  • Founder voice — personal experience content gets cited more than generic AI content

How ChatGPT Cites Content

ChatGPT (especially ChatGPT Search / Browse feature) cites content through:

  1. Bing index — ChatGPT Search uses Bing's index
  2. E-E-A-T signals — Experience, Expertise, Authoritativeness, Trustworthiness
  3. Specificity — concrete numbers, dates, named examples beat generic claims
  4. Source signals — links to and from authoritative domains
  5. Freshness — recent content preferred for time-sensitive topics

ChatGPT tends to cite pages that have:

  • Named authors with credentials/experience in the topic
  • Specific data — "30 launches" not "many launches"
  • External citations — citing others increases your own credibility
  • Clear structure — headings, lists, tables
  • Brand consistency — same brand across articles signals authority

ChatGPT vs Google: Key Differences

Factor ChatGPT Search Google
Source Bing index + training Crawling
Best signal E-E-A-T + specificity Backlinks + keywords
Freshness Important but not critical Critical
Structure Q&A format, tables Keywords in headings
Author Named, credentialed authors matter Author matters less
Brand Brand consistency is a signal Brand helps but not critical

Key insight: Bing SEO = ChatGPT SEO. If you rank on Bing, you're likely in ChatGPT's pool.


ChatGPT SEO Checklist

Step 1: Allow GPTBot

User-agent: GPTBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: OAI-SearchBot
Allow: /

Step 2: Build E-E-A-T Signals

Experience (E) — First-hand experience:

In August 2022, when we launched AFFiNE on Product Hunt, 
we got 180 upvotes on day one. Most teams get 20-40.

Expertise (E) — Subject matter expertise:

As someone who's run 30+ Product Hunt launches and 
managed open source projects from 0 to 33k GitHub stars...

Authoritativeness (A) — External citations:

According to Ahrefs, the average first-page ranking takes 
3-6 months. (Cite authoritative sources)

Trustworthiness (T) — Accurate, verifiable claims:

Our method reduced launch prep time by 60% — tested across 
12 projects over 18 months. (Specific, verifiable)

Step 3: Article Schema with Author

{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Your Article Title",
  "author": {
    "@type": "Person",
    "name": "Author Name",
    "url": "https://author-website.com/about"
  },
  "datePublished": "2026-04-10",
  "dateModified": "2026-04-10",
  "publisher": {
    "@type": "Organization",
    "name": "Your Brand",
    "url": "https://yourbrand.com"
  }
}

Step 4: Brand Building (Off-Page)

  • Get mentioned on LinkedIn — ChatGPT heavily cites LinkedIn profiles
  • Guest posts on high-authority sites
  • Wikipedia mentions — strong trust signal
  • Build GitHub presence — GitHub = high authority in developer topics

Step 5: Bing SEO (Critical Path)

Since ChatGPT uses Bing index:

  1. Submit to Bing Webmaster Tools

    https://www.bing.com/webmasters/sitemaps
    
  2. IndexNow push

    curl "https://www.bing.com/indexnow?url=YOUR_URL&key=YOUR_KEY"
    
  3. Bing Places — if local business, claim your listing


Prompt Templates

Prompt: ChatGPT-Optimized Article

Write a ChatGPT SEO-optimized article targeting: [keyword]

Requirements:
1. Author: named, with specific experience in [topic]
2. Opening: direct answer + key stats table (first 100 words)
3. E-E-A-T: first-person experience, expert citations, 
   external sources, verifiable data
4. H2: question-form headings with direct answer first
5. Article Schema with full author + publisher
6. Specific numbers, dates, named examples
7. Internal links to 2+ related pages
8. External links to 2 authoritative sources

Prompt: E-E-A-T Audit

Audit [URL] for ChatGPT E-E-A-T signals:

Experience:
- Is first-hand experience mentioned?
- Are specific dates/places/numbers used?

Expertise:
- Is the author named and credentialed?
- Does content show deep topic knowledge?

Authoritativeness:
- Are authoritative sources cited?
- Does the site have external citations?
- Is the brand consistent across pages?

Trustworthiness:
- Are claims specific and verifiable?
- Is dateModified updated?
- Are there contact/about pages?

Output: E-E-A-T score (1-10) for each dimension + specific fixes.

Bing Copilot Integration

Bing Copilot = ChatGPT-4 powered by Bing search. Key optimizations:

  1. Bing Webmaster Tools — submit sitemap, check crawl errors
  2. Bing Places — if applicable, claim and optimize
  3. LinkedIn presence — Copilot heavily cites LinkedIn
  4. Meta descriptions — Copilot uses meta descriptions for summaries
  5. FAQ schema — increases citation rate in Copilot answers
\x3C!-- FAQPage Schema for Copilot -->
\x3Cscript type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Your question here?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Direct answer here."
      }
    }
  ]
}
\x3C/script>

Real Results

This methodology has produced:

  • Cited in ChatGPT answers for Product Hunt launch queries
  • Top 3 Bing Copilot results for "github marketing playbook"
  • 33k GitHub stars cited by AI engines for open source growth queries
  • Featured in Perplexity, Bing Copilot, and ChatGPT Search for growth strategy queries

Related Resources

Free Playbooks (GitHub):

Author: Iris (@gingiris) — AFFiNE former COO, open source growth consultant

Usage Guidance
This skill is an SEO guidance document and appears internally consistent. Before using it, consider: 1) Do not give the agent private credentials (Bing IndexNow keys, Webmaster accounts) — the guide shows examples but does not manage keys. 2) The robots.txt suggestion to "Allow GPTBot" will permit OpenAI's crawler to index your site — ensure you want that. 3) The provided prompt templates encourage first-person experience statements; avoid fabricating claims or unverifiable data when generating content. 4) When running audits against URLs, be mindful not to expose private or internal endpoints to external services. If you plan to automate calls (IndexNow, Bing Webmaster), store keys securely and limit the agent's network access as appropriate.
Capability Analysis
Type: OpenClaw Skill Name: chatgpt-seo Version: 1.0.0 The skill bundle is a purely educational guide and set of prompt templates for 'Generative Engine Optimization' (GEO), focusing on how to get content cited by ChatGPT and Bing Copilot. It contains no executable code, only standard SEO advice, schema examples, and informational links to GitHub repositories (e.g., Gingiris/seo-geo-playbook) in SKILL.md.
Capability Assessment
Purpose & Capability
The name and description (ChatGPT SEO optimisation) match the SKILL.md content: checklists, schema examples, prompt templates and Bing/GPTBot guidance. The skill does not request unrelated binaries, env vars, or config paths.
Instruction Scope
The SKILL.md contains actionable steps (robots.txt entries, schema examples, Bing Webmaster/IndexNow commands, and audit/article prompt templates). These are within scope for an SEO guide. Note: some templates instruct auditing an arbitrary URL or calling IndexNow with a key — those actions may involve network requests and credentials if the user runs them, but the skill itself does not request or read secrets.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk and there are no external downloads.
Credentials
The skill declares no required environment variables, credentials, or config paths. The content mentions external keys (IndexNow) as user-supplied inputs in examples but does not demand or attempt to access them.
Persistence & Privilege
always is false and there is no request to modify agent/system configurations or other skills. Autonomous invocation is allowed by default but is not combined with any unusual privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chatgpt-seo
  3. After installation, invoke the skill by name or use /chatgpt-seo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: ChatGPT SEO optimization guide covering ChatGPT citation behavior, GPTBot crawling, E-E-A-T signals, Bing Copilot integration, Article Schema, and ChatGPT Search optimization tactics.
Metadata
Slug chatgpt-seo
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ChatGPT SEO Optimization Guide?

ChatGPT SEO Optimization — How to get cited by ChatGPT search and Copilot. Covers ChatGPT citation behavior, OpenAI Bot crawling, E-E-A-T signals for ChatGPT... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install ChatGPT SEO Optimization Guide?

Run "/install chatgpt-seo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ChatGPT SEO Optimization Guide free?

Yes, ChatGPT SEO Optimization Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ChatGPT SEO Optimization Guide support?

ChatGPT SEO Optimization Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ChatGPT SEO Optimization Guide?

It is built and maintained by Gingiris (@gingiris); the current version is v1.0.0.

💬 Comments