101 lines
3.9 KiB
Markdown
101 lines
3.9 KiB
Markdown
|
|
# quiXzoom Global Domain Strategy Audit
|
||
|
|
|
||
|
|
## Current State (2026-07-08)
|
||
|
|
|
||
|
|
### Active Domains (Real Content)
|
||
|
|
| Domain | Market | Language | Status | Content |
|
||
|
|
|--------|--------|----------|--------|---------|
|
||
|
|
| quixzoom.com | Global/EN | English | ✅ Active | Main site, shows 6 countries in footer |
|
||
|
|
| quixzoom.se | Sweden | Swedish | ✅ Active | Localized for SE, SEK, local payments |
|
||
|
|
| quixzoom.co.uk | UK | English | ✅ Active | GBP, UK-specific |
|
||
|
|
| quixzoom.asia | Asia Hub | 9 languages | ✅ Active | Multi-language landing |
|
||
|
|
| quixzoom.nl | Netherlands | Dutch | ⚠️ Redirect | /markets/nl/ "Coming Q1 2027" |
|
||
|
|
|
||
|
|
### Registered but Redirecting to .com
|
||
|
|
| Domain | Redirect Target | Issue |
|
||
|
|
|--------|----------------|-------|
|
||
|
|
| quixzoom.eu | quixzoom.com | No local content |
|
||
|
|
| quixzoom.jp | quixzoom.com | No local content |
|
||
|
|
| quixzoom.it | quixzoom.com | No local content |
|
||
|
|
| quixzoom.mx | quixzoom.com | No local content |
|
||
|
|
| quixzoom.lat | quixzoom.com | No local content |
|
||
|
|
| quixzoom.net | quixzoom.com | No local content |
|
||
|
|
| quixzoom.org | quixzoom.com | No local content |
|
||
|
|
| quixzoom.tech | quixzoom.com | No local content |
|
||
|
|
|
||
|
|
### Registered but No DNS/404
|
||
|
|
| Domain | Status | Action Needed |
|
||
|
|
|--------|--------|---------------|
|
||
|
|
| quixzoom.de | ❌ No DNS | Setup DNS + content |
|
||
|
|
| quixzoom.fr | ❌ No DNS | Setup DNS + content |
|
||
|
|
| quixzoom.in | ❌ No DNS | Setup DNS + content |
|
||
|
|
| quixzoom.be | ❌ No DNS | Setup DNS + content |
|
||
|
|
| quixzoom.ch | ❌ 404 | Setup content |
|
||
|
|
| quixzoom.dk | ❌ 404 | Setup content |
|
||
|
|
| quixzoom.fi | ❌ 404 | Setup content |
|
||
|
|
| quixzoom.es | ❌ 404 | Setup content |
|
||
|
|
|
||
|
|
## Microsoft-Style Structure Goal
|
||
|
|
|
||
|
|
```
|
||
|
|
quixzoom.com → Global corporate (like microsoft.com)
|
||
|
|
├── /en-us/ → US English
|
||
|
|
├── /en-gb/ → UK English
|
||
|
|
├── /sv-se/ → Swedish
|
||
|
|
├── /de-de/ → German
|
||
|
|
├── /fr-fr/ → French
|
||
|
|
├── /es-es/ → Spanish
|
||
|
|
├── /nl-nl/ → Dutch
|
||
|
|
├── /it-it/ → Italian
|
||
|
|
├── /ja-jp/ → Japanese
|
||
|
|
├── /zh-cn/ → Chinese Simplified
|
||
|
|
├── /ko-kr/ → Korean
|
||
|
|
├── /th-th/ → Thai
|
||
|
|
├── /vi-vn/ → Vietnamese
|
||
|
|
├── /id-id/ → Indonesian
|
||
|
|
├── /ms-my/ → Malay
|
||
|
|
├── /hi-in/ → Hindi
|
||
|
|
├── /pt-br/ → Portuguese (Brazil)
|
||
|
|
└── /markets/ → Market-specific landing pages
|
||
|
|
|
||
|
|
Regional Domains (redirect to .com with locale):
|
||
|
|
quixzoom.se → 301 → quixzoom.com/sv-se/
|
||
|
|
quixzoom.co.uk → 301 → quixzoom.com/en-gb/
|
||
|
|
quixzoom.de → 301 → quixzoom.com/de-de/
|
||
|
|
quixzoom.fr → 301 → quixzoom.com/fr-fr/
|
||
|
|
quixzoom.nl → 301 → quixzoom.com/nl-nl/
|
||
|
|
quixzoom.jp → 301 → quixzoom.com/ja-jp/
|
||
|
|
quixzoom.in → 301 → quixzoom.com/hi-in/
|
||
|
|
quixzoom.asia → 301 → quixzoom.com/asia (or keep as hub)
|
||
|
|
```
|
||
|
|
|
||
|
|
## Implementation Plan
|
||
|
|
|
||
|
|
### Phase 1: Fix DNS/Content for Broken Domains
|
||
|
|
1. quixzoom.de → Setup Route53 + S3/CloudFront
|
||
|
|
2. quixzoom.fr → Setup Route53 + S3/CloudFront
|
||
|
|
3. quixzoom.in → Setup Route53 + S3/CloudFront
|
||
|
|
4. quixzoom.be → Setup Route53 + S3/CloudFront
|
||
|
|
5. quixzoom.ch → Fix content (DNS works, 404)
|
||
|
|
6. quixzoom.dk → Fix content (DNS works, 404)
|
||
|
|
7. quixzoom.fi → Fix content (DNS works, 404)
|
||
|
|
8. quixzoom.es → Fix content (DNS works, 404)
|
||
|
|
|
||
|
|
### Phase 2: Build Multi-Language Corporate Site
|
||
|
|
- Single codebase on quixzoom.com
|
||
|
|
- Locale-based routing (/en/, /sv/, /de/, etc.)
|
||
|
|
- Shared components, localized content
|
||
|
|
- Consistent footer across all locales
|
||
|
|
|
||
|
|
### Phase 3: Update All Footers
|
||
|
|
- Show ALL active markets
|
||
|
|
- Show "Coming soon" for planned markets
|
||
|
|
- Language selector + Region selector
|
||
|
|
- Consistent across all domains
|
||
|
|
|
||
|
|
### Phase 4: Regional Domain Strategy
|
||
|
|
- Decide: keep regional domains or redirect all to .com?
|
||
|
|
- Microsoft redirects all to microsoft.com/en-us/, etc.
|
||
|
|
- Apple keeps regional domains (apple.se, apple.co.uk)
|
||
|
|
- Decision needed from Erik/Johan
|