Workflow

Domain Verification and Serving Activation

Follow the sequence below, then use API Reference for payload schema and response details.

Steps

  1. Create site (if not already done):

    Operation IDs: sites.create

  2. Provision custom hostname after customer CNAME is live:

    Operation IDs: sites.domains.provision

  3. Refresh validation status if certificate/hostname lags:

    Operation IDs: sites.domains.refresh

  4. Enable locale serving:

    Operation IDs: sites.locales.serve

  5. After verified domains, active deployments, and language readiness checks pass, opt the site into

    Operation IDs: sites.indexingPolicy.update

  6. Verify domain token (`_weblingo.<domain>` TXT or test token):

    Operation IDs: sites.domains.verify

  7. Enable locale serving:

    Operation IDs: sites.locales.serve

  8. Keep indexing disabled for local/dev sites; only production customer domains should be opted in:

    Operation IDs: sites.indexingPolicy.update

Notes

Cloudflare for SaaS flow:

customer-domain indexing:

Local/dev TXT verification flow:

Related Docs