LocalWWWInfo

AI Overview😉

  • The potential purpose of this module is to understand the online presence and reputation of local businesses, such as their physical addresses, operating hours, phone numbers, and online reviews. It aims to identify whether a business is a large chain or a local entity, and assess its strength in terms of online visibility and reputation.
  • This module could impact search results by promoting local businesses that have a strong online presence, accurate and up-to-date information, and positive reviews. It may also help to filter out irrelevant or low-quality results, such as those from large chains that may not be as relevant to a specific geographic location. This could lead to more personalized and relevant search results for users searching for local businesses or services.
  • A website may change things to be more favorable for this function by ensuring that their online presence is accurate, complete, and up-to-date. This includes maintaining correct and consistent NAP (name, address, phone number) information across the web, as well as encouraging customers to leave online reviews and ratings. Additionally, having a strong and relevant online reputation, as well as a clear and concise website structure, could also improve the website's visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Next Id: 36

Attributes

  • address (type: list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoAddress.t), default: nil) -
  • brickAndMortarStrength (type: float(), default: nil) -
  • cluster (type: list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoCluster.t), default: nil) -
  • docid (type: String.t, default: nil) -
  • geotopicality (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopicality.t, default: nil) - Information about geo locations, rather than individual businesses.
  • hours (type: list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoOpeningHours.t), default: nil) -
  • isLargeChain (type: boolean(), default: nil) - Does this LocalWWWInfo represent a widely-distributed chain?
  • isLargeLocalwwwinfo (type: boolean(), default: nil) -
  • phone (type: list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoPhone.t), default: nil) -
  • siteSiblings (type: integer(), default: nil) - These are per-document signals independent of any particular address.
  • url (type: String.t, default: nil) - These are for convenience during intermediate data processing, and should be cleared before the data gets into doc-joins.
  • wrapptorItem (type: list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoWrapptorItem.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.LocalWWWInfo{
  address: [GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoAddress.t()] | nil,
  brickAndMortarStrength: float() | nil,
  cluster: [GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoCluster.t()] | nil,
  docid: String.t() | nil,
  geotopicality:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopicality.t()
    | nil,
  hours:
    [GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoOpeningHours.t()] | nil,
  isLargeChain: boolean() | nil,
  isLargeLocalwwwinfo: boolean() | nil,
  phone: [GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoPhone.t()] | nil,
  siteSiblings: integer() | nil,
  url: String.t() | nil,
  wrapptorItem:
    [GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoWrapptorItem.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.