Mobile app version of vmapp.org
Login or Join
RJPawlick198

: Schema.org 'amenityFeature' under Hotel is not recognized by Google I'm developing the schema.org vocabulary for a hotel webpage (see markup for hotels). As per schema.org directives, under Hotel

@RJPawlick198

Posted in: #GoogleRichSnippetsTool #JsonLd #SchemaOrg

I'm developing the schema.org vocabulary for a hotel webpage (see markup for hotels).
As per schema.org directives, under Hotel I can add a amenityFeature but the Google testing tool throws an exception telling me that property is not recognized by Google.

Here the JSON-LD I've been created:

{
"hasMap": "https://www.google.com/maps/@41.380061,2.175798,10z",
"amenityFeature": [
{
"name": "Wi-fi",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Garaje",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Se admiten animales +5kg",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Se admiten animales -5kg",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Aparcamiento",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Accesible para personas de movilidad reducida",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Caja fuerte (Servicios de pago)",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Recepciu00f3n 24h",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Aire acondicionado en zonas comunes",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Ascensor",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Internet por cable",
"value": true,
"@type": "LocationFeatureSpecification"
},
{
"name": "Cobertura telu00e9fonos mu00f3viles",
"value": true,
"@type": "LocationFeatureSpecification"
}
],
"@context": "http://schema.org",
"@type": "Hotel",
"@id": "http://localhost/hotels/details.aspx?UID=GHU/JP151029",
"name": "Roma Reial",
"image": "http://photos.hotelbeds.com/giata/00/000423/000423a_hb_a_001.jpg",
"address": {
"streetAddress": "PLAu00c7A REIAL,11 , 08002, BARCELONA, BARCELONA 08002",
"postalCode": "08002"
},
"url": "http://localhost/hotels/details.aspx?UID=GHU/JP151029",
"geo": {
"latitude": 41.380061,
"longitude": 2.175798,
"@type": "GeoCoordinates"
}
}


Any idea?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @RJPawlick198

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ogunnowo487

Most of the Hotel-related types and properties were introduced with version 3.1, which was released two weeks ago.

It seems that Google didn’t update their SDTT yet. I would expect that it will recognize the new types/properties soon.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme