How to add custom code
In this article, you’ll learn how to add Custom Code to your Framer website.
What can you add with Custom Code?
Analytics and marketing tags: GA4, Meta Pixel, LinkedIn
Chat and support widgets: Intercom, Zendesk, Crisp
Custom CSS and JavaScript: tweaks, utilities, tiny features
Structured data and meta tags: JSON‑LD,

How to add custom code
Open Project Settings
Select the Custom Code tab from the menu
Click Add Script if you don’t have any code added yet
Click the + button if you already have code added to your site
Give the script a recognizable name so you can easily identify what the code snippet is for later
Select the placement of the code
If you want to add the code to specific pages only, select them from the list
If you select a CMS page, you can add Structured Data for SEO
Select Once if you want the code to be added and executed only once, for example when adding event listeners. Select Run On Every Page Visit if you want the code to be executed every time someone visits that page.

Updated