# Install on Carrd

> Carrd Pro sites take embed code in the head, which covers the whole one-page site.

Section: Installation guides  
Canonical page: https://statsy.co/docs/install/carrd  
Last updated: 2026-09-15

Carrd sites are one page, so a single embed in the head covers everything.

## Where it goes

1. Add an embed elementIn the editor, add an **Embed** element and set its type to code.
2. Place it in the headPaste the tag and choose to place it in the page **Head**, then publish. Embeds require a Carrd Pro plan.

```html
<script defer data-website-id="ws_XXXXXXXX" data-domain="yourstartup.com" src="https://statsy.co/js/script.js"></script>
```

## Confirm it works

Open the published site and check **Live**. The Carrd editor preview does not run embeds, so test on the published URL.

## Sections are not pages

A multi-section Carrd site scrolls rather than navigates, so it is one pageview no matter how far a visitor reads. Use scroll depth, which the script records automatically, to see how far down people get, and set up scroll goals in **Goals** for the depths that matter. Publishing to a free `carrd.co` address sends beacons from a host that is not your domain and they are dropped, so connect your own domain.

Previous: [Install on Replit](https://statsy.co/docs/install/replit)  
Next: [Install on Hugo](https://statsy.co/docs/install/hugo)