Mobile app version of vmapp.org
Login or Join
Pope3001725

: How to describe Google Place ID using Schema.org? I would like to describe Google Place ID using schema.org of a MovieTheatre entity. I am assuming I should be using the sameAs property. However,

@Pope3001725

Posted in: #GooglePlaces #SchemaOrg

I would like to describe Google Place ID using schema.org of a MovieTheatre entity.

I am assuming I should be using the sameAs property. However, what should be the Google Place ID?

Is it worth including this information for seo purposes?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

Schema.org doesn’t offer a property for Google’s Place IDs. As these IDs are strings (not URIs), you can’t use the sameAs property.

I can see two ways one way how a Google Place ID could be specified:


You could define your own property with the additionalProperty property, where you specify the Place ID as value for the value property. Of course you can’t expect general consumers to make use of such a custom property.
You could use the hasMap property to link to the relevant Google Map (as far as I understand it, the URL would contain the Place ID). The URL doesn’t seem to contain the Place ID; it seems to be used only in their APIs.


SEO

If you mean search features like rich results with "SEO purposes", there is typically no reason to guess: just check the search engine’s documentation, they should list which Schema.org properties have an effect.

In the case of Google Search, a page about a MovieTheater could qualify for a Local Businesses rich result (but it doesn’t seem to be available for everyone yet). You can find the supported properties under Local business properties.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme