This commit is contained in:
Andras Schmelczer 2026-05-13 08:00:12 +01:00
parent 63713c3a2b
commit bd6b511f16
17 changed files with 544 additions and 377 deletions

View file

@ -49,8 +49,8 @@ fn seo_page_for_path(path: &str) -> Option<SeoPage> {
match path {
"/" => Some(SeoPage {
canonical_path: "/",
title: "Find the best postcodes and areas to live in England | Perfect Postcode",
description: "Discover where to live by comparing England postcodes by budget, commute, schools, crime, noise, broadband, property prices and local amenities before viewing homes.",
title: "Stop searching the wrong places | Perfect Postcode",
description: "Filter every postcode in England by budget, commute, schools, crime, noise, broadband, property prices and amenities before you start chasing viewings.",
indexable: true,
}),
"/learn" | "/support" => Some(SeoPage {