Fix voice
This commit is contained in:
parent
e9e47fd811
commit
f047e50989
9 changed files with 109 additions and 65 deletions
|
|
@ -28,7 +28,7 @@ const ROUTES = [
|
|||
output: 'pricing/index.html',
|
||||
title: 'Perfect Postcode pricing - Lifetime property search map access',
|
||||
description:
|
||||
'Get lifetime access to the postcode property search map for England, including filters, saved searches, exports, and future data updates.',
|
||||
'Get lifetime access to the postcode property search map for England, including filters, saved searches, exports and future data updates.',
|
||||
},
|
||||
{
|
||||
path: '/property-price-map',
|
||||
|
|
@ -105,19 +105,19 @@ const ROUTES = [
|
|||
output: 'privacy-security/index.html',
|
||||
title: 'Perfect Postcode privacy and security - Saved searches and account data',
|
||||
description:
|
||||
'Learn how Perfect Postcode treats saved searches, account data and property research workflows with privacy and security in mind.',
|
||||
'Learn how Perfect Postcode keeps your saved searches and account data private and secure, and what it does and does not store.',
|
||||
},
|
||||
{
|
||||
path: '/terms',
|
||||
output: 'terms/index.html',
|
||||
title: 'Terms of Service | Perfect Postcode',
|
||||
title: 'Terms of service - Perfect Postcode',
|
||||
description:
|
||||
'The terms that govern your use of Perfect Postcode, including lifetime access, acceptable use, data accuracy, payments and refunds.',
|
||||
},
|
||||
{
|
||||
path: '/privacy',
|
||||
output: 'privacy/index.html',
|
||||
title: 'Privacy Policy | Perfect Postcode',
|
||||
title: 'Privacy policy - Perfect Postcode',
|
||||
description:
|
||||
'How Perfect Postcode collects, uses and protects your data: account details, payments, saved searches, AI queries, analytics and your UK GDPR rights.',
|
||||
},
|
||||
|
|
@ -132,7 +132,7 @@ const FAQ_SCHEMA_ITEMS = [
|
|||
{
|
||||
question: 'What should I do when my search returns too many or too few areas?',
|
||||
answer:
|
||||
'Start with hard limits, then colour the map by a trade-off such as price per sqm, road noise, school score, or commute time. If the map gets too narrow, relax one slider and you can see exactly which compromise opens up more options.',
|
||||
'Start with hard limits, then colour the map by a trade-off such as price per sqm, road noise, school score, or commute time. If the map gets too narrow, relax one slider to see exactly which compromise opens up more options.',
|
||||
},
|
||||
{
|
||||
question: 'How are the travel times calculated?',
|
||||
|
|
@ -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: 'Should I use this before or after checking Rightmove?',
|
||||
question: 'Does Perfect Postcode replace Rightmove, Zoopla and OnTheMarket?',
|
||||
answer:
|
||||
'Use Perfect Postcode before and alongside listing portals. Rightmove, Zoopla, and OnTheMarket are still where you check live availability, photos, agent contact, viewings, and alerts.',
|
||||
'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.',
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue