All generators
Business · Hotel

Hotel / Lodging Schema Generator

Hotels, B&Bs and lodging businesses.

output.json
{
  "@context": "https://schema.org",
  "@type": "Hotel",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "",
    "addressLocality": "",
    "addressRegion": "",
    "postalCode": "",
    "addressCountry": "GB"
  }
}