QualitySitemapTargetGroup

AI Overview😉

  • The potential purpose of this module is to analyze and categorize webpage targets, such as anchors, topic tags, and breadcrumbs, to better understand the structure and content of a webpage. This helps Google's algorithm to identify the most relevant and important parts of a webpage and rank them accordingly.
  • This module could impact search results by influencing the ranking of webpage targets, such as anchors and topic tags, and how they are displayed in search engine results pages (SERPs). It may also affect the relevance and accuracy of search results by identifying the most important content on a webpage.
  • A website may change things to be more favorable for this function by using clear and descriptive anchor text, organizing content using topic tags and breadcrumbs, and ensuring that important content is easily accessible and crawlable by search engine bots. Additionally, using schema markup and other semantic HTML elements can help search engines better understand the structure and content of a webpage.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents a set of targets. The group may have a label field to uniquely identify this target group among others - for instance, if these targets' titles were generated using an alternative title algorithm, the label can be "newtitles". See "Note on adding new fields".

Attributes

  • DEPRECATEDCountry (type: integer(), default: nil) -
  • Target (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget.t), default: nil) -
  • allTargetsNamedAnchors (type: boolean(), default: nil) - If all the targets in this group are named anchors on the source page.
  • allTargetsNamedTopictagsScrollto (type: boolean(), default: nil) - If all the targets in this group are named topictags_scrollto on the source page.
  • breadcrumbTarget (type: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapBreadcrumbTarget.t, default: nil) -
  • coClickTarget (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapCoClickTarget.t), default: nil) -
  • countryCode (type: String.t, default: nil) -
  • label (type: String.t, default: nil) -
  • language (type: integer(), default: nil) -
  • modifiedByHostcardHandler (type: boolean(), default: nil) -
  • scoringSignals (type: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals.t, default: nil) -
  • topUrl (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTopURL.t), default: nil) - A list of top urls with highest two_level_score, i.e., chrome_trans_clicks.
  • twoLevelTarget (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTwoLevelTarget.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.QualitySitemapTargetGroup{
  DEPRECATEDCountry: integer() | nil,
  Target: [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget.t()] | nil,
  allTargetsNamedAnchors: boolean() | nil,
  allTargetsNamedTopictagsScrollto: boolean() | nil,
  breadcrumbTarget:
    GoogleApi.ContentWarehouse.V1.Model.QualitySitemapBreadcrumbTarget.t() | nil,
  coClickTarget:
    [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapCoClickTarget.t()] | nil,
  countryCode: String.t() | nil,
  label: String.t() | nil,
  language: integer() | nil,
  modifiedByHostcardHandler: boolean() | nil,
  scoringSignals:
    GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals.t() | nil,
  topUrl: [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTopURL.t()] | nil,
  twoLevelTarget:
    [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTwoLevelTarget.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.