Seatext library

Signs That Seatext Is Not Properly Activated on Tilda (and How to Fix Each One)

If Seatext is not properly activated on Tilda, you will usually see one of three signs: the live chat widget never appears on your pages, your Seatext dashboard shows no visitor sessions, or your...

If Seatext is not properly activated on Tilda, you will usually see one of three signs: the live chat widget never appears on your pages, your Seatext dashboard shows no visitor sessions, or your browser console shows script errors. Each sign points to a different cause, and the fix depends on whether the JavaScript was placed in the site-wide HEAD field, inside a T123 block on a single page, or not published yet.

Activation is a two-step process on Tilda. First, the Seatext JavaScript snippet must be pasted into the correct location. Second, the page must be published and visited at least once for at least 40 seconds so the AI can link the visit to your account. Skipping either step is the most common reason activation fails.

Quick diagnostic: which sign are you seeing?

Start with the symptom you can observe directly. The table below maps each visible sign to the most likely cause and the first thing to check.

Sign you seeMost likely causeFirst thing to check
No chat widget on any pageScript not in site-wide HEAD, or Tilda cache not refreshedSite Settings → Edit code inside HEAD tag
Widget on some pages, missing on othersScript only placed inside a T123 block on specific pagesEach missing page for a T123 HTML block
Dashboard shows zero visitorsPage not published, or visit shorter than 40 secondsRepublish and stay on the page for 40+ seconds
Console shows 404 or blocked requestWrong domain in Seatext account, or ad blockerDomain registered in Seatext matches your live URL
Website name never appears next to Seatext logoAccount not yet linked to the live domainWait five minutes after first qualifying visit

Sign 1: The chat widget never appears on your pages

This is the most common activation failure. The script is either missing from the page, sitting in the wrong field, or blocked before it can run.

Check the site-wide HEAD field

Open your Tilda dashboard and go to Site Settings. Look for the field labeled "Edit code inside HEAD tag." The Seatext JavaScript snippet must be pasted there if you want it to load on every page. If you pasted it somewhere else, such as the body or a single block, it will not run site-wide.

Check that you actually published

Tilda separates editing from publishing. Saving a change in Site Settings does not push it live. You must click Publish for the new HEAD code to reach your visitors. Open your live site in a private browser window and view the page source. Search for "seatext." If the snippet is not in the source, the publish step was skipped.

Check for script blockers

Browser extensions, privacy filters, and some CDN firewalls can block third-party scripts. Test from a clean browser profile with no extensions. If the widget appears there but not in your normal browser, the issue is local blocking, not activation.

Sign 2: The widget appears on some pages but not others

This sign almost always means the script was placed inside a T123 HTML block on specific pages instead of in the site-wide HEAD field. T123 is Tilda's block for embedded HTML, and it only loads on the page where it was added.

How to confirm

Open the page that is missing the widget. Click the plus icon to add a block and look for T123. If T123 is not present on that page, the script was never added there. If T123 is present but the widget still does not load, open the block, click Content, and confirm the Seatext snippet is still inside the HTML editor.

How to fix

You have two clean options. The first is to move the script to Site Settings → Edit code inside HEAD tag so it loads everywhere. The second is to add a T123 block with the snippet to each page that needs it. The site-wide HEAD approach is simpler to maintain and is the recommended path in the Seatext Tilda integration guide.

Sign 3: The dashboard shows no visitor data

If the widget is visible on your pages but the Seatext dashboard stays empty, the script is running but the visit has not been registered. There are three usual reasons.

The page was not published after the script was added

Editing a page in Tilda does not make changes live. Click Publish on every page that should carry the script, then reload the live URL.

The visit was too short

Seatext needs a real session to link a visit to your account. Open the live page yourself and stay on it for at least 40 seconds. Refresh once or twice during that window. A bounce under 40 seconds will not register.

The domain in your Seatext account does not match the live URL

Each Seatext account is tied to one primary URL. If your account was created for www.example.com but you are testing on example.com, or on a staging subdomain, the visit will not attach to the account. Use the exact domain registered in Seatext, and avoid localhost or dynamic development URLs, which are restricted for security reasons.

Sign 4: Console errors when you load the page

Open your browser developer tools, switch to the Console tab, and reload the page. Errors related to Seatext usually fall into three buckets.

  • 404 on the Seatext script file: the snippet was copied incompletely, or the account ID inside it is wrong. Re-copy the snippet from your Seatext dashboard.
  • Blocked by Content Security Policy: Tilda's default settings allow third-party scripts, but a custom CSP can block them. Add seatext.com to your allowed script sources.
  • Mixed content warning: the page is served over HTTPS but the script URL is HTTP. Re-copy the snippet, which should always start with https://.

Sign 5: The website name never shows next to the Seatext logo

