What is Chrome Privacy Preserving Prefetch Proxy?
Chrome Privacy Preserving Prefetch Proxy is not a link-card generator. It first requests /.well-known/traffic-advice so a site can tell the proxy whether private prefetching is allowed and, if allowed, what fraction of eligible requests it should make.
When Chrome predicts a cross-site navigation, the proxy can retrieve the page before the user clicks. The proxy hides the user's IP address from the destination, and these prefetches do not carry cookies. Chrome identifies the page request with Sec-Purpose: prefetch;anonymous-client-ip, so it should not be counted as a completed visit.
The feature is about navigation speed and user privacy. It does not index the page for search, generate an AI answer, or collect a training corpus. Seeing either the traffic-advice lookup or a private prefetch says nothing about later AI citations.
This entry marks robots.txt support as true, but it does not contain a stable user-agent token for a bot-specific robots group. Chrome's documentation provides /.well-known/traffic-advice as the direct control. That file is fetched by the proxy and cached according to its HTTP cache headers.
