General installation instructions for Locadapt on any website
Access Your Website's HTML
Locate the Head Section
<head>
section in your HTML. This is usually near the top of the document.Add Locadapt Code
</head>
tag, add the following code:YOUR_PROJECT_ID
with the actual project ID provided in the configuration page for your Locadapt project.Save and Deploy
data-defer-ssr
and defer
tags on the Locadapt script. For details, see the frontend frameworks guide.data-start-hidden
or data-link-prevent-default
which may be relevant for your specific use case — see the relevant section in the frontend frameworks guide for more details.data-link-prevent-default
will be highly relevant.YOUR_PROJECT_ID
with your actual Locadapt project ID.</head>
tag.