BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule

AI Overview😉

  • The potential purpose of this module is to identify and categorize businesses or services based on their offerings, such as a hairdresser providing haircut services. This module helps Google understand the specific services or use cases a business supports, allowing for more accurate search results and potential features like booking or reservation integrations.
  • This module could impact search results by allowing Google to provide more specific and relevant results for users searching for services or businesses with specific offerings. For example, if a user searches for "hairdressers that offer haircuts and coloring", Google can use this module to identify businesses that specifically offer those services and rank them higher in the search results.
  • To be more favorable for this function, a website could ensure that their service offerings are clearly and accurately listed on their website, such as having a dedicated page for services or using schema markup to highlight their business's supported services. Additionally, using relevant and specific keywords related to their services in their website's content could also help Google's algorithm better understand their business's offerings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • name (type: String.t, default: nil) - Module name, e.g. hairdresser_reservation. from quality/views/extraction/kcube/bg/modules/modules.bzl.
  • services (type: list(String.t), default: nil) - Services of this module that are supported by the business, e.g. haircuts.
  • useCase (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.BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule{
    name: String.t() | nil,
    services: [String.t()] | nil,
    useCase: 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.