Skip to main content

Prerequisites

  • A Katla account at katla.app
  • A website you own or control

Step 1: Add your domain

After signing in, go to your team dashboard and add your domain (e.g. example.com). You’ll receive a verification token and can choose one of two verification methods:
Add this tag inside the <head> of your homepage:
<meta name="katla-verification" content="your-token-here" />

Step 2: Verify ownership

Click Verify in the dashboard. Katla will check for your token and confirm ownership.
DNS changes can take a few minutes to propagate. If verification fails, wait and try again.

Step 3: Run your first scan

Once verified, click Scan to start a cookie scan. Katla will crawl your site and detect all cookies being set. When the scan completes, you’ll see every cookie organized by category. Add the Katla script to your website to start collecting visitor consent:
<script src="https://dist.katla.app/{your-site-id}.js"></script>
You can find your site ID and the full embed code in the Widget section of your site settings. The widget will automatically:
  • Display a consent dialog to new visitors
  • Block non-consented cookies from being set
  • Record consent preferences

Next steps