How it works
Analytics & SEO
How to setup Google Analytics to my Figma website?
You can implement Google Analytics on all Detachless plans. Simply find your Google Analytics Measurement ID (G-XXXXXXXXXX), copy it from Google, and paste it into the Detachless settings.
Can I add custom code to my Figma website?
To implement analytics tools like Google Tag Manager or Facebook Pixel, upgrade your account and add the code to the beginning or end of the <head> or <body> tag.
Is generated code by Detachless SEO friendly?
Yes, Detachless generates SEO-friendly code. The output includes semantic HTML elements, proper heading hierarchy, optimized meta tags, clean URLs, and responsive design - all key factors for search engine optimization. The generated pages also maintain fast loading speeds.
How do you add specific HTML tags?
To add specific HTML tags in Detachless, use these layer name prefixes in Figma:
Text layers default to <p>
Frames default to <div>
Add custom tags using brackets:
[h1], [h2], [h3], [h4], [h5], [h6], [button], [nav], [footer], [section], [p], [div]Example: "[h1] Main Title" creates <h1>Main Title</h1>