LocalWWWInfoAddress

AI Overview😉

  • Potential purpose of module:

    This module, LocalWWWInfoAddress, is designed to extract and store local business information from a web document, including addresses, phone numbers, and opening hours. Its purpose is to provide a more comprehensive understanding of the document's content and its relation to local businesses.
  • Impact on search results:

    This module could impact search results by allowing Google to better understand the local relevance of a document, potentially improving the ranking of documents that are more closely related to a user's location or search query. It may also enable Google to provide more accurate and informative search results, such as displaying a business's address and hours of operation directly in the search results.
  • Optimization for this function:

    To be more favorable for this function, a website can ensure that its content is structured in a way that makes it easy for Google to extract local business information. This can be achieved by:
    • Clearly displaying addresses, phone numbers, and opening hours on the website.
    • Using structured data formats, such as schema.org, to markup local business information.
    • Ensuring that local business information is consistently and accurately represented across the website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

These are the addresses, phone numbers, and opening hours related to this document, or the local businesses mentioned on this document. We currently populate these fields from web extractions, i.e, from the data present explicitly on the document, but in future, they can also be filled with data coming from the local index. We populate addresses and phone numbers only if there are <= 4 addresses and phone numbers on the document, respectively. This is primarily for space reasons.

Attributes

  • addrFprint (type: String.t, default: nil) -
  • address (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressProto.t, default: nil) -
  • latE7 (type: integer(), default: nil) -
  • lngE7 (type: integer(), 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.LocalWWWInfoAddress{
  addrFprint: String.t() | nil,
  address: GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressProto.t() | nil,
  latE7: integer() | nil,
  lngE7: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.