Setup

Integrate gocertify by adding the following gocertify to your site’s <head> using either a tag manager (no developer needed) or manually pasting it in (basic HTML knowledge recommended). The setup takes less than 2 minutes!

Remember to replace example-company with your actual company name in the script below.

gocertify-script
        <script>
          (function() {
            var el = document.createElement("script");
            el.setAttribute("src", "https://assets.gocertify.me/assets/gocertify.js");
            el.setAttribute("data-brand", "example-company"); //replace example-company with your company name
            el.setAttribute("defer", "true");
            document.body.appendChild(el);
          })();
        </script>

Option 1: Use tag manager (no dev required)

Tag managers let you can easily add the gocertify script site-wide without needing a developer. Pick your prefered manager to see how it’s done.

Option 2: Manually add script