# PDF2Form — https://pdf2form.org User-agent: * Allow: / # Document-specific app routes. They require a loaded PDF and redirect to # /upload for anyone arriving without one, so there is nothing to index. Disallow: /fill/ Disallow: /export/ # User-specific data — never indexed. # No trailing slash: a Disallow rule is a PREFIX match (RFC 9309), and the # route is /history. "Disallow: /history/" matched nothing on this site. Disallow: /history # The web manifest's share_target action — a real route, but a processing # endpoint: it consumes the file the service worker stashed and redirects # onward. An endpoint, not indexable content. Disallow: /share-target Sitemap: https://pdf2form.org/sitemap.xml