AppsPeopleOzExternalMergedpeopleapiPlaceDetails

AI Overview😉

  • The potential purpose of this module is to provide Google with more detailed information about a specific place or business, including its location, hours of operation, and type of business. This information can be used to improve the accuracy and relevance of search results related to that place.
  • This module could impact search results by allowing Google to better understand the context and details of a search query related to a specific place. For example, if a user searches for "art schools near me", Google can use the primaryTypeName attribute to identify relevant art schools in the user's location and provide more accurate results. Additionally, the openingHours attribute can help Google provide more up-to-date and relevant information about a business's hours of operation.
  • To be more favorable for this function, a website may want to ensure that it provides accurate and up-to-date information about its business, including its location, hours of operation, and type of business. This can be done by including this information in the website's metadata, such as in its schema.org markup or Google My Business listing. Additionally, ensuring that the website's content is relevant and accurate can help Google better understand the context and details of the business, leading to more accurate and relevant search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPlaceDetails (google_api_content_warehouse v0.4.0)

Metadata specific to places.

Attributes

  • googleUrl (type: String.t, default: nil) - A URL hosted by Google providing more information about this place This is the URL returned by Places API in the Place.Url.google field
  • latLng (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiLatLng.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • openingHours (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHours.t, default: nil) -
  • primaryTypeName (type: String.t, default: nil) - The name of the primary type. Examples of primary type are: "art_school", "clothing_wholesaler", etc. All primary types can be found at http://shortn/_veqh6UwWdc

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPlaceDetails{
    googleUrl: String.t() | nil,
    latLng:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiLatLng.t()
      | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    openingHours:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiOpeningHours.t()
      | nil,
    primaryTypeName: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.