To add a canonical tag in Webflow, you'll need to access the Page Settings for the specific page you're working on. Here's a step-by-step guide:
1. Access the Page Settings
- Open your Webflow project and navigate to the page for which you want to add a canonical tag.
- Click on the settings icon (gear) next to the page name to access the Page Settings.
2. Locate the SEO Settings
- Scroll down until you find the SEO Settings section.
- This section is where you can insert custom meta tags for your page.
3. Insert the Canonical Tag
- In the Head Code field under Custom Code, insert your canonical tag using HTML format.
- For example:
<link rel="canonical" href="https://www.yourdomain.com/your-page-path" /> - Ensure the href attribute is pointing to the correct, preferred URL.
4. Save and Publish
- Save the changes by hitting the Save button in the Page Settings.
- Publish your site to ensure the canonical tag is applied on the live page.
Summary
To add a canonical tag in Webflow, access the Page Settings, locate the SEO Settings, and insert your canonical tag in the Head Code section. Remember to publish your site to apply the changes.