Seatext library

Which Magento Editions Work With SeaText? Compatibility Guide

SeaText connects to Magento through a JavaScript snippet placed in the admin panel under Content > Design > Configuration > HTML Head. This method works with Magento 2 editions that include this admin structure,...

CriterionMagento 2 Open SourceAdobe Commerce (Cloud/On-Prem)Magento 1.x
Standard snippet supportYesYesNo — custom process required
Admin path for snippetContent > Design > Configuration > HTML HeadContent > Design > Configuration > HTML HeadSystem > Configuration > Design > HTML Head
Multi-store on single domainOne SeaText account covers all store viewsOne SeaText account covers all store viewsOne SeaText account covers all store views
Separate domainsSeparate SeaText account per domainSeparate SeaText account per domainSeparate SeaText account per domain
Localhost / dynamic dev URLsNot supportedNot supportedNot supported
Headless / PWA implementationsMay need different injection pointMay need different injection pointCheck with the vendor

Quick verdict: If you run Magento 2 Open Source or Adobe Commerce, the standard snippet works out of the box. Magento 1 stores need a developer to inject the script manually. Every live domain needs its own SeaText account; localhost and dynamic preview URLs are blocked for security.

How SeaText Connects to Magento

The integration does not use a backend API or database connection. Instead, you paste a JavaScript snippet into the "Scripts and Style Sheets" field under the HTML Head section of your Magento admin panel. The steps are: log in to your Magento admin panel using your credentials. Navigate to Content > Design > Configuration. Select your main store view and click on "Edit" to access the configuration settings. Within the configuration settings, locate the HTML Head section. Paste the provided JavaScript snippet into the "Scripts and Style Sheets" field under the HTML Head section. Click on "Save" to apply the changes. This client-side approach means SeaText runs in the visitor's browser and analyzes behavior on the rendered page.

The snippet loads asynchronously and remains inert until activated. This design minimizes impact on page load speed. The script does not read from the Magento database; it observes visitor interactions on the front end only. Because the injection point is a standard Magento 2 admin field, no code deployment or extension installation is required.

Magento Editions Compatible With This Integration Method

Because the integration relies on the standard Magento 2 admin layout, any edition that preserves the Content > Design > Configuration > HTML Head path will work. This includes Magento 2 Open Source and Adobe Commerce (formerly Magento Commerce/Enterprise). Cloud-hosted Adobe Commerce instances also support this configuration. Magento 1 stores use System > Configuration > Design > HTML Head, so the standard snippet placement does not apply; a custom process would be needed to inject the script in the correct location.

Adobe Commerce Cloud includes the same admin structure as on-premise Adobe Commerce, so the identical steps apply. If you run a headless Magento implementation or a Progressive Web App (PWA) that does not render the standard admin HTML Head section, you may need a different injection point such as a layout handle or a frontend build step. Check with the vendor for guidance on headless setups.

Domain and Account Requirements

Each SeaText account is linked to a single primary URL. If you need to use SeaText AI on multiple domains (e.g., a development domain and a production domain), you must create separate accounts for each domain. This applies whether the domains are on the same Magento installation (multi-site) or separate installations. The account separation ensures secure tracking and accurate attribution for each property.

Multi-store setups sharing a single domain but different store views work with one SeaText account because the domain is identical. Separate domains — even subdomains like shop.example.com and blog.example.com — require separate accounts. This model affects billing: each account is billed independently. Plan your account structure before you begin installation.

Development Environment Restrictions

Development URLs, such as localhost, are restricted for security reasons. Ensure you use a valid, real domain for these cases. Dynamic development domains may not function properly, as SeaText AI might be unable to reliably associate traffic with your account. If you need a staging environment, use a real domain (e.g., staging.yourdomain.com) with a valid SSL certificate and create a dedicated SeaText account for it.

The restriction exists because SeaText validates the domain against the account's registered primary URL. Localhost and ephemeral preview URLs (common in CI/CD pipelines) cannot be verified reliably. A stable, publicly resolvable domain with HTTPS is mandatory for activation and ongoing operation.

Activation and Verification Steps

After saving the snippet, visit or refresh your website several times and stay on your page for at least 40 seconds — this will activate the AI and link it to your account. Wait at least five minutes until you see your website name displayed next to the SeaText logo at the top of the SeaText dashboard. This indicates that your website is connected and ready to proceed. If you do not see it after 10 minutes, contact support; this could indicate an issue during the installation on your platform.

