How does an assistant decide which firm to name?
The mechanism is retrieval followed by extraction. A question arrives.
The assistant gathers a small candidate set of sources it can reach and has reason to trust. It then writes a single answer out of that set.
The consequence is blunt. A ranked results page gives a firm at position eleven a bad day.
An assistant answer gives that firm nothing at all. A paragraph has no position eleven.
Two properties therefore matter more here than they do in classic search. The first is reachability: the assistant’s crawler has to be able to fetch the page. The second is extractability: the useful sentence has to stand up alone, without a pronoun pointing back at a paragraph three screens earlier.
Which signals does a Sheffield firm actually control?
Four signals, all of them engineering work rather than marketing work.
CRAWLER ACCESS
Your robots.txt has to allow the AI crawlers by name. A firewall rule or a bot filter that quietly blocks them is the commonest cause of total absence. The block is invisible from a browser.
STRUCTURED DATA
Organization, LocalBusiness and Service markup that states the real name, the real address and the real services. A template left with another firm’s city in it is worse than no markup at all.
EXTRACTABLE TEXT
A self-contained answer near the top of every capability page. Three or four sentences that read true when they are lifted out of the page and dropped into somebody else’s paragraph.
IDENTITY CONSISTENCY
The same trading name, address and phone number on every listing that carries them. Conflicting records read as unreliable data to a system trying to verify one fact.
※1 Order of work: access is first. Structured data on a page an assistant cannot fetch is wasted effort.