Files
boc/SEO_CANONICAL_FIX.md
T
Bernt 6de2455917 v1.2.0: Add Global Markets footer, translated to 9 languages
- Added GLOBAL_MARKETS_TITLE to all translation files
- Updated footer with 12 markets (4 active + 8 upcoming)
- Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi
- Built and deployed to production
- CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
2026-07-08 19:56:03 +00:00

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">
```