← The Lake District pages

Structured data for Greystoke House

9 Leonard Street, Keswick, CA12 4EL · +44 17687 72603 · greystokeguesthouse.co.uk

What a machine can find out about you today

Keswick is the hardest town in the Lakes to be found in, because everybody is searching for it and there are a great many beds. Here is what a machine has on you: the name, 9 Leonard Street, the postcode, and the phone number — that much is on OpenStreetMap and copied out across the directory sites. It knows nothing else. Not that there are five rooms, not what one costs, not whether a car can be left anywhere, not whether a dog can come, not what time you hand over a key, not whether you will take a single Saturday night in July, not what is on the table at breakfast. So when a visitor asks an assistant for a room in Keswick with parking and a dog, it cannot put Jonathan and Emma's house forward. It answers with the listings that have all of that written out in code — and takes its cut.

Your block, free

Small file, one job: it states who you are, where you are and how big you are, in the format every assistant reads.

LodgingBusiness · JSON-LD
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LodgingBusiness",
  "name": "Greystoke House",
  "url": "https://greystokeguesthouse.co.uk",
  "telephone": "+44 17687 72603",
  "email": "info@greystokeguesthouse.co.uk",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "9 Leonard Street",
    "addressLocality": "Keswick",
    "addressRegion": "Cumbria",
    "postalCode": "CA12 4EL",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.599866,
    "longitude": -3.132635
  },
  "numberOfRooms": 5,
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Free WiFi",
      "value": true
    }
  ]
}
</script>

This block is yours, free, whether or not you buy anything. Paste it in the <head> of your home page.

I should say where this came from. It is built from public listing data — the OpenStreetMap entry for Leonard Street and the directory sites. Your prices and your facilities were not visible to me, so check it over before you paste it.

The line to look at is numberOfRooms. I have put five because that is what the listings say; if you let out a sixth, or one of the five is really a family room let as two, then that number should change or come out. Same with the wifi line. Nothing here is meant to be taken on trust from me.

The rest of it: the AI-search booking pack

A five-room house cannot outspend a booking site, and does not have to. It can out-answer one. Every question a guest asks before they book, written down once, in words for them and in code for the machine. Four sets of files, pasted in, done.

$39 One payment. No subscription.
Delivered within 3 hours of payment.
Pay $39 by card or bank

The checkout asks you to type the amount — enter 39. Add your property name when you pay, or send it in the box below.

Ask me something first

Questions are welcome and cost nothing. If you want to know what the block above is doing line by line, ask and I will write it out for you.