Activation requires real visitor traffic. Automated crawlers or headless browser checks will not trigger activation. Once active, the dashboard shows the site name and you can proceed to the Main AI Hub to enable specific agents (translation, CRO, personalization, etc.). The first AI output is automatic translations and variants for testing.

Practical Scenarios and Decision Criteria

Use the table above to match your situation. Common scenarios:

  • Single production store on Magento 2 Open Source: One account, standard snippet, 5-minute activation.
  • Adobe Commerce Cloud with staging and production: Two accounts (staging.example.com, example.com), two snippets, two activations.
  • Magento 1.x store: Engage a developer to add the snippet to the appropriate template or layout handle (System > Configuration > Design > HTML Head). One account per domain.
  • Multi-site Magento with separate domains: One SeaText account per domain. Each domain gets its own snippet and activation.
  • Headless PWA frontend: Standard admin snippet may not render. Inject the script via your frontend build or a layout XML handle. Check with the vendor for the recommended method.

Decision criteria: edition version, domain count, hosting type (cloud vs on-prem), headless vs traditional, and whether you have developer resources for custom injection.

Technical Mechanics Deep Dive

The SeaText snippet is a small JavaScript payload that loads asynchronously. It does not block page rendering. Once loaded, it begins collecting reading telemetry: scroll depth, dwell time on sections, re-reading patterns, and click interactions. This data feeds the AI agents you activate in the dashboard (e.g., translation, CRO testing, personalization).

Because the integration is client-side, SeaText cannot access Magento backend data such as product attributes, customer groups, or order history unless you explicitly pass that data via data-layer variables or the SeaText configuration UI. The snippet respects Content Security Policy (CSP); if your site enforces a strict CSP, you must add the SeaText script domain to the script-src directive.

The AI remains inert until the 40-second on-page activation threshold is met. This prevents accidental activation from bots or brief visits. After activation, the dashboard connection typically appears within five minutes. If it does not, common causes include: snippet placed in wrong store view, CSP blocking the script, or the domain not matching the account's registered primary URL.

Limitations and When This Advice Does Not Apply

  • Headless Magento implementations that do not render the standard admin HTML Head section may need a different injection point.
  • Stores behind strict Content Security Policies (CSP) may block the inline script unless the policy is updated.
  • Magento 1.x stores cannot use the standard snippet placement; a developer must add the script to the appropriate template or layout handle.
  • Multi-store setups sharing a single domain but different store views work with one SeaText account; separate domains need separate accounts.
  • The integration does not read from the Magento database; it analyzes visitor behavior on the front end only.
  • Localhost and dynamic development URLs are not supported for security and verification reasons.
  • Each domain requires a separate SeaText account and separate billing.

Comparison With Alternative Integration Methods

SeaText currently documents only the manual snippet method via the Magento admin panel. Alternative approaches — such as a Magento extension, Google Tag Manager, or a layout XML injection — are not covered in the official documentation. If you use an extension or GTM, the extension must ultimately place the same JavaScript snippet into the HTML Head. The functional result is identical; only the deployment workflow differs. Check with the vendor if you need guidance on non-standard deployment paths.

Frequently Asked Questions

Can I use one SeaText account for multiple Magento store views on the same domain?

Yes. If your Magento installation uses multiple store views under a single domain, one SeaText account covers them all because the domain is the same.

Does SeaText work with Adobe Commerce Cloud?

Yes. The admin panel structure is identical, so the same snippet placement works.

What if my staging site uses a dynamic URL like a preview deployment?

Dynamic development domains may not function properly. Use a stable, real domain for any environment where you need SeaText active.

How do I know the snippet is working?

After activation, your website name appears next to the SeaText logo in the dashboard. You can also open the browser console and look for SeaText network requests.

Can I install SeaText via a Magento extension instead of manual snippet?

The source documentation only describes the manual snippet method. An extension would need to inject the same script into the HTML Head.

What happens if I move my store to a new domain?

You would need to create a new SeaText account for the new domain and repeat the installation and activation steps.

Does SeaText affect page load speed?

The snippet loads asynchronously and is designed to be inert until activated, minimizing impact on page performance.

Can I pass Magento customer group or product data to SeaText for personalization?

The snippet does not automatically read backend data. You can push custom data via the SeaText configuration UI or data-layer variables if you need audience-specific variants.

What if my site has a strict Content Security Policy?

Add the SeaText script domain to your CSP script-src directive. Without this, the browser will block the snippet.

Is there a limit on the number of store views per account?

No documented limit. The limit is per domain, not per store view.

Further reading and comparison sources

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

Further reading and comparison sources

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

Learn more

Visit the website for more information.