GroupsPerDocData

AI Overview😉

  • The potential purpose of this module is to associate a document (e.g., a webpage) with a group or community that is relevant to the document's content. This module appears to store information about the group, such as its ID, author ID, and thread ID, which can help Google understand the context and relationships between different pieces of content.

  • This module could impact search results by influencing how Google ranks and clusters related content. For example, if a document is associated with a group that is known for producing high-quality content, Google may consider that document more authoritative and relevant to users. Conversely, if a document is associated with a group that is known for producing low-quality content, Google may demote that document in search results.

  • To be more favorable to this function, a website could focus on creating high-quality, engaging content that is relevant to a specific group or community. This could include using schema markup to identify the group or community associated with the content, as well as building relationships with other reputable websites and groups in the same niche. Additionally, websites could focus on creating content that is informative, well-researched, and provides value to users, which could help to establish the website as a trusted authority within its group or community.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • AuthorId (type: String.t, default: nil) -
  • GroupGaiaId (type: String.t, default: nil) -
  • GroupId (type: String.t, default: nil) - Legacy group mysql id.
  • ThreadId (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.GroupsPerDocData{
  AuthorId: String.t() | nil,
  GroupGaiaId: String.t() | nil,
  GroupId: String.t() | nil,
  ThreadId: 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.