Webflow sync, pageviews & more.
NEW

Why is the Webflow URL being added in front of the external URL when I have a link block for an external URL? Is this not supported in the free version of Webflow?

TL;DR
  • Ensure the link includes https:// or http:// to prevent Webflow from treating it as a relative URL.
  • Test the link on a published site, as preview mode may display it differently.
  • Check for incorrect formats like //example.com or misspelled protocols.
  • Verify that custom JavaScript or redirects aren’t modifying the link.

If Webflow is adding its domain before an external URL, it’s likely because the link is missing https:// or http://. Webflow treats links that don’t include a full protocol as relative URLs, causing them to be appended to your site’s domain.

  • Go to the Link Block settings in Webflow.
  • Check how the URL is entered under the Link Settings.
  • Ensure it starts with https:// or http:// (e.g., https://example.com).

2. Check Published vs. Designer Mode

  • In preview mode, Webflow might use a relative format, but on a published site, it should behave correctly.
  • Publish your site and test the link outside of the Webflow Designer.

3. Ensure No Extra Slashes or Misspelled Protocols

  • Double-check for an incorrect format like //www.example.com or htps://example.com.
  • These mistakes might cause Webflow to assume a relative path.

4. Confirm No Redirects or Custom Code Are Interfering

  • If you’ve added custom JavaScript or redirects, check that they aren’t altering external links.
  • Disable any custom code, republish, and test again.

Summary

Webflow fully supports external URLs in the free version. If the domain is being prepended, it’s likely due to a missing or incorrect protocol (https:// or http://). Double-check the formatting and test on a published version of your site.

Rate this answer

Other Webflow Questions