How can I access the HTML section of a Webflow site in order to add a meta tag for domain verification?

Published on
September 22, 2023

To access the HTML section of a Webflow site and add a meta tag for domain verification, follow these steps:

  1. Login to your Webflow account and select the project that you want to work on.
  2. Once you're on the project dashboard, click on the "Project Settings" button at the bottom left of the screen.
  3. In the project settings menu, click on the "Custom Code" tab.
  4. Scroll down to the "Head Code" section, where you can add custom HTML code that will be placed in the head tag of your site.
  5. In this section, you can add your meta tag for domain verification. For example, if you're using Google Search Console for domain ownership verification, you would add a meta tag like this:
<meta name="google-site-verification" content="YOUR_VERIFICATION_CODE" />

Replace YOUR_VERIFICATION_CODE with the actual verification code provided by Google.

  1. Once you have added the meta tag, click "Save Changes" at the bottom of the page.
  2. Publish your site for the changes to take effect.

By following these steps, you can easily access the HTML section of your Webflow site and add a meta tag for domain verification.

Additional Notes:

  • The meta tag for domain verification may vary depending on the platform or service you are trying to verify your domain with. Make sure to follow the specific instructions provided by the service to ensure successful verification.
  • Adding custom code to the Head Code section in Webflow is not limited to meta tags. You can also add other types of custom code such as tracking scripts, CSS styles, or JavaScript code.

Example Questions:

  • How do I add a meta tag for domain verification in Webflow?
  • What is the process to access the HTML section of a Webflow site?
  • Can I add custom code, like meta tags, in Webflow for domain verification?