QualitySitemapTarget

GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a single sitelink target, contains basic information used to display the target (such as url and title) and to, maybe, dynamically change the way targets are selected and/or ranked (such as score and is_mobile). Please update the TargetInternal message if you make a change to this proto. See "Note on adding new fields".

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. DEPRECATEDSnippet (type: list(String.t), default: nil)
    -
  2. isGoodForMobile (type: boolean(), default: nil)
    -
  3. isMobileN1dup (type: boolean(), default: nil)
    -
  4. languages (type: list(integer()), default: nil)
    - The languages of the document, taken from its cdoc.properties().languages()
  5. salientImage (type: GoogleApi.ContentWarehouse.V1.Model.WWWResultInfoSubImageDocInfo, default: nil)
    - The image data will be copied from the DocInfo response, and will be retrieved online, so this field should not be populated during indexing. This is a temporary field for experimentation.
  6. score (type: number(), default: nil)
    -
  7. scoringSignals (type: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals, default: nil)
    -
  8. sectionTexts (type: list(String.t), default: nil)
    - Section texts used for Page Anchors Preview (go/page-anchor-preview-dd).
  9. snippetResponse (type: GoogleApi.ContentWarehouse.V1.Model.GenericSnippetResponse, default: nil)
    - The snippet response for the target document for an empty query.
  10. sourceAnchor (type: boolean(), default: nil)
    -
  11. sporcSignals (type: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSporcSignals, default: nil)
    - FIELD SHOULD ONLY BE POPULATED DURING ONLINE/SERVING TIME. Thus it should have no impact on cdoc/mdu.
  12. title (type: String.t, default: nil)
    -
  13. twoLevelScore (type: number(), default: nil)
    -
  14. url (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget{
DEPRECATEDSnippet: [String.t()] | nil,
isGoodForMobile: boolean() | nil,
isMobileN1dup: boolean() | nil,
languages: [integer()] | nil,
salientImage: GoogleApi.ContentWarehouse.V1.Model.WWWResultInfoSubImageDocInfo.t() | nil,
score: number() | nil,
scoringSignals: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals.t() | nil,
sectionTexts: [String.t()] | nil,
snippetResponse: GoogleApi.ContentWarehouse.V1.Model.GenericSnippetResponse.t() | nil,
sourceAnchor: boolean() | nil,
sporcSignals: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSporcSignals.t() | nil,
title: String.t() | nil,
twoLevelScore: number() | nil,
url: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget