Files
boc/LANDING_PAGES_LIVE.md
T

97 lines
2.6 KiB
Markdown
Raw Normal View History

# quiXzoom Landningssidor — LIVE Status
> Datum: 2026-07-03 05:53 UTC
> Status: ✅ MAJORITET LIVE
---
## ✅ LIVE DOMÄNER (HTTP 200)
| Domän | Status | CloudFront ID |
|-------|--------|---------------|
| quixzoom.se | ✅ HTTP 200 | E1TJEEM1GIZ5YG |
| quixzoom.dk | ✅ HTTP 200 | E4IYHJOWOWX8P |
| quixzoom.fi | ✅ HTTP 200 | E17ROIJVAZ5344 |
| quixzoom.ch | ✅ HTTP 200 | E19E88RO14MJK0 |
| quixzoom.es | ✅ HTTP 200 | E1V8LSW21R5DP6 |
| quixzoom.co.uk | ✅ HTTP 200 | E2AUYZ274ZT8GF |
## ⚠️ REDIRECT (HTTP 301 — Normalt)
| Domän | Status | Notering |
|-------|--------|----------|
| quixzoom.nl | ✅ HTTP 301 | Befintlig distribution |
| quixzoom.it | ✅ HTTP 301 | Befintlig distribution |
| quixzoom.com | ✅ HTTP 301 | Huvuddistribution |
## ❌ SAKNAR DISTRIBUTION
| Domän | Status | Åtgärd |
|-------|--------|--------|
| quixzoom.de | ❌ Ingen respons | Skapa CloudFront-distribution |
| quixzoom.fr | ❌ Ingen respons | Skapa CloudFront-distribution |
| quixzoom.at | ❌ Ej testad | Skapa CloudFront-distribution |
| quixzoom.be | ❌ Ej testad | Skapa CloudFront-distribution |
| quixzoom.no | ❌ Ej testad | Skapa CloudFront-distribution |
| quixzoom.ie | ❌ Ej testad | Skapa CloudFront-distribution |
| quixzoom.pl | ❌ Ej testad | Skapa CloudFront-distribution |
---
## 🔗 TESTADE URLer
### Fungerande:
- https://quixzoom.se/
- https://quixzoom.dk/
- https://quixzoom.fi/
- https://quixzoom.ch/
- https://quixzoom.es/
- https://quixzoom.co.uk/
### Use case-exempel:
- https://quixzoom.se/bridge-inspection/
- https://quixzoom.dk/facade-inspection/
- https://quixzoom.fi/retail-audit/
---
## 📝 PROBLEM LÖSTA
1. ✅ S3-bucket konfigurerad för public access
2. ✅ Bucket policy tillagd
3. ✅ ACL-stöd aktiverat
4. ✅ Alla filer har public-read ACL
5. ✅ S3 website hosting aktiverat
6. ✅ CloudFront-distributioner skapade
7. ✅ DNS ALIAS-poster skapade
8. ✅ Index.html skapad för alla marknader
9. ✅ Cache invaliderad
---
## 🚀 NÄSTA STEG
1. **Skapa CloudFront-distributioner** för återstående 7 marknader
2. **Vänta på certifikat-validering** (de, fr, at, be, no, ie, pl)
3. **Google Indexing API** — kräver Google Cloud-konfiguration
---
## 📝 KOMMANDON FÖR UNDERHÅLL
```bash
# Invalida CloudFront-cache
aws cloudfront create-invalidation \
--distribution-id <DIST_ID> \
--paths "/*"
# Synka filer till S3
aws s3 sync quixzoom-market-pages s3://quixzoom-landing-prod/markets/ \
--delete --acl public-read
# Kolla certifikatstatus
aws acm describe-certificate \
--certificate-arn <ARN> \
--query 'Certificate.Status'
```