This commit is contained in:
Andras Schmelczer 2026-07-12 15:03:33 +01:00
parent 982e0cc89c
commit cfaf58dfba
44 changed files with 793 additions and 201 deletions

View file

@ -35,7 +35,7 @@ const ROUTES = [
output: 'property-price-map/index.html',
title: 'Property price map for England - Compare postcodes before viewing',
description:
'Compare sold prices, estimated current value, price per square metre and local context across English postcodes before searching listings.',
'Compare sold prices, estimated current value, price per square metre and local context across English postcodes to find the underpriced ones.',
},
{
path: '/postcode-property-search',
@ -127,7 +127,7 @@ const FAQ_SCHEMA_ITEMS = [
{
question: 'Where should I look once the obvious areas are too expensive?',
answer:
'Set your budget, property type, floor area, commute, schools, crime, noise, broadband, parks, and other must-haves. The map removes postcodes that fail those tests, so overlooked areas can surface before you start searching listings.',
'Set your budget, property type, floor area, commute, schools, crime, noise, broadband, parks, and other must-haves. The map ranks every postcode in England on those measures, so overlooked, underpriced areas (the cheaper twins of the names everyone knows) rise to the top.',
},
{
question: 'What should I do when my search returns too many or too few areas?',
@ -145,9 +145,9 @@ const FAQ_SCHEMA_ITEMS = [
'The estimate starts with the last HM Land Registry sale price, adjusts it to current-market terms using repeat-sales modelling and fallback models, then blends that result with a nearest-neighbour estimate from nearby, recently sold, same-type homes.',
},
{
question: 'Does Perfect Postcode replace Rightmove, Zoopla and OnTheMarket?',
question: 'How is Perfect Postcode different from Rightmove, Zoopla and OnTheMarket?',
answer:
'No. Perfect Postcode helps you choose the right postcode from area data; the listing portals are still where you check live availability, photos, agent contact, viewings and alerts.',
'Listing portals show you individual homes that are for sale right now. Perfect Postcode is where you decide which postcode to buy in, ranking every postcode in England on 200+ data fields the portals never compare, from £/sqm to crime, schools and commute.',
},
];