AppsPeopleOzExternalMergedpeopleapiWebsite

AI Overview😉

  • The potential purpose of this module is to analyze and understand the websites associated with a person or entity, including the type of website, its relationship to the person, and its relevance in different contexts (e.g., work, home, profile). This module seems to be part of a larger people search or knowledge graph system.
  • This module could impact search results by providing more accurate and relevant information about individuals and their online presence. For example, it could help Google understand the credibility and expertise of an author or the relevance of a website to a particular topic or industry. This could lead to more personalized and accurate search results, especially for queries related to people or entities.
  • To be more favorable to this function, a website may want to ensure that its metadata and relationships are accurately and consistently represented. This could include using standardized schema.org markup for people and organizations, providing clear and concise descriptions of the website's purpose and context, and ensuring that links to other relevant websites or profiles are correctly labeled and formatted. Additionally, websites may want to consider providing multilingual support to cater to users with different language preferences.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • formattedType (type: String.t, default: nil) - The type translated and formatted in the request locale. See go/people-api-howto/localization for details on how to usage.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • rel (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiWebsiteRelationshipInfo.t), default: nil) - Currently in Oz: "Links": Links with no rel. "Other profiles": Links with rel=ME. "Contributor to": Links with rel=CONTRIBUTOR_TO or PAST_CONTRIBUTOR_TO.
  • type (type: String.t, default: nil) - The type of the website. The type can be free form or one of these predefined values: home work blog profile homePage ftp reservations appInstallPage: website for a Currents application. * other
  • value (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.AppsPeopleOzExternalMergedpeopleapiWebsite{
    formattedType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    rel:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiWebsiteRelationshipInfo.t()
      ]
      | nil,
    type: String.t() | nil,
    value: 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.