Harry Fielder
All Schema Generators

Free Tool

Hotel Schema Markup Generator

Fill in your hotel's details and get valid JSON-LD structured data you can paste into your website. Built against the schema.org hotel specification.

Property Details

Contact

Address

Operations

Amenities

Payment Accepted

JSON-LD Output
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Hotel",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "GB"
  },
  "checkinTime": "15:00",
  "checkoutTime": "11:00"
}
</script>

Paste this into the <head> of your hotel's homepage. Validate at Google Rich Results Test.