AppsPeopleOzExternalMergedpeopleapiMapsProfileUrlLink

AI Overview😉

  • The potential purpose of this module is to provide a way to display clickable links with anchor text on a person's profile, likely in the context of Google's People & Sharing services. This allows users to easily access related online content or websites associated with the person.
  • This module could impact search results by influencing how profiles are displayed and ranked. For example, if a person's profile has many relevant and high-quality links, it may increase their profile's visibility and ranking in search results. Conversely, profiles with few or low-quality links may be ranked lower.
  • To be more favorable for this function, a website could ensure that their online presence is accurately represented on their profile by providing high-quality, relevant, and up-to-date links. This could include links to their official website, social media profiles, or other online platforms. Additionally, using descriptive and keyword-rich anchor text for these links may also improve their visibility and ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • anchorText (type: String.t, default: nil) - Anchor text to be displayed as clickable link. If not present, the URL should be displayed directly.
  • url (type: String.t, default: nil) - The URL to be linked to.

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.AppsPeopleOzExternalMergedpeopleapiMapsProfileUrlLink{
    anchorText: String.t() | nil,
    url: 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.