QualityAuthorityTopicEmbeddingsVersionedItem

AI Overview😉

  • The potential purpose of this module is to evaluate the authority and relevance of a website on a specific topic. It does this by analyzing the website's content and structure to determine how focused it is on a particular topic and how consistent its pages are with that topic.
  • This module could impact search results by promoting websites that are deemed authoritative and relevant on a specific topic. Websites that are considered more focused and consistent on a topic may be ranked higher in search results, while those that are less focused or have inconsistent content may be ranked lower.
  • To be more favorable for this function, a website may consider the following changes:
    • Creating high-quality, topic-specific content that is consistent across the website.
    • Organizing content in a clear and logical structure to help search engines understand the website's topic focus.
    • Using keywords and phrases related to the topic in a natural and relevant way.
    • Ensuring that all pages on the website are relevant and consistent with the topic, avoiding unnecessary or off-topic content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 21

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

Proto populated into shards and copied to superroot. Message storing a versioned TopicEmbeddings scores. This is copied from TopicEmbeddings in docjoins.

Attributes

  • pageEmbedding (type: String.t, default: nil) -
  • siteEmbedding (type: String.t, default: nil) - Compressed site/page embeddings.
  • siteFocusScore (type: number(), default: nil) - Number denoting how much a site is focused on one topic.
  • siteRadius (type: number(), default: nil) - The measure of how far page_embeddings deviate from the site_embedding.
  • versionId (type: integer(), 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.QualityAuthorityTopicEmbeddingsVersionedItem{
    pageEmbedding: String.t() | nil,
    siteEmbedding: String.t() | nil,
    siteFocusScore: number() | nil,
    siteRadius: number() | nil,
    versionId: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.