Off-Page SEO Foundations
Off-page SEO is the entire trust signal stack outside your domain — linked and unlinked brand mentions, reviews, citations, and social presence. Here is how each one feeds Google's understanding of you in 2026, and which ones actually move rankings.
Off-page SEO is everything that happens outside your own HTML to convince Google, AI Overviews, and the rest of the indexing world that you are an authoritative entity. Links matter, but they are one input among many. Reviews, unlinked mentions, citation consistency, podcast appearances, and how often your brand co-occurs with topical entities now feed the same trust graph — and modern AI search systems read those signals more aggressively than classic ranking ever did.
TL;DR
- Links are a subset, not the whole. Google’s reasonable surfer model and the Knowledge Graph ingest brand mentions (linked or not), reviews, citations, and entity co-occurrence. AI Overviews and Perplexity will cite you based on entity authority even when you have no backlink from the page they cite.
- Trust is multi-dimensional. A site with 50 strong links and zero reviews loses to one with 30 strong links, 400 four-star reviews, consistent NAP across 60 citations, and 12 podcast mentions.
- Off-page is the only SEO lever you cannot fake at scale. On-page can be rewritten in a sprint. Off-page compounds over years and survives algorithm updates because it is rooted in real-world recognition.
The mental model
Off-page SEO is like a credit score for your domain. Each signal — backlink, review, citation, brand search, social mention — is a tradeline. Google does not see the totality of who you are, so it builds a synthetic profile from third-party reports and weighs them by source quality and recency.
A single high-authority backlink is like a mortgage paid on time for ten years. A flood of forum spam links is like 200 maxed-out store credit cards. The score is not the sum of mentions — it is a weighted, time-decayed average.
The 2026 wrinkle: AI search systems (ChatGPT Search via Bing, Perplexity via its curated index, Google AI Overviews via the core index, Claude with web via Brave) compute their own version of this score on the fly. They check whether other reputable sources agree that you are who you claim to be. If they do, you get cited. If they do not, you are invisible.
That means off-page SEO now controls whether you appear in zero-click AI answers, not just blue links.
Deep dive: the 2026 reality
The off-page surface area in 2026 includes:
| Signal type | What it is | Where it shows up |
|---|---|---|
| Backlinks | Hyperlinks from external pages to yours | Classic Google ranking, AI Overviews sourcing |
| Linked brand mentions | A link with the brand as anchor | Trust + authority, entity disambiguation |
| Unlinked brand mentions | Brand named in text without a hyperlink | Knowledge Graph, MUM entity recognition |
| Citations (NAP) | Name, address, phone in directories | Local pack, Google Business Profile trust |
| Reviews | Ratings on Google, Trustpilot, G2, Yelp, BBB | Local rankings, product rich results, AI summarization |
| Co-citation | Your brand named alongside competitors in a list | Topical authority, AI Overview comparisons |
| Social signals | Mentions on LinkedIn, X, Reddit, YouTube | Indirect (discovery + brand search) |
| Branded search volume | People searching [your brand] | Direct ranking signal Google has confirmed in antitrust testimony |
| Podcast / video mentions | Audio + video transcripts indexed by Google + YouTube | AI Overviews, YouTube SEO |
Google’s leaked Content Warehouse API documentation in May 2024 confirmed multiple off-page modules: siteAuthority, homepagePagerankNs, brandRecognitionScore-style fields, and a Chard predicted-quality score that uses cross-domain signals. Whether or not you accept the leak as canonical, it matches what we already saw in patents from 2020 onward.
AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, OAI-SearchBot, Applebot-Extended) inherit much of this. ChatGPT’s web tool fetches Bing’s index, and Bing’s index weighs the same trust signals Google does. Perplexity’s curated index leans heavier on review platforms (G2, Trustpilot) and high-traffic domains for brand verification. Claude with web uses Brave Search, which has been documented to weight Wikipedia and Wikidata heavily — meaning a Wikipedia entry for your brand is now an off-page asset that influences Claude citations directly.
The Helpful Content system is now part of core ranking. It evaluates whole-site signals: are you cited by other reputable sites? Do users return to Google after clicking you (long click vs. pogo-stick)? Off-page reputation feeds these answers.
Visualizing it
flowchart TD
A[Your domain] --> B[On-page: HTML, schema, content]
A --> C[Off-page trust graph]
C --> D[Backlinks]
C --> E[Brand mentions linked + unlinked]
C --> F[Reviews and ratings]
C --> G[Citations NAP]
C --> H[Branded search volume]
C --> I[Podcast and video mentions]
D --> J[Google ranking + AI Overviews]
E --> K[Knowledge Graph + entity disambiguation]
F --> L[Local pack + product rich results]
G --> L
H --> J
I --> M[YouTube SEO + AI summarization]
J --> N[Visibility in 2026 search ecosystem]
K --> N
L --> N
M --> N
Bad vs. expert
The bad approach
Most teams treat off-page SEO as “build links” and outsource it to a vendor that ships 200 directory submissions plus a few PBN articles per month. The reporting looks like this:
Month 1: 47 links built
Month 2: 52 links built
Domain Rating: +3
There is no review acquisition strategy. There are no PR plays. There is no Wikipedia presence. Citations are inconsistent — the suite number on Yelp does not match the one on the Better Business Bureau. The brand has 12 Google reviews and a 3.7 average. The AI Overview for [brand] reviews quotes a Reddit thread complaining about response times.
This fails because Google’s authority model is multi-signal and multi-source. A spike of low-quality directory links without matching brand search volume, reviews, or organic mentions reads exactly like what it is: bought traffic, not trust.
The expert approach
The expert maps off-page work to a trust portfolio with diversified inputs and reviews each signal monthly. Sample portfolio for a B2B SaaS:
| Signal | Target | Tool to track |
|---|---|---|
| Editorial backlinks from DR 50+ domains | 4 per month | Ahrefs Site Explorer |
| Linked brand mentions in industry posts | 8 per month | Ahrefs Content Explorer alert on brand name |
| Unlinked brand mentions reclaimed | 6 per month | Google Alerts + Brand24 |
| Verified reviews on G2, Capterra, Trustpilot | 10 per month | Vendor dashboards |
| Citation consistency score | 95%+ | Whitespark or BrightLocal |
| Podcast appearances | 1 per month | Tracked manually in CRM |
| Branded search volume YoY | +25% | Google Search Console queries report |
The audit script uses the Ahrefs API to flag any new referring domain with domain_rating < 10 so you can investigate before it becomes a disavow problem:
import requests
def audit_new_links(token: str, domain: str) -> list:
url = "https://api.ahrefs.com/v3/site-explorer/refdomains-history"
params = {"target": domain, "mode": "domain", "history": "live", "limit": 200}
headers = {"Authorization": f"Bearer {token}"}
r = requests.get(url, params=params, headers=headers, timeout=30)
refs = r.json().get("refdomains", [])
return [d for d in refs if d.get("domain_rating", 0) < 10]
This works because it forces every off-page input through a quality gate and ties signals together. Reviews drive branded search, branded search drives Knowledge Graph confidence, Knowledge Graph confidence drives AI Overview citations.
Do this today
- Open Google Search Console > Performance > Queries and filter for queries containing your brand name. Note the 12-month trend. If branded search is flat or declining, off-page is your top problem regardless of link counts.
- Run your domain through Ahrefs Site Explorer > Backlink profile > Anchors. Flag any anchor text with exact-match commercial keywords above 3% of the total — that is a footprint, not a portfolio.
- Search Google for
"[your brand]" -site:[your domain]and read the first 50 results. Build a spreadsheet of every unlinked mention. Email each author with a polite reclamation request — see Module 49 for the template. - Audit citation consistency in BrightLocal Citation Tracker. Aim for 95%+ exact-match NAP across the top 50 directories listed in Module 54.
- Set up Google Alerts for
"[your brand]","[your brand name]", and any common misspellings. Forward to a shared inbox so the team can act on each mention within 48 hours. - Pull review counts and ratings from Google Business Profile, G2, Trustpilot, and Capterra. If you have fewer than 25 reviews on your primary platform, build review acquisition (Module 55) before you spend another dollar on links.
- Search ChatGPT, Perplexity, and Google AI Overviews for
[your brand] reviewsandis [your brand] legit. Screenshot the answers. The sources cited there are your real off-page priorities. - Open Wikidata (
wikidata.org) and search for your brand. If there is no entity, create one with verifiable third-party sources — this directly improves Claude and Brave search visibility.
Mark complete
Toggle to remember this module as mastered. Saved to your browser only.
More in this part