You show up in AI answers the same way companies do: as an entity with consistent, corroborated signals. When someone asks ChatGPT to recommend a fractional CMO or asks Perplexity who to follow on developer marketing, the people named are the ones whose name, expertise claim, and evidence line up across enough independent sources for the model to treat them as established fact.
For consultants, creators, and freelancers this is winnable ground, because most personal sites do none of the basics.
Make yourself one unambiguous entity
AI has to resolve your name to a single person before it can recommend you, and inconsistency breaks that resolution. Use one canonical form of your name everywhere, pair it with the same one-line positioning ("pricing strategy consultant for B2B SaaS") on your site, LinkedIn, X, GitHub, and speaker bios, and add Person schema to your site with sameAs links pointing at each profile. This is entity optimization applied to a human, and it matters double if you share a name with someone more famous.
Portfolio sites are often invisible to AI
Many portfolio and personal sites are built as client-rendered JavaScript apps, and AI crawlers like GPTBot, ClaudeBot, and PerplexityBot fetch raw HTML without executing JavaScript. The result is a site that looks great to humans and Google but reads as an empty page to the systems you want citing you. Test it: fetch your site with JavaScript disabled, or run a scan that includes a crawler readability check. If it fails, switch to static export or server rendering, and put your bio, services, and notable work in plain HTML text.
Get quoted, because AI trusts third parties over you
Your own site claiming expertise is a weak signal; other sites corroborating it is a strong one. The moves that build corroboration:
- Contribute quotes to journalists and industry publications in your niche
- Appear on podcasts, which generate show-notes pages describing exactly what you do
- Publish guest posts and talks that put your name next to your topic on other domains
- Get listed in the directories and expert roundups AI already cites for your specialty
- Keep an active presence where your niche discusses problems, since community threads feed AI answers
Measure the prompts clients actually ask
Personal-brand visibility is testable with a small prompt panel: "best [specialty] consultants", "who should I hire for [problem]", "[your name] review", and "who are the experts on [topic]". Run them across providers on a monthly cadence and watch two things: whether you appear, and how you are framed when you do. Framing is the leading indicator; being described accurately usually precedes being recommended.
See if AI knows who you are
Run a free scan at /brand-monitor with your name as the brand to see how AI describes you, whether you surface for your specialty's prompts, and whether crawlers can read your site.
Frequently asked questions
How do I make a portfolio site show up in AI answers?
First make it readable: AI crawlers do not execute JavaScript, so client-rendered portfolio sites are invisible to them and need static export or server rendering. Then put your name, positioning, services, and notable work in plain HTML, add Person schema with sameAs links to your profiles, and build third-party mentions that corroborate what the site claims.
Can ChatGPT recommend an individual consultant or creator?
Yes. Recommendation prompts like "best fractional CFOs" or "top newsletter writers on fintech" return named individuals, drawn from directories, roundups, community discussion, and profile pages. Whether you appear depends on how consistently those sources describe you and your specialty.
What schema should a personal site use?
Person schema is the core: name, jobTitle, description, and sameAs links to LinkedIn, X, GitHub, and other profiles. If you publish articles, add Article schema with yourself as author. Together these tell AI systems that the entity on your site and the profiles elsewhere are the same person.
Related answers