The short answer
Getting cited by ChatGPT and Perplexity means being one of the sources an AI assistant names when it answers. You earn it by publishing clear, well-sourced, extractable content, marking it up with schema, building consistent mentions of your business across the web, and keeping AI crawlers unblocked so the models can read and trust you.
How AI assistants actually choose what to cite
"Modern assistants retrieve live pages, rank them by relevance and trust, then quote a handful and link the sources."Three things decide whether you make that shortlist. Relevance, meaning your content clearly and directly addresses the question being asked. Trust, meaning your business shows a consistent, credible presence across the web rather than a single thin page. And extractability, meaning your answer is written so a machine can lift it cleanly, without wading through fluff. This matters more every quarter: national research reports that about 45 percent of consumers now use AI to find a local business, up from 6 percent a year earlier. In citation audits of home-service trades, the businesses that get named are rarely the ones with the biggest site. They are the ones described the same way everywhere a model might look, with a clear answer sitting near the top of the page. Notably, assistants pull heavily from third-party sources, reputable directories, review platforms, and community discussions, not only from your own site. That means earning citations is partly on-site craft and partly reputation. A roofing company can write a flawless page and still get skipped if every directory lists a different phone number and no one has reviewed them in two years. The businesses that get named are the ones that are easy to read, easy to verify, and consistently described the same way everywhere a model looks.
— System Behavior Overview
Write content a machine can extract
Build the entity the model trusts off-site
Keep the crawlers open, and render on the server
"If your key answers only appear after a script runs, a crawler that does not execute that script sees an empty page."Both problems show up more often than owners expect, and usually by accident. A developer ships a template with a blanket crawler block left on from a staging site. A modern framework renders the whole page in the browser, so the answer a human sees never reaches the crawler. Neither is malicious, and both make you invisible to the exact systems you want quoting you. That absence carries a growing cost: national research from Gartner projects roughly a 25 percent drop in traditional search engine volume by 2026 as answers move into AI, so a business a crawler cannot read loses the citation and the click at the same time. Blocking crawlers to protect content is a false economy: it does not stop scraping so much as guarantee you are absent from the answer. Openness plus clean, server-rendered HTML is the price of being quoted, and it is a price most of your competitors have not thought to pay.
— Rendering Guidelines