2026-08-03 · Jack Stovell
How to add yourself to Wikidata (and whether you should)
You can create a Wikidata item about yourself, but only if you clear Wikidata's notability bar — and it is a real bar, just a lower one than Wikipedia's. An item about a person needs either a link from a Wikimedia project, serious and publicly available references describing them, or a structural need within the database. Self-created items that lack these get deleted, and Wikidata's own guidance discourages editing about yourself at all. Most growth-hack articles skip this part; it decides whether the exercise is worth an afternoon or a waste of one.
Should you add yourself to Wikidata?
Only if a stranger could write your item entirely from published sources you didn't create. That is the honest version of Wikidata's policy. The notability page (Wikidata:Notability) accepts an item on any of three grounds: it has a valid sitelink to a Wikimedia project such as Wikipedia; it refers to a clearly identifiable entity that can be described using serious and publicly available references; or it fulfils a structural need — for example, it's required to complete statements on other items (you wrote a book that has an item, you co-authored an indexed paper, you founded an organisation with an item). For most ordinary professionals, the second and third routes are the realistic ones — a university staff page, published papers, coverage in trade press, an ORCID record with publications. If every reference you can think of is your own website, your LinkedIn or profiles you filled in yourself, you don't qualify, and the item will likely be deleted at review. There is also a conduct question separate from notability: Wikidata's autobiography guidance says not to create an item about yourself unless you are sure it meets the criteria, and its conflict-of-interest guidance discourages self-editing generally — the community tolerates careful, well-referenced self-edits far more than Wikipedia does, but the safest pattern is to add only statements a source backs. Being straight about this is the point: a deleted item helps nobody, and the alternative — a profile you fully control — is open to everyone.
How do you create a Wikidata item?
Check for an existing item first, then create one with referenced statements. The actual steps:
- Create a Wikidata account and log in. Anonymous item creation isn't the norm and a named account with edit history reads as good faith.
- Search for yourself before creating anything. People acquire items without knowing — via a published paper, an award, a festival programme. Duplicating an existing item is the most common avoidable mistake; if one exists, improve it instead.
- Create the item (Special:NewItem): a label (your name as commonly written) and a short description (like "British materials scientist" — enough to disambiguate you from namesakes).
- Add statements one property at a time. The essentials for a person: instance of → human, then occupation, employer, educated at, official website, and external identifiers such as ORCID or GitHub username.
- Reference every substantive statement. This is the step that decides survival. Each claim should cite a serious, publicly available source — a staff page, a publisher's record, press coverage. Your own website is acceptable only for basic facts about yourself, per the autobiography guidance, and an item referenced solely to itself is exactly what gets deleted.
A worked example of what the finished statements should look like:
Label: Jane Example
Description: British materials scientist
Statement Reference
instance of -> human (none needed)
occupation -> materials scientist
University of Example staff page,
retrieved 2026-08-03
employer -> University of Example
University of Example staff page,
retrieved 2026-08-03
educated at -> University of Somewhere
published thesis record in the
university repository
official website -> https://janeexample.com
(self-published: acceptable for this)
ORCID iD -> 0000-0002-1825-0097
ORCID record pageThe pattern to internalise: property → value → independent reference, for every claim that says anything about your life. Statements without references survive on famous people's items because other editors backfill them; on a self-created item about a borderline-notable person, they are deletion evidence.
What happens after your item exists?
Your facts become machine-readable structured data that other systems reuse — Wikidata feeds knowledge graphs, research databases and structured-data consumers across the web, which is the whole reason it matters for becoming an entity AI systems recognise. Two practical follow-ups: add your item's URL (the Q-number page) to the sameAs array in the Person JSON-LD on your own site, so your canonical page and your Wikidata item point at each other; and expect the item to be reviewed — anyone can nominate an item for deletion, and the defence is the references, not your intentions. What this won't do: no one can tell you that a Wikidata item makes any specific AI system describe you correctly, and we won't pretend otherwise — our own scoreboard at hilyt.it/geo records how hard citation actually is. An item is one more independent, structured, widely-crawled statement of your facts. That is genuinely valuable, and it is all it is.
Create your AI-readable profile
Related guides
- How to become an entity AI models recognise
- Do you need a Wikipedia page for AI to know who you are?
- Person schema markup: a copy-paste JSON-LD example