Custom Code
Last updated about 1 month ago
The Custom Code feature allows you to insert HTML, JavaScript, or CSS code directly into your site's head tag. This is useful for adding analytics tracking, custom fonts, third-party integrations, or specialized styling that isn't available through the standard interface.

When to Use Custom Code
Adding tracking scripts (Google Analytics, Plausible, etc.)
Integrating third-party tools and widgets
Including custom fonts from services like Google Fonts
Adding site verification tags for search engines
Implementing specialized JavaScript functionality
Important Notes
Custom code will only be included in the deployed version of your site and will not be active when previewing changes
Code should be properly formatted to avoid breaking your site
Be cautious when adding third-party scripts as they may impact site performance
Remember to test your site after publishing to ensure your custom code functions as expected
Simply paste your code into the text area below and click "Save" to apply your changes. The code will be included in the <head>
tag of your published site upon the next publication.