> Get your content cited by ChatGPT Search and Bing Copilot
> by Iris (@gingiris) — AFFiNE former COO, 30+ PH #1 launches
ChatGPT (especially ChatGPT Search / Browse feature) cites content through:
ChatGPT tends to cite pages that have:
| Factor | ChatGPT Search | |
|---|---|---|
| -------- | --------------- | -------- |
| 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.
User-agent: GPTBot
Allow: /
User-agent: ChatGPT-User
Allow: /
User-agent: OAI-SearchBot
Allow: /
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)
{
"@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"
}
}
Since ChatGPT uses Bing index:
```
https://www.bing.com/webmasters/sitemaps
```
```bash
curl "https://www.bing.com/indexnow?url=YOUR_URL&key=YOUR_KEY"
```
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
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 = ChatGPT-4 powered by Bing search. Key optimizations:
<!-- FAQPage Schema for Copilot -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Your question here?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Direct answer here."
}
}
]
}
</script>
This methodology has produced:
Free Playbooks (GitHub):
Author: Iris (@gingiris) — AFFiNE former COO, open source growth consultant
共 1 个版本