How can I keep the same URL for my documents on Webflow consistently, without the platform automatically changing it and without including "Webflow" in the PDF URLs?

TL;DR
  • Host documents on an external service like Amazon S3 or your own server to maintain consistent, branded URLs without auto-renaming.  
  • Link to these documents in Webflow using the external URL option instead of uploading them to the Asset Manager.

To keep the same URL for documents (like PDFs) in Webflow without auto-renaming or including "Webflow" in the links, you'll need to bypass Webflow’s native asset hosting system.

1. Understand Webflow’s Limitations with File URLs  

  • When you upload files (e.g., PDFs) to the Webflow Asset Manager, Webflow renames and hosts them on its CDN, often including “webflow” in the URL and changing filenames on re-upload.
  • Uploaded file URLs are not permanent; re-uploading a file generates a new URL even if the filename is the same.

2. Use an External File Hosting Provider  

To maintain consistent file URLs, host your PDF or document externally using a platform that allows custom, static URLs without automatic renaming.

  • Common options:  
  • Amazon S3 (with CloudFront for a CDN)  
  • Google Cloud Storage (with public access and custom domains)  
  • Dropbox (with direct link generator)  
  • Google Drive (with caution due to link expirations)  
  • Your own server or hosting service with a domain

  • Benefits:
  • Full control over file names and URL structure.
  • No "Webflow" in the URL.
  • You can replace the file without changing the existing URL.

3. Link to External URL in Webflow

Once you’ve uploaded your document to an external host:

  • Copy the permanent link (URL) from your file host.
  • In Webflow Designer:
  • Select a button, text link, or anchor.
  • In the element settings panel, set the Link field to External URL and paste your custom link.

4. (Optional) Use a Custom Domain for Document URLs  

If you want to brand the file links with your own domain (e.g., downloads.yoursite.com/whitepaper.pdf):

  • Set up a subdomain on your custom domain.
  • Point it to your external file host (e.g., configure a CDN like CloudFront over S3).
  • Upload and manage files from there.

Summary  

To keep a consistent, unchanging document URL without “Webflow” in it, you should host files on an external service such as Amazon S3 or your own server. Then, link to the file using an external URL in Webflow. Avoid using Webflow’s Asset Manager for documents that need stable or branded links.

Rate this answer

Other Webflow Questions