Seatext library

Common Problems When Using SeaText AI on Multiple Shopify Domains (And How to Fix Them)

The most common problem is using one SeaText AI account on multiple Shopify domains. Each domain needs its own account. Development URLs like localhost are restricted. You also need to verify that the primary...

Running SeaText AI on multiple Shopify domains can create confusion. The most common problem is using one SeaText AI account for more than one domain. That setup is not supported. Each account is linked to a single primary URL. You need a separate account for each domain. You also need to avoid restricted development URLs such as localhost. And you need to track multiple accounts and billing carefully. This article explains the common problems, why they happen, and how to fix them.

The One-Account Mistake (Most Common Problem)

Many store owners try to use the same account on a live store and a development store. For example, you have mystore.com and dev.mystore.com. If you install the same SeaText AI code on both, the AI may not work reliably. SeaText AI links each account to one primary URL. When the script appears on another domain, the system may not be able to associate traffic with your account.

Symptom: The AI agents do not activate on one or both domains.

Diagnosis: Check which domain is set as the primary URL for the account. Then compare it with the domain that has the script installed.

Solution: Create a separate account for each domain. Install the script from that account only on that domain.

How to Create Separate SeaText AI Accounts Step by Step

Step 1: Create one account per domain

Go to the SeaText AI website and create an account for the first domain. Then create another account for the second domain. Do not reuse the same account. The SeaText integration guide says you must create separate accounts for each domain.

Step 2: Copy the JavaScript code from the account

After you create an account, find the JavaScript code inside that account. SeaText calls this the SEATEXT code integration. Each account gives you a code snippet. Use the snippet only on the domain linked to that account.

Step 3: Install the code in Shopify

Log in to Shopify and go to Online Store > Themes. Click the three dots next to your active theme and select Edit code. Open the Layout folder and select theme.liquid. Paste the JavaScript code into the <head> section or the area indicated in the integration guide. Then click Save.

Step 4: Repeat for each domain

Log in to the second SeaText AI account. Copy its code. Install that code in the second Shopify store. Do not use the first account's code.

Step 5: Add the product description tag if needed

If you use the product description optimization feature, open the product template in Shopify. Find the product description output code. Wrap it with the required data attribute as shown in the integration guide. Save and test on a product page.

For the exact integration steps, see the Shopify Integration guide.

How to Verify Domain-Account Matching in the Dashboard

After installation, confirm the primary URL matches the domain where the script is installed. Here is a simple check.

  1. Log in to your SeaText AI account.
  2. Open the dashboard or account settings.
  3. Find the field labeled primary URL or domain.
  4. Compare it with the domain in your browser address bar.
  5. If they do not match, you have the wrong account installed.

You can also check the live site. Open your store in a browser. View the page source and look for the SeaText code. The code should be the same one that appears in the account set for that domain.

Finally, watch the account activity. If the dashboard shows no traffic for a store, the domain may be mismatched. If the dashboard shows traffic from the wrong store, the same problem exists.

Troubleshooting Mismatched Settings

Mismatched settings create clear symptoms. Use this guide to identify and fix them.

Problem: AI agents do not activate on the live site

Cause: The script from a development account was installed on the live domain. The primary URL does not match.

Fix: Remove that code. Create or activate the correct account for the live domain. Install the correct code.

Problem: No activity in the dashboard

Cause: The domain is a restricted development URL like localhost. SeaText restricts development URLs for security reasons. Dynamic development domains may not work because SeaText may be unable to reliably associate traffic with your account.

Fix: Use a real domain. For pre-production tests, use a staging subdomain such as staging.mystore.com. Create a separate account for that domain.

Problem: Product description changes do not appear

Cause: The data attribute is missing from the product template.

Fix: Open the product template file. Wrap the product description output with the required data attribute. Save the file and preview a product page. Use browser developer tools to inspect the HTML and confirm the attribute is present.

Problem: Two stores show the same account activity

Cause: The same JavaScript code was pasted into both Shopify stores.

Fix: Remove the code from one store. Create a new account for that store and install its unique code.

Development Domains vs. Staging Subdomains

SeaText treats development domains differently from real domains. localhost is not a real domain. It is restricted. Dynamic development domains from cloud IDEs may also fail. A staging subdomain like staging.mystore.com is a real domain. It can work if you create a separate account for it.

CriteriaDevelopment DomainStaging Subdomain
Examplehttp://localhost:3000staging.mystore.com
Is it a real domain?NoYes
Allowed by SeaText?No, restricted for securityYes, with a separate account
Common useLocal coding and quick testsPre-launch testing with staging server
Reliability for trackingLow; dynamic URLs may changeHigh; stable and can be linked to a primary URL

Use a staging subdomain when you need to test SeaText before launch. Give it its own account. Keep the live account separate. This prevents data contamination and avoids wasted time.

Managing Multiple Subscriptions and Billing

When you have multiple accounts, you also have multiple billing relationships. This can create confusion if you do not organize it.

Use a clear naming convention for each account. Include the store, domain, and purpose. For example, mystore-live and mystore-staging.

Keep a simple spreadsheet or note with:

  • Domain
  • Account email
  • Primary URL
  • Plan or subscription status

Use separate payment methods if you need to separate costs by client or project. If an invoice is unclear, check which account it belongs to before paying.

For pricing details, see the Shopify Integration page or the SeaText pricing section.

Common Questions About SeaText AI on Multiple Domains

Can I use one SeaText AI account on my main domain and a subdomain?

No. A subdomain is a separate domain. If you want SeaText on blog.mystore.com, that subdomain needs its own account.

Why is localhost blocked?

SeaText restricts development URLs for security reasons. A local URL is not a valid real domain, and dynamic development domains may not function properly.

How long does setup take for two stores?

According to SeaText, you can add Seatext to a site in under one minute. You also need to create an account and copy the code. The exact time depends on your theme and setup.

Can I change the primary URL later?

Based on the current instructions, each account is linked to a single primary URL. If you need a different domain, create a new account for it. Check with the vendor if you have an enterprise need.

What should I do if I already installed the same script on two domains?

Remove the script from one domain. Create a new account for that domain and install its unique script. Then verify the primary URL matches.

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.