Hotel price structured data format lets partners add details to their web page so that Google's systems can better understand the information.
You can use structured data to annotate price information on your website, which can help Google improve the accuracy of price validations and perform more checks. Learn more about how Google enforces price accuracy.
Google can only use structured data to improve price accuracy checks for partners whose structured data matches the data shown to website users. Partners are expected to verify and monitor the accuracy (or 'trustability') of their structured data implementation using the Hotel Centre reports for price accuracy checks. If Google detects mismatches between your structured data and your website, structured data won't be used for price accuracy checks until the mismatches are fixed and trustability is maintained consistently for multiple days.
On this page
- Resources
- Add structured data for prices
- Test and verify your structured data setup
- Check your structured data trustability and view rich results
- Instructions on how to check structured data mismatches in the Hotel Centre
- FAQ
Resources
The following resources are available to help you implement and verify structured data on your website:
Tool/content | Usage |
---|---|
RRT tool: Rich results test – Google Search Console | Self-serve tool for partners to debug and verify their implementation |
Developer website: Hotel price structured data reference | Detailed data structures and technical implementation information with examples |
Help Centre and troubleshooting in Hotel Centre: About structured data for Hotel ads price accuracy validation | Google Help Centre: General and non-technical information on structured data and troubleshooting in the Hotel Centre |
'Contact us' page | Technical support and questions |
Add structured data for prices
To add structured data for hotel prices to your website, you need to edit the code on your landing page URLs where users find their price options. You can follow the Hotel price structured data reference page in our Developer's Guide to get started.
Test and verify your structured data setup
After you add structured data to your website, you can check your results using Google's Rich results test. The rich results test is a web-based tool provided by Google that helps you to test and validate the structured data on your web pages at no cost. The tool analyses whether your existing code could make your pages eligible for rich results in Google Search. Learn more about Google's rich results test.
Instructions
- Go to the rich results test.
- Select your input method:
- URL: Paste the URL of the web page that you want to test.
- Code snippet: Directly paste your HTML code if you're working on new or draft content.
- Based on your input method, click Test URL or Test code. The tool will analyse your structured data.
- Review results under the 'Hotels' section:
- Eligible rich results: The tool will display the rich result types that your page could trigger on Google Search.
- Warnings and errors: The tool will identify any technical errors or warnings. Fix any critical errors showing in the tool.
Google will automatically scan your website for the structured data and validate that the signal is trustworthy for price accuracy checks. This can take several days after you successfully complete your structured data setup. You may notice an increase in price accuracy validations in Hotel Centre, indicating that your structured data is being used. Learn more about pricing: Check your price accuracy.
Check your structured data trustability and view rich results
Each validation has a trustability status that displays whether the price that Google retrieved from your structured data markup (SDM) matches the price found by our reviewers on the website. As long as there are mismatches, structured data isn't considered trustable and won't be used for price validation.
Instructions on how to check structured data mismatches in the Hotel Centre
Google expects that there are no mismatches between structured data on the website and the prices shown on the websites.
To activate the 'Markup trustability' column in Hotel Centre:
- Sign in to your Hotel Centre account.
- In the left-hand menu, click the Pricing tab.
- Click the 3-dot icon in the upper-right corner of the 'Pricing' table at the bottom of the page, then select Manage columns.
- In the 'Manage columns' pop-up, select the Markup trustability tick box.
- Click Update.
To filter by structured data trustability mismatch issues:
- Click Add a filter, then select Markup trustability from the drop-down.
- Use the filter to check for prices where the trustability signal is either Disagree or No markup found or Incorrect dates to identify issues.
- Remove the 'Price match excluding = Yes' and 'Affects score = Yes' filters.
- Select the rate that you want to investigate, then click on the screenshot with the price.
- Select the first screenshot.
- In the upper-left corner of the screenshot, click the View HTML in rich result test button to be redirected to the rich results debug page.
Markup trustability status | Description |
TRUSTABILITY_AGREE | This means that the price markup on your landing page matches the price that you show to users. |
TRUSTABILITY_DISAGREE | This means that the price markup on your landing page does not match the price that you show to users. |
Markup trustability not found | This means that we checked your landing page structured data but did not find any markup information for this itinerary. |
TRUSTABILITY_UNKNOWN | This means that we haven't checked your structured data or that instance is irrelevant. |
FAQ
Can you clarify the benefit of implementing structured data markups (also called microdata)?
How do I implement structured data?
- Learn about structured data for Hotel ads price accuracy validation and hotel price structured data reference for instructions on how to implement, test and verify your implementation.
- Rich result test is the only tool needed to verify and debug your implementation.
How do I verify my structured data implementation?
I have implemented structured data but I can't see anything in RRT.
In order for your data to show in the tool, you should have at least one of the following:
- Need to have
hotel
with amakesOffer
property:
{
"@context": "https://schema.org",
"@type": "Hotel",
"makesOffer": {}
}
- Or a
hotel
with acontainsPlace
property set to aHotelRoom
with anoffers
property:
{
"@context": "https://schema.org",
"@type": "Hotel",
"containsPlace": {
"@type": "HotelRoom",
"offers": {}
}
}
- Make sure that every data format is correctly represented.
- Only the Hotels section is important in the RRT tool results page.
- Expand the data model in RRT. This should give you more information about the data found on your website, including errors and details about the data being scraped.
I want to use the 'Microdata' format instead of the suggested 'JSON-LD' format. Does this change my hotel price accuracy checks?
- You can use any of the supported formats. All formats have the same troubleshooting information in the RRT tool.
- We recommend JSON-LD but you can choose other supported formats too.
What does 'Trustability' mean?
What is the expected trustability for SDM implementation and verification?
What are the common issues in which structured data implementation fails? I can't see any errors in RRT but the data is considered 'not trustable' by Google.
- Data structure isn't implemented correctly: Verify with Hotel price structured data reference. For example, the price number includes an unnecessary currency 'USD' string.
- Nightly price is presented instead of total stay price: Make sure that the total price for the stay is presented in the structured data.
- Taxes and fees aren't represented in the structured data: Structured data should match the visual elements in the page and price sent to Google.
How do I check the 'trustable' or 'not-trustable' instances of price checks by Google
- Using Hotel Centre, follow the instructions in the section Check your structured data trustability and view rich results.
- Partners are expected to have trustable structured data on their website (meaning that structured data matches the data shown to website users) and are expected to verify and monitor the trustworthiness of their structured data implementation using the Hotel Centre price accuracy checks.
How should I indicate sold out or unavailable itineraries in markups?
Does structured data work the same on mobile websites?
What are the next steps after implementing structured data?
- After implementing structured data, review your trustability in the Hotel Centre and fix any instances where markup trustability is either Disagree or No markup found or Incorrect dates. Google will automatically scan and validate your structured data for price accuracy.
- This process may take a few days, and you might see more price accuracy validations in Hotel Centre once it's complete. Google expects 100% trustability of SDM to be able to use the markups for price accuracy validations; this means that there should not be any issues present in the Hotel Centre for trustability.