GeostoreCallToActionProto

AI Overview😉

  • The potential purpose of this module is to allow business owners to specify calls to action (CTAs) for their online presence, such as "Get Directions" or "Make a Reservation". This module appears to be related to Google My Business and local search results.
  • This module could impact search results by influencing the prominence and visibility of CTAs in search engine results pages (SERPs). It may also affect how users interact with businesses online, as CTAs can drive conversions and engagement. The inclusion of CTAs in search results could also improve the overall user experience.
  • To be more favorable for this function, a website may need to: claim and verify their Google My Business listing; specify relevant and clear CTAs; ensure their website is mobile-friendly and has a clear, prominent CTA; and optimize their online presence for local search by including name, address, and phone number (NAP) consistently across the web.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Message containing calls to action specified by the business owner.

Attributes

  • ctaType (type: String.t, default: nil) - Required.
  • url (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlProto.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.GeostoreCallToActionProto{
  ctaType: String.t() | nil,
  url: GoogleApi.ContentWarehouse.V1.Model.GeostoreUrlProto.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.