LocalWWWInfoCluster

AI Overview😉

  • The potential purpose of this module is to gather and store information about local businesses and their online presence, including their addresses, phone numbers, hours of operation, and other relevant details. This information is likely used to improve the accuracy and relevance of search results for local searches.
  • This module could impact search results by allowing Google to better understand the online presence of local businesses and to provide more accurate and relevant information to users. For example, if a user searches for "restaurants near me", this module could help Google to provide a list of nearby restaurants along with their addresses, phone numbers, and hours of operation. This could also help Google to identify the most authoritative and relevant pages for a particular business, and to rank them accordingly in search results.
  • To be more favorable for this function, a website could ensure that their online presence is accurate and up-to-date, including their address, phone number, and hours of operation. They could also ensure that their website is easily crawlable and indexable by Google, and that they have a clear and consistent brand identity across the web. Additionally, they could focus on creating high-quality, relevant, and authoritative content that accurately represents their business and its offerings. This could help Google to better understand their business and to provide more accurate and relevant information to users.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • addrFprint (type: String.t, default: nil) -
  • annotationConfidence (type: number(), default: nil) - Confidence score for business mention annotations which is copied from LocalEntityAnnotations::location_confidence.
  • clusterdocid (type: String.t, default: nil) -
  • clusterid (type: String.t, default: nil) -
  • confidence (type: number(), default: nil) - Probability that this is the authority page of the business. Same as LocalListing.authority_page_probability, only set for pages with page_type_flags & AUTHORITY.
  • featureType (type: integer(), default: nil) - Feature type for this listing, from LocalListing::info::related_feature. A geostore::FeatureProto::TypeCategory. Intended primarily to indicate POI-ness (i.e., TYPE_ESTABLISHMENT_POI).
  • hours (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto.t, default: nil) - Opening hours for the business, from Local attributes and/or extracted annotations.
  • hoursSource (type: String.t, default: nil) -
  • includeInIndex (type: boolean(), default: nil) -
  • isPlusbox (type: boolean(), default: nil) - TODO(local-universal) Consider deleting is_plusbox once the new scheme that uses make_plusbox_visible rolled out.
  • latitudeE6 (type: integer(), default: nil) -
  • level (type: integer(), default: nil) - DEPRECATED / NO LONGER WRITTEN. URL path level from actual references to this webpage.
  • longitudeE6 (type: integer(), default: nil) -
  • makePlusboxVisible (type: boolean(), default: nil) - A hint for frontend to decide whether this plusbox should be visible or not.
  • menuUrl (type: list(String.t), default: nil) - Menu link for the business. Currently only comes from Local attributes.
  • pageTypeFlags (type: integer(), default: nil) - Type of the web reference.
  • phoneFprint (type: String.t, default: nil) -
  • phoneNumber (type: GoogleApi.ContentWarehouse.V1.Model.TelephoneNumber.t, default: nil) -
  • postalAddress (type: GoogleApi.ContentWarehouse.V1.Model.PostalAddress.t, default: nil) -
  • relevance (type: number(), default: nil) - DEPRECATED / NO LONGER WRITTEN. How relevant the webpage is to the business (clustering distance). Same as LocalListing::Reference.relevance. Typically only set for pages with (page_type_flags & WEB_EXTRACTION && !AUTHORITY).
  • showInSnippets (type: boolean(), default: nil) -
  • source (type: list(String.t), default: nil) -
  • title (type: String.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.LocalWWWInfoCluster{
  addrFprint: String.t() | nil,
  annotationConfidence: number() | nil,
  clusterdocid: String.t() | nil,
  clusterid: String.t() | nil,
  confidence: number() | nil,
  featureType: integer() | nil,
  hours:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto.t() | nil,
  hoursSource: String.t() | nil,
  includeInIndex: boolean() | nil,
  isPlusbox: boolean() | nil,
  latitudeE6: integer() | nil,
  level: integer() | nil,
  longitudeE6: integer() | nil,
  makePlusboxVisible: boolean() | nil,
  menuUrl: [String.t()] | nil,
  pageTypeFlags: integer() | nil,
  phoneFprint: String.t() | nil,
  phoneNumber: GoogleApi.ContentWarehouse.V1.Model.TelephoneNumber.t() | nil,
  postalAddress: GoogleApi.ContentWarehouse.V1.Model.PostalAddress.t() | nil,
  relevance: number() | nil,
  showInSnippets: boolean() | nil,
  source: [String.t()] | nil,
  title: 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.