Settings

Manage site settings and script injection

Use this page to inject custom scripts and tags into your blog pages. Content in Header Code is injected inside <head>, Body Code at the start of <body>, and Footer Code at the end of <body>.

Site Information

Header Code Injection

Inside <head>

Inject code right before the closing </head> tag. Use this for:

<meta name="google-site-verification"> <link rel="stylesheet"> <script src="..."> <style>...</style>

Body Code Injection

Start of <body>

Inject code right after the opening <body> tag. Use this for:

<noscript>...</noscript> Chat widgets Cookie consent banners

Footer Code Injection

End of <body>

Inject code right before the closing </body> tag. Use this for:

Google Analytics Facebook Pixel Tracking scripts Custom JS

Quick Reference

Google Search Console

Add your verification meta tag in Header Code:

<meta name="google-site-verification" content="YOUR_CODE" />
Google Analytics 4

Add GA4 script in Footer Code:

<script>...gtag('config','ID');</script>
Chat Widget

Add chat widget in Body Code:

<script src="widget.js"></script>