AssistantVerticalsHomeautomationProtoPhysicalLocation

AI Overview😉

  • The potential purpose of this module is to help Google understand the physical location of a business or entity, particularly in the context of home automation. This module appears to be collecting and processing information about addresses and geographic locations.
  • This module could impact search results by allowing Google to better understand the physical presence of a business or entity, and potentially return more accurate and relevant results for location-based searches. For example, if a user searches for "home automation services near me", Google could use this module to return results that are physically close to the user's location.
  • To be more favorable for this function, a website could ensure that its address and geographic location information is accurate and easily accessible to Google's crawlers. This could include adding schema markup to the website's HTML, such as the "address" and "geo" properties, and ensuring that the website's contact and about pages clearly display this information. Additionally, businesses could ensure that their Google My Business listing is up-to-date and accurate, as this information is likely used by Google to inform its understanding of a business's physical location.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • address (type: String.t, default: nil) -
  • geoLocation (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng.t, default: nil) -

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.AssistantVerticalsHomeautomationProtoPhysicalLocation{
    address: String.t() | nil,
    geoLocation: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.