RepositoryWebrefSubSegmentIndex

AI Overview😉

  • The potential purpose of this module is to help identify and index specific parts of a webpage, such as anchors, image queries, meta tags, and queries, to better understand the content and its structure. This allows Google to more accurately determine the relevance and ranking of a webpage in search results.
  • This module could impact search results by allowing Google to more precisely identify and weight the importance of specific elements on a webpage. This could lead to more accurate and relevant search results, as well as improved filtering out of irrelevant or low-quality content. For example, if a webpage has multiple anchors or image queries, this module could help Google understand the context and importance of each, leading to more targeted and relevant search results.
  • To be more favorable for this function, a website could ensure that its content is well-structured and organized, with clear and descriptive anchors, meta tags, and image queries. This could include using header tags (H1, H2, etc.) to define sections, using descriptive and unique anchor text, and optimizing image file names and alt tags. Additionally, ensuring that the website's content is easily crawlable and indexable by Google could also improve its chances of being accurately understood and ranked by this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

LINT.IfChange Some document segments may consist of multiple sub-segments (e.g. a document might have multiple anchors or navboost queries). SubSegmentIndex contains all information needed to identify the sub-segment (e.g. specific query, query feature or or anchor) where the mention is located.

Attributes

  • anchorIndex (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnchorIndices.t, default: nil) - Pointer to the exact set of anchors in the cdoc.
  • genericIndex (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGenericIndices.t, default: nil) - Pointer to the Webref-internal Segment indices. Can't be mapped back to the CDoc.
  • imageQueryIndex (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefImageQueryIndices.t, default: nil) - Pointer to the exact set of image navboost queries in the cdoc.
  • jgnIndex (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefJuggernautIndices.t, default: nil) - Pointer to the proto in the cdoc and index within the proto for Spore.
  • metaTagIndex (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMetaTagIndices.t, default: nil) - Informs about the 'name' attribute of the referenced tag.
  • queryIndex (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefQueryIndices.t, default: nil) - Pointer to the exact set of queries in the cdoc.

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.RepositoryWebrefSubSegmentIndex{
  anchorIndex:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnchorIndices.t() | nil,
  genericIndex:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGenericIndices.t() | nil,
  imageQueryIndex:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefImageQueryIndices.t()
    | nil,
  jgnIndex:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefJuggernautIndices.t()
    | nil,
  metaTagIndex:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMetaTagIndices.t() | nil,
  queryIndex:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefQueryIndices.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.