Need Google Analytics, a site-verification tag, or a marketing pixel? NEOVANTAGE lets you add custom code and tracking scripts from a dedicated Custom HTML Code section, with no need to edit themeThemeA collection of templates and styles that controls how your site looks. files.
Where to Paste Your Code
Go to Appearance > Customize > Custom HTML Code. You will find three slots:
- Codes between <head> and </head> tags – for analytics, verification meta tags, and most tracking snippets.
- Codes right after <body> tag – for tools that ask to load immediately after the opening body tag (such as a tag-manager noscript fallback).
- Codes right before </body> tag – for chat widgetsWidgetA small content block you place into a sidebar or widget area. and scripts that should load last.
Tips for Adding Code Safely
- Paste the snippet exactly as the provider gives it to you, including the surrounding
<script>tags. - Add one snippet at a time and check your site after each, so a broken script is easy to trace.
- Use the correct slot – most analytics and pixels belong in the head slot.
Because this lives in the Customizer rather than a file, your scripts survive theme updates and you can include them when you export your settings.