KaltixPerDocData

AI Overview😉

  • The potential purpose of this module is to assign a ranking score to a document (webpage) based on its relevance and quality, with three different types of ranking scores: KaltixRank, LocalKaltixRank, and SiteKaltixRank. These scores may be used to determine the document's position in search engine results pages (SERPs).
  • This module could impact search results by influencing the order in which webpages are displayed to users. A webpage with a higher KaltixRank score may be considered more relevant or of higher quality and therefore appear higher in the search results, while a webpage with a lower score may appear lower or not at all.
  • To be more favorable for this function, a website may focus on improving the quality and relevance of its content, ensuring that it is well-structured and easy to navigate, and optimizing its content for specific keywords and phrases. Additionally, the website may want to focus on improving its local and site-wide authority and reputation, as these seem to be factors considered by the LocalKaltixRank and SiteKaltixRank scores.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • KaltixRank (type: integer(), default: nil) - approx. 2 bytes for top 1B
  • LocalKaltixRank (type: integer(), default: nil) - empty for now
  • SiteKaltixRank (type: integer(), default: nil) - empty for now

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.KaltixPerDocData{
  KaltixRank: integer() | nil,
  LocalKaltixRank: integer() | nil,
  SiteKaltixRank: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.