Every conflicting fact about you on the web, an old title, a stale bio, a mismatched date, is a small unpaid loan against your machine credibility. Individually harmless, collectively they make engines hedge, misdescribe you, or pick someone cleaner to recommend. This piece names the debt, shows where it accumulates, and gives you a seven-step audit plus a repair ladder to pay it down.
Technical debt slows your codebase. Contradiction debt slows your entity. The difference is that you can see the first one, while the second compounds silently in directories you forgot existed.
What is contradiction debt?
Contradiction debt is the accumulated set of conflicting facts about you across the web: two different job titles, three bio variants, a company you left in 2022 still listed as current, a speaker page with the wrong credential, a name spelled two ways. Each conflict was cheap to create, usually by simply not updating something, and each one levies a recurring tax: it lowers the confidence with which a machine can assert who you are. When an engine assembles an answer about a person, it is fundamentally reconciling sources. Sources that agree produce a crisp, confident answer. Sources that disagree produce hedges, blends of old and new facts, or silence.
Silence is the expensive part. A recommendation engine choosing between two comparable experts will favor the one whose record reconciles cleanly, for the same reason a cautious journalist quotes the source whose story checks out. You do not get an error message when this happens. You just do not get named.
Where do conflicting facts about you come from?
Audit enough professionals and the same seven leak sources appear:
- Stale profiles: the conference speaker page from 2021, the association directory, the alumni listing, all still asserting the person you used to be.
- Old press: accurate when written, wrong now. Journalistic archives never update themselves.
- Ghostwritten bios: every event organizer who "tightened up" your bio shipped a slightly different version of your title and claims.
- Abandoned accounts: the dormant Twitter alt, the old Medium, the agency-era portfolio site still live on a forgotten subdomain.
- Name variants: Jonathan on LinkedIn, Jon in bylines, J.R. on the paper you published. Humans reconcile these instantly; resolvers only sometimes do.
- Scraper sites: data aggregators that copied an old profile and now republish it with total confidence and zero maintenance.
- Your own site: the About page says one thing, the footer bio another, the media kit PDF a third. The canonical source contradicting itself is the worst version of the problem, which is why the fix starts with a machine-readable About page.
How do engines resolve conflicting information about a person?
No lab publishes its exact reconciliation logic, so treat any confident percentage here as fiction. But the observable behavior of retrieval-backed systems points to three axes that decide which version of a fact wins:
- Corroboration count. The version repeated by more independent sources tends to be treated as current truth. This is the same corroboration machinery behind the Network signal, covered in The Network Signal.
- Source weight. A fact on an authoritative, frequently-crawled page outranks the same fact on a scraper site. Structured assertions help too: a schema.org Person declaration on your own domain, echoed by consistent profile pages, gives resolvers an explicit spine to reconcile against, and Google documents the pattern in its profile page structured data guidance.
- Recency. Fresher assertions generally beat stale ones in retrieval, though facts absorbed into training data can resurface long after you fixed the live web. The two pathways age differently: retrieval forgets fast, training data forgets slowly.
The practical conclusion: you cannot argue with the weighting, but you can win on all three axes simultaneously. Make the correct version the most repeated, best-placed, most recent version in existence.
Cited sources in AI answers churn constantly. Semrush's AI Visibility Index found 40-60% of cited sources rotate month over month, per Similarweb's generative AI statistics. Every rotation is a fresh chance for a stale page to re-enter the evidence pool. Debt you have not retired keeps getting resampled.
The contradiction audit: seven steps
- Define the canon. Write the single correct version of your facts: canonical name, title, company, niche descriptor, locations, credentials, dates. One document. This is your source of truth for everything that follows.
- Sweep search. Search your name in quotes, plus each name variant, plus pairings with every past employer, title and city. Go past page one. Log every page that states a fact about you.
- Interrogate the engines. Ask ChatGPT, Perplexity, Gemini and Claude who you are, what you do, and where you work, in multiple phrasings. Record every returned fact and its cited source. A structured version of this exercise is The 25-Prompt Audit.
- Build the conflict ledger. One row per contradiction: the URL, the wrong fact, the correct fact, who controls the page, and a severity grade. Grade A: wrong on pages engines cite. Grade B: wrong on pages you control. Grade C: wrong on low-authority flotsam.
- Fix what you control first. Your site, your profiles, your bylines' author boxes. This is a day of work and it removes the most embarrassing category: self-contradiction.
- Request the rest. Email conference organizers, directory owners and editors with the exact replacement text, pre-written, so saying yes takes them ninety seconds. Most comply. Log who does not.
- Re-test on a cycle. Re-run the engine interrogation quarterly and diff the answers against your canon. New contradictions appear whenever your career moves; the audit is a loop, not an event.
A worked example: one consultant, eleven contradictions
A composite from real audits, details changed. A supply-chain consultant, fifteen years in, ran the sweep and found eleven conflicts. Three were Grade A: a widely-cited industry directory listed her as "logistics manager" at a firm she left in 2021, a podcast page spelled her surname with a hyphen she does not use, and a university speaker archive credited her with a competitor's book. Five were Grade B, all on properties she controlled: two bio variants on her own site, an outdated LinkedIn headline, a Twitter bio naming the old firm, and a media kit PDF with a dead email address. Three were Grade C scraper copies of the old directory entry.
The Grade B fixes took one afternoon. The directory and the podcast page were corrected within two weeks of a polite email containing ready-to-paste replacement text. The university archive never replied, so she added a dated career timeline to her About page and let recency and corroboration outvote it. Two months later, the chatbot answers had converged on the current title, and the hyphenated surname had stopped appearing. Nothing in that story required special access or budget. It required a ledger and a fortnight of follow-through.
The repair ladder: when you cannot edit the source
Some contradictions will not die on request. Escalate in order:
- Update: the owner corrects the page. Best outcome, always ask first.
- Retire: the page or profile gets taken down or deindexed. Right answer for abandoned accounts you still control.
- Contextualize: where the old fact must stand (archived press, for instance), make sure your own properties state the change explicitly: "From 2019 to 2022, she led X; since 2023, she runs Y." Timelines convert contradictions into history.
- Outweigh: for scraper sites and immovable pages, stop fighting the page and win the reconciliation instead: publish and earn enough fresh, authoritative, consistent assertions that the stale version loses on corroboration, weight and recency all at once. This is where a running digital PR pipeline doubles as debt service.
A note on data aggregators specifically: many rebuild their records from upstream feeds, so a correction you win directly can be silently overwritten at the next sync. When an aggregator keeps regressing, find the upstream source it mirrors and fix that instead. Chasing mirrors is how audits turn into hobbies.
One special case deserves its own playbook: when the "contradiction" is actually another human with your name absorbing your facts, you have a collision problem, not a debt problem, and the disambiguation moves are different. That scenario is handled in Name Collisions.
Staying out of debt: the change protocol
Debt prevention is a protocol, not a virtue. When any fact about you changes, update in strict order within one week: your About page and site bios first, then your top three profiles, then your recurring bylines and speaker pages, then everything else in the ledger. Keep the canon document current, keep the conflict ledger alive, and treat every new placement's bio line as a deployment: it ships the canonical text or it does not ship. Identity consistency is unglamorous, which is exactly why it separates the recommended from the merely competent. The foundational version of this discipline is laid out in Structure Your Identity for Machines, and if you would rather have the audit run for you, that is on the services menu.
FAQ
How do I find the contradictions about myself online? +
Which version of a conflicting fact does AI believe? +
How long do corrections take to show up in AI answers? +
Find out what AI says about you today.
Start with a baseline. See the exact words the engines return about your name, then decide.
Claim your name →