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):
Attributes
-
DEPRECATEDSnippet
(type:list(String.t)
, default:nil
)
- -
isGoodForMobile
(type:boolean()
, default:nil
)
- -
isMobileN1dup
(type:boolean()
, default:nil
)
- -
languages
(type:list(integer())
, default:nil
)
- The languages of the document, taken from its cdoc.properties().languages() -
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. -
score
(type:number()
, default:nil
)
- -
scoringSignals
(type:GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals
, default:nil
)
- -
sectionTexts
(type:list(String.t)
, default:nil
)
- Section texts used for Page Anchors Preview (go/page-anchor-preview-dd). -
snippetResponse
(type:GoogleApi.ContentWarehouse.V1.Model.GenericSnippetResponse
, default:nil
)
- The snippet response for the target document for an empty query. -
sourceAnchor
(type:boolean()
, default:nil
)
- -
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. -
title
(type:String.t
, default:nil
)
- -
twoLevelScore
(type:number()
, default:nil
)
- -
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
}
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