How to Add <noscript> Tag

Overview

Once you have updated to our Shopify source, Google Tag Manage(GTM) is loaded onto you site via the App Theme Embed portion of you thing. This places your GTM code in the head. If you have a need for the


What is the Purpose of the <noscript> GTM Tag?

The <noscript> tag for GTM only runs when JavaScript is disabled on your site. It unlikely you'll need this tag as many things on your site are unlikely to work when JavaScript is disabled. Furthermore the only GTM tags that will properly function without JS custom image tags. In most situations you won't need this tag.

Other uses would be for website ownership verification in Google Search Console. You are able to verify other ways if needed or you can manually ad the

Why Would I Want to Add the

How Do I Add the <noscript> GTM Tag?

Find your <noscript> tag in GTM:

  • Login to your Google Tag Manager Account.
  • Select your container if you have access to multiple.
  • Navigate to the upper right-hand corner of the page and click you Container ID.
    • (See Figure 1)

Figure 1

  • Copy the second block of code for pasting in the <body> tag
    • (See Figure 2)

Figure 2

Add to your Shopify Theme:

  • Open you theme.liquid file for your theme.
    • Locate the <body> tag.
    • Paste this script directly below the opening <body> tag.
      • (See Figure 3)

Figure 3

📘

If your <noscript> tag is placed elsewhere in the body you may not be able to verify your website ownership in Google Search Console