Seatext library

How to Verify That Excluded Pages Are Not Being Translated

Check the SeaText translation log, view the page in each language front‑end, and inspect hreflang tags for excluded URLs. Follow this detailed checklist to confirm exclusion rules work across all target languages.

What You Need Before You Start

Before you begin verification, make sure you have an active exclusion rule in the SeaText dashboard. The rule can be global or language‑specific. Save the rule and note its pattern (URL, wildcard, or regex). Clear any site, CDN, or browser cache so you see a fresh response. Prepare a list of all target languages you translate into.

Step 1: Open the SeaText Translation Log

The SeaText dashboard includes a real‑time translation log. Navigate to Dashboard → Translation Log. The log records every page that SeaText processes, including a status column. Look for your excluded page URL. If the rule works, the log will show a status such as "Excluded" or "Skipped". This entry proves that SeaText recognized the rule before attempting translation.

Why this check matters: The log is the single source of truth for SeaText activity. It tells you whether the rule was applied at the moment the page was crawled. If the page appears with a Translated status, the rule either did not match the URL pattern or was not enabled for that language.

Trade‑offs: The log reflects the most recent crawl. If you changed a rule moments ago, a cached crawl may still show an old status. In that case, clear caches and wait a few minutes for SeaText to re‑process the page.

What to do if the log shows translation: Verify the rule syntax. SeaText supports exact URLs, wildcard patterns (e.g., /blog/*), and regular expressions. Ensure the pattern matches the full path, including trailing slashes. Also confirm the rule is enabled for all target languages you care about.

Step 2: View the Page in Each Target Language Front‑End

Open the excluded page URL in a browser while simulating each target language. The simplest method is to add the language prefix (e.g., /es/) or use a browser extension that changes the Accept‑Language header. The page should remain in its original language (usually English) for every language you excluded.

Why this check matters: Users see the live front‑end, not just logs. If a visitor still receives a translated version, the exclusion is ineffective for that visitor segment.

Trade‑offs: Real‑time translation can fall back to cache if a CDN serves a stale copy. Always purge CDN caches after changing rules.

If the page appears translated: Return to the dashboard and verify that the rule is set as a global exclusion, not just a language‑specific one. In SeaText you can toggle "Apply to all languages" when creating the rule.

Step 3: Inspect Hreflang Tags

SeaText automatically injects <link rel="alternate" hreflang="xx" href="..."> tags on translated pages. For an excluded page, there should be no hreflang tag pointing to a translated version. Open the page source or use a browser developer tool to search for hreflang.

Why this check matters: Search engines rely on hreflang tags to serve the correct language to users. An unwanted hreflang tag can cause Google to index a translation that you intended to keep out of the index.

Trade‑offs: Some themes add static hreflang tags. Ensure you are looking at the tags generated by SeaText, not hard‑coded ones.

If you find an unexpected hreflang tag: Re‑visit the exclusion rule and confirm that the rule pattern matches the exact URL. Also check whether the rule is set to "Exclude from hreflang generation" – a separate toggle in the SeaText rule editor.

Step 4: Use a Language Switcher or URL Prefix Test

If your site includes a language switcher widget, click each language option while on the excluded page. The switcher should either keep you on the original URL or show a 404/redirect, but never load a translated version. If you use URL prefixes, manually type the prefixed URL (e.g., /fr/about) and observe the response.

Why this matters: Some sites generate language switcher links based on a sitemap. An outdated sitemap can still list a translation that no longer exists, confusing users and bots.

Trade‑offs: A redirect to the original page is acceptable; a redirect to a different page may indicate a mis‑configured rule.

Why This Matters

Excluding pages from translation is not just a convenience. It protects brand consistency, prevents legal mis‑translation, and saves translation costs. When an excluded page is inadvertently translated, search engines may index duplicate content in multiple languages, diluting SEO value. Users may also see a version that does not match the original intent, leading to higher bounce rates.

From a cost perspective, each translated page consumes AI processing minutes. Unnecessary translations increase your monthly usage and can push you into a higher pricing tier on SeaText.

Finally, compliance‑heavy pages (privacy policies, terms of service) often require exact wording. An accidental translation could create legal exposure in jurisdictions where the translated text is considered official.

Common Pitfalls and How to Avoid Them

  • Cache not cleared: CDN or browser cache can serve an old translated version. Always purge caches after updating rules.
  • Rule applied to a single language only: SeaText defaults to language‑specific rules. Tick the "Apply to all languages" box for global exclusions.
  • Incorrect URL pattern: Missing trailing slash, query string, or sub‑domain can cause a rule to miss. Test the pattern with the exact URL you see in the log.
  • Existing translations remain: Exclusions stop future translations but do not delete already created ones. Manually delete old translations from the SeaText dashboard if needed.
  • Dynamic groups: Pages that belong to a translation group (e.g., product families) may still be pulled in by group‑level settings. Add a specific rule for the individual URL to override the group.

Advanced Verification Techniques

For large sites, manual checks become impractical. Use these advanced methods:

  1. Export the translation log: SeaText allows CSV export. Filter the file for your excluded URL and verify the Status column shows Excluded for every language.
  2. Automated hreflang audit: Run a site‑wide crawler (e.g., Screaming Frog) and export all hreflang tags. Search for the excluded URL; any matching hreflang entry indicates a rule failure.
  3. API check: SeaText provides an API endpoint to query page status. Use a script to request the status of each target language URL and confirm the response is "skipped" or "excluded".

These techniques let you verify hundreds of pages in minutes and provide evidence for internal audits.

What to Do If Exclusion Is Not Working

If any step shows the page is still being translated, follow this remediation path:

  1. Open the rule in the SeaText dashboard.
  2. Confirm the rule is enabled and set to "All languages" (or the specific languages you need).
  3. Check the URL pattern for exact matches, including trailing slashes and query strings.
  4. Save the rule and wait a few minutes for SeaText to re‑process the page.
  5. Clear all caches (CDN, WordPress, browser).
  6. Re‑run the verification steps.

If the problem persists, contact SeaText support. Provide the page URL, the rule ID, and a screenshot of the translation log entry showing the unexpected status.

FAQ

Does SeaText show which pages were excluded in the log?

Yes. The translation log includes a status column. Excluded pages appear with a Skipped or Excluded label, assuming the rule is saved correctly.

Can I exclude a page from one language but allow translation in others?

Yes. SeaText lets you set language‑specific exclusions. When creating the rule, select the languages you want to exclude and leave the others unchecked.

Will excluding a page remove its existing translations?

No. Exclusions only prevent future translations. Existing translations stay live until you delete them manually from the dashboard.

How long does it take for an exclusion rule to take effect?

Usually within a few minutes. After saving, purge any caches to see the change immediately.

Do exclusions affect hreflang tags?

Yes. If a page is excluded from a language, SeaText does not generate an alternate hreflang link for that language. Inspecting hreflang tags is a reliable verification method.

What if I exclude a page that is part of a translation group?

Exclusion rules apply to individual URLs. Even if the page belongs to a group, the rule overrides the group setting as long as the URL matches exactly.

How do I set a global exclusion rule?

In the SeaText dashboard, go to Rules → Add New Rule. Choose Exclude URL, enter the full URL pattern, and check the box labeled "Apply to all languages". Save the rule and clear caches.

What happens if I exclude a page that is part of a dynamic group?

The rule will still prevent translation for that specific URL. However, other pages in the dynamic group will continue to translate unless they have their own exclusion rule. Verify the group’s settings if you notice unexpected translations.

Can I export the translation log for audit purposes?

Yes. The SeaText dashboard offers a CSV export button on the translation log page. Use it to filter for excluded URLs and keep a record for compliance or cost‑analysis reports.

Is there an API to check exclusion status?

SeaText provides an API endpoint that returns the translation status of a URL per language. Query the endpoint with the page URL and review the status field for values like "skipped" or "translated".

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.