AppsPeopleOzExternalMergedpeopleapiMapsProfile

AI Overview😉

  • The potential purpose of this module is to gather and process information about a person's online presence, including their website, profile metadata, and restrictions on their online information. This module appears to be focused on extracting data from people's online profiles, particularly those related to their professional or personal brand.
  • This module could impact search results by influencing how Google ranks and displays information about individuals. For example, if a person's website is prominently featured in their profile, it may be more likely to appear in search results related to that person. Conversely, if there are restrictions on their online information, Google may need to adjust its search results accordingly. This could lead to more personalized and accurate search results, but also raises privacy concerns.
  • To be more favorable for this function, a website may want to ensure that their online presence is accurate, up-to-date, and easily accessible. This could include maintaining a professional website or profile, providing clear and concise metadata, and being mindful of online restrictions or privacy settings. Additionally, websites may want to consider optimizing their content and structure to make it easier for Google's algorithms to extract and process relevant information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Maps Profile Data. See go/product-profiles-backend-api.

Attributes

  • fieldRestriction (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsProfileFieldRestriction.t), default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • tagline (type: String.t, default: nil) -
  • websiteLink (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsProfileUrlLink.t, default: nil) - A link to the profile owner's website to be displayed in profile.

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.AppsPeopleOzExternalMergedpeopleapiMapsProfile{
    fieldRestriction:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsProfileFieldRestriction.t()
      ]
      | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    tagline: String.t() | nil,
    websiteLink:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsProfileUrlLink.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.