docs: update CHANGELOG and PROJECT.md with Market Score page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-24 10:16:15 +01:00
parent b7485902e6
commit abc8be12c3
2 changed files with 11 additions and 0 deletions

View File

@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased] ## [Unreleased]
### Added
- **Market Score methodology page** — standalone page at `/{lang}/market-score`
explaining the padelnomics Market Score (Zillow Zestimate-style). Reveals four
input categories (demographics, economic strength, demand evidence, data
completeness) and score band interpretations without exposing weights or
formulas. Full JSON-LD (WebPage + FAQPage + BreadcrumbList), OG tags, and
bilingual content (EN professional, DE Du-form). Added to sitemap and footer.
First "padelnomics Market Score" mention in each article template now links
to the methodology page (hub-and-spoke internal linking).
### Fixed ### Fixed
- **Double language prefix in article URLs** — articles were served at - **Double language prefix in article URLs** — articles were served at
`/en/en/markets/italy` (double prefix) because `generate_articles()` stored `/en/en/markets/italy` (double prefix) because `generate_articles()` stored

View File

@@ -118,6 +118,7 @@
- [x] Cookie consent banner (functional/A/B categories, 1-year cookie) - [x] Cookie consent banner (functional/A/B categories, 1-year cookie)
- [x] Virtual office address on imprint - [x] Virtual office address on imprint
- [x] SEO/GEO admin hub — GSC + Bing + Umami sync, search/funnel/scorecard views, daily background sync - [x] SEO/GEO admin hub — GSC + Bing + Umami sync, search/funnel/scorecard views, daily background sync
- [x] Market Score methodology page (`/{lang}/market-score`) — Zillow-style explanation of the padelnomics Market Score; EN + DE; JSON-LD (WebPage + FAQPage + BreadcrumbList); hub-and-spoke internal linking from all article templates
### Testing ### Testing
- [x] Playwright visual/E2E test suite — 77 tests across 3 files (visual, e2e flows, quote wizard); single session-scoped server + browser; mocked emails + waitlist mode; ~59s runtime - [x] Playwright visual/E2E test suite — 77 tests across 3 files (visual, e2e flows, quote wizard); single session-scoped server + browser; mocked emails + waitlist mode; ~59s runtime