Cloudflare Pages and Access official publishing documentation
The preserved sources document four distinct pieces of a private-publication decision:
- Pages Direct Upload accepts a prebuilt directory through Wrangler or dashboard drag and drop.
- Pages custom headers
can attach
X-Robots-Tag: noindexto matching responses. - Cloudflare Access places an authentication layer in front of a public hostname.
- Google’s robots-tag specification
explains that
noindexcontrols search presentation, while the crawler must be able to retrieve the directive.
Together they support two different publication modes.
A public Pages site with noindex is intentionally obscure but readable
by anyone who obtains its URL.
A Pages site behind Access is actually access-controlled.
The documentation does not justify treating noindex,
an unlinked hostname, or robots.txt as authorization.
Sources
Connections