BlogPerDocDataOutlinks

AI Overview😉

  • Potential purpose of module in simple language: This module, `BlogPerDocDataOutlinks`, is designed to analyze and evaluate the quality of outgoing links (outlinks) from a webpage or blog post. It appears to assess the similarity of URLs, resolve URLs to their canonical form, and assign a spam score to the linked site.
  • How it could impact search results: This module could impact search results by influencing the ranking of webpages that contain low-quality or spammy outgoing links. Webpages with high-quality, relevant, and trustworthy outlinks may be rewarded with better rankings, while those with low-quality or spammy outlinks may be penalized. This could help Google to promote more authoritative and informative content in its search results.
  • How a website may change things to be more favorable for this function: To be more favorable for this module, a website could focus on creating high-quality, relevant, and informative content that links to trustworthy and authoritative sources. This could include: ensuring outgoing links are relevant to the content, using descriptive anchor text, avoiding excessive linking to low-quality or spammy sites, and regularly updating and refining content to maintain its authority and relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Resolved url and site spamscore for outlinks in updates (aka microposts).

Attributes

  • aggregationFp (type: String.t, default: nil) - Representative id for an equivalence class of URLs. E.g. http://youtube.com/watch?v=12 and http://youtube.com/watch?v=12&feature=related have the same aggregation id since they're effectively the same webpage
  • resolvedUrl (type: String.t, default: nil) -
  • siteSpamScore (type: integer(), default: nil) -
  • title (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.BlogPerDocDataOutlinks{
  aggregationFp: String.t() | nil,
  resolvedUrl: String.t() | nil,
  siteSpamScore: integer() | nil,
  title: 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.