RepositoryWebrefExtendedEntityNameScore

AI Overview😉

  • The potential purpose of this module is to store and manage region-specific scores for websites or entities, taking into account the domain name and region (in III standard format). This module likely helps Google's algorithm to understand the relevance and importance of a website or entity within a specific geographic region.

  • This module could impact search results by influencing the ranking of websites or entities based on their region-specific scores. For example, a website with a high score ratio in a specific region may be more likely to appear in search results for users located in that region. This could lead to more localized and relevant search results.

  • A website may improve its favorability for this function by ensuring that its domain name and region-specific content are accurately represented and easily crawlable by Google's algorithm. This could involve optimizing website structure, using region-specific keywords, and providing clear and consistent geographic information. Additionally, websites may focus on improving their overall quality and relevance to increase their score ratio, which could lead to better visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Used to store region-specific score ratio per entity. Next available tag: 4.

Attributes

  • domain (type: String.t, default: nil) - The domain name of the website, e.g. "play.google.com".
  • region (type: String.t, default: nil) - The region in the III standard (http://go/iii). Eg. "US", "GB"
  • scoreRatio (type: number(), default: nil) - Score ratio for the entity, same as the EntityNameScore score ratio.

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.RepositoryWebrefExtendedEntityNameScore{
    domain: String.t() | nil,
    region: String.t() | nil,
    scoreRatio: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.