Back to articles & notes
Career·9 min·

Professional identity online: portfolio, presence, and backlinks

How you show up in search and in hiring loops is partly under your control. Practical moves: own a canonical site, align profiles, and earn links that point to your name with context.

Recruiters, clients, and future collaborators do not start from your intent — they start from what Google, GitHub, and LinkedIn show in the first screen. Identity online is the sum of those signals plus what you control on a domain you own.

Start with a canonical home: one primary URL (often your www domain or project URL) that lists who you are, what you ship, and how to contact you. Everything else should reinforce that home, not compete with it. Same display name, same photo, same short bio line where possible.

A portfolio is not a PDF graveyard. Prefer a small set of deep cases: problem, constraints, what you did, what changed, links to code or demos when allowed. One strong story beats ten logo tiles with no narrative. If you lead teams, say so explicitly — scope and influence are what senior profiles often lack.

Backlinks matter because they carry context: a mention on a conference site, an open-source README, a university publication list, or a partner blog all tell search engines that your name is associated with a real activity. You do not need spammy directories; you need legitimate pages that cite your work with a link.

GitHub: pin repositories that reflect the direction you want to be known for; write READMEs that explain the “why”, not only npm install. GitBook or similar docs for a long-running project (games, platforms) create another indexable surface that can link back to your main site.

LinkedIn: keep roles, dates, and skills aligned with your CV; recommendations and featured links should point to the same canonical projects. Inconsistency reads as noise or exaggeration.

Technical hygiene: set NEXT_PUBLIC_SITE_URL (or equivalent) so sitemaps and Open Graph URLs are absolute; that helps previews when links are shared. Favicon and manifest are small trust signals on mobile home screens.

Finally, revisit once a quarter: search your name in an incognito window, fix stale employer links, and add one new artifact (article, talk, repo) that matches the direction you want next — identity is maintained, not declared once.