AppsDynamiteSharedOrganizationInfo

AI Overview😉

  • The potential purpose of this module is to identify and understand the organizational structure and relationships between entities, such as companies, organizations, or individuals, that are associated with a particular piece of content or webpage. This includes information about the owner, customer, or consumer of the content.
  • This module could impact search results by influencing the ranking of websites based on their organizational relationships and structures. For example, a website owned by a reputable organization may be given more credibility and higher ranking than a similar website owned by an individual or an unknown entity. This module may also help Google to identify and filter out spam or low-quality content associated with certain organizations or entities.
  • To be more favorable for this function, a website may want to clearly and transparently disclose its organizational structure and relationships, such as its ownership, customer, or consumer information. This could be done by including clear and concise language on the website's about page, terms of service, or other relevant sections. Additionally, ensuring that the website's metadata and schema markup accurately reflect its organizational structure and relationships may also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains info about the entity that something is, or is owned by.

Attributes

  • consumerInfo (type: GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedOrganizationInfoConsumerInfo.t, default: nil) -
  • customerInfo (type: GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedOrganizationInfoCustomerInfo.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.AppsDynamiteSharedOrganizationInfo{
  consumerInfo:
    GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedOrganizationInfoConsumerInfo.t()
    | nil,
  customerInfo:
    GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedOrganizationInfoCustomerInfo.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.