Marketing landing page for WRLD VoIP Systems — AI-powered call analysis built on Telzio's enterprise VoIP platform.
Live: https://wrld.tel
- Static HTML + Tailwind CSS (CDN)
- Hosted on Cloudflare Pages
- Google Tag Manager for analytics
npx wrangler pages deploy . --project-name=wrld-tel-websiteOr connect this repo to Cloudflare Pages for automatic deploys on push.
| Setting | Value |
|---|---|
| Build command | (none — static site) |
| Build output directory | / |
| Custom domain | wrld.tel |
.
├── index.html # Main landing page
├── privacy.html # Privacy policy
├── terms.html # Terms of service
├── wrangler.toml # Cloudflare Pages config
└── public/
├── robots.txt # Crawler directives
├── sitemap.xml # Sitemap for search engines
├── _headers # Cloudflare security headers
└── _redirects # Clean URL routing
Replace GTM-XXXXXXX in index.html with your actual Google Tag Manager container ID.
- Open Graph + Twitter Card meta tags
- JSON-LD structured data (Organization + WebSite)
- Canonical URLs
robots.txt+sitemap.xml- Semantic HTML with ARIA landmarks
- Security headers via
_headers
- callanalysis.wrld.tel — Call analysis dashboard
- api.voip.wrld.tech — Backend API
- wrld.host — WRLD hosting platform