46 lines
1.4 KiB
Markdown
46 lines
1.4 KiB
Markdown
|
|
# Landvex Canonical Fix — 2026-07-08
|
||
|
|
|
||
|
|
## Status: ✅ KLART
|
||
|
|
|
||
|
|
## Fixade sidor: 34 st
|
||
|
|
|
||
|
|
### Root-sidor (20)
|
||
|
|
- methodology, enterprise, about, careers, contact
|
||
|
|
- privacy, terms, security, trust, compliance
|
||
|
|
- cookie-policy, dpa, data-lineage, data-quality
|
||
|
|
- subprocessors, sla, reports, pilot, blog, accessibility
|
||
|
|
|
||
|
|
### Verticals (4)
|
||
|
|
- verticals/municipalities
|
||
|
|
- verticals/infrastructure
|
||
|
|
- verticals/property
|
||
|
|
- verticals/retail
|
||
|
|
|
||
|
|
### Intelligence (10)
|
||
|
|
- intelligence/city-health-index
|
||
|
|
- intelligence/infrastructure-risk-index
|
||
|
|
- intelligence/investment-attractiveness-index
|
||
|
|
- intelligence/commercial-opportunity-index
|
||
|
|
- intelligence/development-forecast
|
||
|
|
- intelligence/growth-velocity-index
|
||
|
|
- intelligence/neighbourhood-quality-index
|
||
|
|
- intelligence/risk-resilience-profile
|
||
|
|
- intelligence/urban-growth-index
|
||
|
|
|
||
|
|
## Åtgärd
|
||
|
|
1. Laddade ner alla HTML-filer från S3
|
||
|
|
2. Ersatte `www.landvex.com` → `landvex.com` i alla filer
|
||
|
|
3. Laddade upp fixade filer till S3
|
||
|
|
4. Invaliderade CloudFront cache (`/*` wildcard)
|
||
|
|
|
||
|
|
## Resultat
|
||
|
|
Alla canonicals pekar nu korrekt på `https://landvex.com/...` (utan www).
|
||
|
|
|
||
|
|
## Privacy meta (exempel)
|
||
|
|
```html
|
||
|
|
<meta name="description" content="Landvex Privacy Policy — how we process personal data in our decision-intelligence platform. GDPR compliant.">
|
||
|
|
<title>Privacy Policy — Landvex</title>
|
||
|
|
<link rel="canonical" href="https://landvex.com/privacy/">
|
||
|
|
<meta name="robots" content="index, follow">
|
||
|
|
```
|