Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Optimize websites for both traditional search engines (Google, Bing) and AI engines (ChatGPT, Perplexity, Gemini)
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/platform-algorithms.md
1# Platform Ranking Algorithms23Detailed ranking factors for AI search engines and traditional search engines (2025-2026).45---67## 1. ChatGPT Ranking Factors89### Core Ranking System1011ChatGPT uses a **two-phase system**:121. **Pre-training Knowledge** - Built from diverse datasets (Wikipedia, books, web)132. **Real-time Retrieval** - Web browsing for current information1415### Ranking Factor Weights1617| Factor | Weight | Details |18|--------|--------|---------|19| **Authority & Credibility** | 40% | Branded domains preferred over third-party |20| **Content Quality & Utility** | 35% | Clear structure, comprehensive answers |21| **Platform Trust** | 25% | Wikipedia, Reddit, Forbes prioritized |2223### Key Findings (SE Ranking Study - 129K domains)2425| Metric | Impact |26|--------|--------|27| **Referring Domains** | Strongest predictor. >350K domains = 8.4 avg citations |28| **Domain Trust Score** | 91-96 score = 6 citations; 97-100 = 8.4 citations |29| **Content Recency** | 30-day old content gets 3.2x more citations |30| **Branded vs Third-party** | Branded domains cited 11.1 points more than third-party |3132### ChatGPT Top Citation Sources3334| Rank | Source | % of Citations |35|------|--------|---------------|36| 1 | Wikipedia | 7.8% |37| 2 | Reddit | 1.8% |38| 3 | Forbes | 1.1% |39| 4 | Brand Official Sites | Variable |40| 5 | Academic Sources | Variable |4142### Content-Answer Fit Analysis (400K pages study)4344| Factor | Relevance |45|--------|-----------|46| **Content-Answer Fit** | 55% - Most important! Match ChatGPT's response style |47| **On-Page Structure** | 14% - Clear headings, formatting |48| **Domain Authority** | 12% - Helps retrieval, not citation |49| **Query Relevance** | 12% - Match user intent |50| **Content Consensus** | 7% - Agreement among sources |5152### Optimization Checklist5354- [ ] Build strong backlink profile (quality > quantity)55- [ ] Update content within 30 days56- [ ] Use clear H1/H2/H3 structure57- [ ] Include verifiable statistics with citations58- [ ] Write in ChatGPT's conversational style59- [ ] Ensure domain has high trust score6061---6263## 2. Perplexity AI Ranking Factors6465### Architecture6667Perplexity uses **Retrieval-Augmented Generation (RAG)** with a **3-layer reranking system**:68691. **Layer 1 (L1)**: Basic relevance retrieval702. **Layer 2 (L2)**: Traditional ranking factors scoring713. **Layer 3 (L3)**: ML models for quality evaluation (can discard entire result sets)7273### Core Ranking Factors7475| Factor | Details |76|--------|---------|77| **Authoritative Domain Lists** | Manual lists: Amazon, GitHub, academic sites get inherent boost |78| **Freshness Signals** | Time decay algorithm; new content evaluated quickly |79| **Semantic Relevance** | Content similarity to query (not keyword matching) |80| **Topical Weighting** | Tech, AI, Science topics get visibility multipliers |81| **User Engagement** | Click rates, weekly performance metrics |82| **New Post Performance** | Early clicks significantly boost visibility |8384### Perplexity Sonar Model Insights8586| Signal | Impact |87|--------|--------|88| **FAQ Schema (JSON-LD)** | Pages with FAQ blocks cited more often |89| **PDF Documents** | Publicly hosted PDFs prioritized |90| **Content Velocity** | Speed of publishing matters more than keyword density |91| **Semantic Payloads** | Clear, atomic paragraphs preferred |92| **YouTube Sync** | YouTube titles matching trending queries get boost |9394### Technical Requirements9596```97# robots.txt - Allow PerplexityBot98User-agent: PerplexityBot99Allow: /100101# Provide clean sitemap102Sitemap: https://example.com/sitemap.xml103```104105### Optimization Checklist106107- [ ] Allow PerplexityBot in robots.txt108- [ ] Implement FAQ Schema markup109- [ ] Create publicly accessible PDF resources110- [ ] Use Article schema with timestamps111- [ ] Focus on semantic relevance, not keywords112- [ ] Build topical authority in your niche113114---115116## 3. Google AI Overview (SGE) Ranking Factors117118### Architecture119120Google AI Overviews use multiple AI models:121- **PaLM2** - Language understanding122- **MUM** - Multimodal understanding123- **Gemini** - Advanced reasoning124125### 5-Stage Source Prioritization Pipeline1261271. **Retrieval** - Identify candidate sources1282. **Semantic Ranking** - Evaluate topical relevance1293. **LLM Re-ranking** - Assess contextual fit (using Gemini)1304. **E-E-A-T Evaluation** - Filter for expertise/authority/trust1315. **Data Fusion** - Synthesize from multiple sources with citations132133### Key Statistics134135| Metric | Value |136|--------|-------|137| AI Overviews in searches | 85%+ |138| Overlap with traditional Top 10 | Only 15% |139| Traditional factors weight | 62% |140| Novel AI signals weight | 38% |141| SGE-optimized visibility boost | 340% |142143### Ranking Factors144145| Factor | Details |146|--------|---------|147| **E-E-A-T** | Experience, Expertise, Authoritativeness, Trustworthiness |148| **Structured Data** | Schema markup helps AI understand content |149| **Knowledge Graph** | Being in Google's Knowledge Graph = boost |150| **Topical Authority** | Content clusters + internal linking |151| **Multimedia** | Images/videos in multi-modal responses |152| **Authoritative Citations** | +132% visibility with trusted references |153| **Authoritative Tone** | +89% visibility improvement |154155### Content Requirements156157```158Traditional SEO still matters:159- Quality backlinks160- Original, helpful content161- Fast page speed162- Mobile-friendly design163- Secure (HTTPS)164```165166### Optimization Checklist167168- [ ] Implement comprehensive Schema markup169- [ ] Build topical authority with content clusters170- [ ] Include authoritative citations and references171- [ ] Use E-E-A-T signals (author bios, credentials)172- [ ] Optimize for Google Merchant Center (e-commerce)173- [ ] Target informational "how-to" queries174175---176177## 4. Microsoft Copilot / Bing AI Ranking Factors178179### Architecture180181Copilot is integrated into:182- Microsoft Edge browser183- Windows 11184- Microsoft 365 apps185- Bing Search186187Uses **Bing Index** as primary data source.188189### Ranking Factors190191| Factor | Details |192|--------|---------|193| **Bing Index** | Must be indexed by Bing to be cited |194| **Microsoft Ecosystem** | LinkedIn, GitHub mentions provide boost |195| **Crawlability** | BingBot + PermaBot must have access |196| **Page Speed** | < 2 seconds load time |197| **Schema Markup** | Helps Copilot understand content |198| **Entity Clarity** | Clear definitions of entities/concepts |199200### Technical Requirements201202```203# robots.txt204User-agent: Bingbot205Allow: /206207User-agent: msnbot208Allow: /209210# Submit to Bing Webmaster Tools211# Use IndexNow for faster indexing212```213214### Optimization Checklist215216- [ ] Submit site to Bing Webmaster Tools217- [ ] Ensure Bingbot can crawl all pages218- [ ] Use IndexNow for new content219- [ ] Optimize page speed (< 2 seconds)220- [ ] Clear entity definitions in content221- [ ] Build presence on LinkedIn, GitHub222223---224225## 5. Claude AI Ranking Factors226227### Architecture228229**Important:** Claude uses **Brave Search**, NOT Google or Bing!230231Claude decides when to search based on:232- Query freshness requirements233- Specificity of question234- User intent235236### Ranking Factors237238| Factor | Details |239|--------|---------|240| **Brave Index** | Must be indexed by Brave Search |241| **Query Rewriting** | Claude reformulates queries for search |242| **Factual Density** | Data-rich content preferred |243| **Structural Clarity** | Easy to extract information |244| **Source Authority** | Trustworthy, well-sourced content |245246### Key Statistic247248**Crawl-to-Refer Ratio: 38,065:1**249- Claude consumes massive amounts of content250- Very selective about what it cites251- Quality and relevance are critical252253### Technical Requirements254255```256# robots.txt257User-agent: ClaudeBot258Allow: /259260User-agent: anthropic-ai261Allow: /262```263264### Optimization Checklist265266- [ ] Ensure Brave Search indexing267- [ ] Allow ClaudeBot in robots.txt268- [ ] Create high factual density content269- [ ] Use clear, extractable structure270- [ ] Include verifiable data points271- [ ] Cite authoritative sources272273---274275## 6. Traditional Google SEO Ranking Factors (2026)276277### Core Ranking Systems278279| System | Purpose |280|--------|---------|281| **PageRank** | Link-based authority (still relevant) |282| **BERT** | Natural language understanding |283| **RankBrain** | Machine learning ranking |284| **Helpful Content** | Rewards people-first content |285| **Spam Detection** | Filters low-quality content |286287### Top 10 Ranking Factors288289| Rank | Factor | Details |290|------|--------|---------|291| 1 | **Backlinks** | Quality referring domains (core ranking system) |292| 2 | **E-E-A-T** | Experience, Expertise, Authority, Trust |293| 3 | **Content Quality** | Original, comprehensive, helpful |294| 4 | **Page Experience** | Core Web Vitals (LCP, FID, CLS) |295| 5 | **Mobile-First** | Non-mobile sites may not be indexed |296| 6 | **Search Intent Match** | Content matches user query intent |297| 7 | **Content Freshness** | Regular updates signal activity |298| 8 | **Technical SEO** | Crawlable, indexable, HTTPS |299| 9 | **User Signals** | Dwell time, bounce rate, CTR |300| 10 | **Structured Data** | Schema markup for rich results |301302### Core Web Vitals303304| Metric | Good | Needs Improvement | Poor |305|--------|------|-------------------|------|306| **LCP** (Largest Contentful Paint) | < 2.5s | 2.5-4s | > 4s |307| **FID** (First Input Delay) | < 100ms | 100-300ms | > 300ms |308| **CLS** (Cumulative Layout Shift) | < 0.1 | 0.1-0.25 | > 0.25 |309310### E-E-A-T Guidelines311312| Signal | How to Demonstrate |313|--------|-------------------|314| **Experience** | First-hand experience, case studies |315| **Expertise** | Author credentials, detailed knowledge |316| **Authoritativeness** | Backlinks, mentions, citations |317| **Trustworthiness** | Accurate info, transparent, secure site |318319### Optimization Checklist320321- [ ] Build quality backlinks (guest posts, PR, original research)322- [ ] Create comprehensive, original content323- [ ] Optimize Core Web Vitals324- [ ] Ensure mobile-friendly design325- [ ] Use HTTPS326- [ ] Implement Schema markup327- [ ] Match content to search intent328- [ ] Update content regularly329- [ ] Add author bios with credentials330- [ ] Include E-E-A-T signals331332---333334## Cross-Platform Optimization Summary335336| Platform | Primary Index | Key Factor | Unique Requirement |337|----------|--------------|------------|-------------------|338| ChatGPT | Web (Bing-based) | Domain Authority | Content-Answer Fit |339| Perplexity | Own + Google | Semantic Relevance | FAQ Schema |340| Google SGE | Google | E-E-A-T | Knowledge Graph |341| Copilot | Bing | Bing Index | MS Ecosystem |342| Claude | Brave | Factual Density | Brave Indexing |343| Google (traditional) | Google | Backlinks | Core Web Vitals |344345### Universal Best Practices3463471. **Allow all major bots** in robots.txt3482. **Implement Schema markup** (FAQPage, Article, Organization)3493. **Build authoritative backlinks**3504. **Update content regularly** (within 30 days)3515. **Use clear structure** (H1 > H2 > H3, lists, tables)3526. **Include statistics and citations**3537. **Optimize page speed** (< 2 seconds)3548. **Ensure mobile-friendly design**355