After you install the script and visit the page, Seatext tells you to wait at least five minutes until your website name appears next to the Seatext logo at the top of the dashboard. If that never happens, the link between your account and the live domain has not formed.

The usual cause is a domain mismatch. Confirm the URL in your browser bar matches the primary domain on file in your Seatext account, character for character, including the protocol. If you run multiple environments, such as a staging site and a production site, each one needs its own Seatext account because each account is linked to a single primary URL.

Step-by-step activation check for Tilda

Run through this sequence in order. It mirrors the official Seatext Tilda integration steps and adds the checks that catch the most common activation failures.

  1. Log in to Seatext and copy the JavaScript snippet shown in the integration section.
  2. In Tilda, open Site Settings and paste the snippet into the field labeled "Edit code inside HEAD tag."
  3. Save the settings, then click Publish at the top of the Tilda dashboard.
  4. Open your live site in a new private browser window.
  5. Stay on the page for at least 40 seconds and refresh once.
  6. Return to Seatext and wait up to five minutes for your website name to appear next to the Seatext logo.
  7. Open the Seatext dashboard and confirm at least one visitor session is recorded.

If you only want the script on a single page instead of the whole site, replace step 2 with: open that page, add a T123 block, choose Other, click Content, paste the snippet, save, and publish.

Common mistakes that look like activation failures

  • Pasting into the body instead of the HEAD. Some Tilda fields look similar. The HEAD field is the only one that loads before page content renders.
  • Forgetting to publish. Tilda keeps a draft and a live version. The script only runs on the live version.
  • Testing on localhost. Seatext restricts development URLs for security reasons, so the script will not link to your account from a local server.
  • Using one account for two domains. Each domain needs its own Seatext account.
  • Checking the dashboard too early. Visitor data can take a few minutes to appear after the first qualifying visit.

Limitations of this diagnostic

This guide covers activation issues that originate on the Tilda side or in the basic Seatext setup. It does not cover deeper problems such as conflicts with other third-party scripts, custom Tilda Zero Block code that strips injected scripts, or server-side caching layers that serve stale HTML. If the steps above do not resolve the issue, the next move is to view the live page source and confirm the Seatext snippet is present, then contact Seatext support with a screenshot of the console.

Key facts about Seatext on Tilda

FactDetail
Recommended install locationSite Settings → Edit code inside HEAD tag
Per-page install optionT123 block → Other → Content → paste snippet
Minimum visit length to activate40 seconds on the live page
Time for website name to appear in dashboardAt least 5 minutes after first qualifying visit
Accounts per domainOne Seatext account per primary URL
Restricted environmentsLocalhost and dynamic development domains

Frequently asked questions

How long does Seatext take to activate on Tilda?

After you publish the page with the script, visit it and stay for at least 40 seconds. Your website name should appear next to the Seatext logo within about five minutes. If it does not, the domain in your account likely does not match the URL you visited.

Can I install Seatext on just one Tilda page?

Yes. Add a T123 block to that page, choose Other, click Content, paste the Seatext snippet, save, and publish. The script will only run on pages that contain the T123 block.

Why does the widget show in my browser but not in the dashboard?

The script is running, but the visit has not been linked to your account. Confirm the live URL matches the primary domain on your Seatext account, then refresh the page and stay for at least 40 seconds.

Do I need a separate Seatext account for my staging site?

Yes. Each Seatext account is linked to a single primary URL. If you want Seatext on both a staging domain and a production domain, create one account for each.

Will ad blockers prevent Seatext from activating?

They can. If the widget never appears in your normal browser but does appear in a clean browser profile with no extensions, the issue is local blocking, not activation. Ask visitors to allowlist your domain or test from a different browser.

What should I do if the console shows a Seatext error?

Re-copy the snippet from your Seatext dashboard to rule out a partial paste. If the error is a Content Security Policy block, add seatext.com to your allowed script sources. If the error is mixed content, confirm the snippet URL starts with https://.

Further reading and comparison sources

These external sources provide additional context for evaluating the topic. Their inclusion is not an endorsement.

How Seatext helps once activation is confirmed

Once the script is correctly placed in Tilda's HEAD field and the first qualifying visit has linked your account, Seatext begins running its AI agents on your live pages. The Tilda integration is designed so the script stays inert until activation, which protects your existing content during install.

After activation, Seatext can rewrite landing page copy to match Google Ads keywords, translate pages into up to 125 languages, run A/B tests on headlines and CTAs, and detect bot clicks in paid traffic. All of these run through the same JavaScript snippet you pasted into Tilda, so there is no second install step.

The main requirement is that the snippet stays in the HEAD field and the page stays published. If you redesign a Tilda page or move to a new template, re-check that the HEAD code is still present, because Tilda can reset site settings during major rebuilds.