Skip to main content

How to add custom meta tags to your store

Written by Camila
Updated this week

You can add custom meta tags to your store for verification and tracking purposes. This is commonly used for:

  • Google Search Console site verification

  • Facebook domain verification

  • Other third-party tools that require a meta tag in the head section of your website

These meta tags are added to the HTML head section of your store and are not visible to customers.

How to add a meta tag

  1. Click Settings.

  2. Select SEO and Trackings.

  3. Scroll down to the Custom code section.

  4. Under Meta tags in head (only), paste your meta tag.

    Example:

    <meta name="google-site-verification" content="your-code-here" />

  5. Click Save.

Important notes:

  • Only <meta /> tags are supported in this section.

  • Do not paste script tags or other types of code here.

  • The tags will apply to your store subdomain (for example, yourstore.take.app) or your connected custom domain.

Did this answer your question?