WeboftrustLiveResultsDocAttachments

AI Overview😉

  • Potential purpose of module in simple language: This module, WeboftrustLiveResultsDocAttachments, appears to be responsible for attaching relevant Live Results to web documents, which can potentially boost the document's ranking. Live Results are likely snippets of information that provide a quick answer to a user's query, and this module helps decide which Live Result to display for a given document.
  • How it could impact search results: This module could impact search results by influencing the ranking of documents that have associated Live Results. If a document has a relevant and high-quality Live Result, this module may boost its ranking, making it more visible to users. Conversely, if a document's Live Result is irrelevant or low-quality, its ranking may be negatively impacted.
  • How a website may change things to be more favorable for this function: To be more favorable for this function, a website may focus on creating high-quality, relevant, and informative Live Results that accurately summarize their content. This could include optimizing their content structure, using schema markup to highlight important information, and ensuring that their Live Results are concise, accurate, and user-friendly. By doing so, a website may increase the likelihood of its Live Results being triggered and its ranking being boosted.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Message to which we attach to web documents in order to decide which LiveResult to trigger. Next ID: 3

Attributes

  • docBoost (type: list(GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultDocBoostData.t), default: nil) - Information about potential rank boosting for the document by virtue of its Live Result feed.
  • providerAttachment (type: list(GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultProviderDocAttachment.t), default: nil) - Identifies a Live Result which is to be attached to the document.

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.WeboftrustLiveResultsDocAttachments{
  docBoost:
    [GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultDocBoostData.t()]
    | nil,
  providerAttachment:
    [
      GoogleApi.ContentWarehouse.V1.Model.WeboftrustLiveResultProviderDocAttachment.t()
    ]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.