RepositoryWebrefMention

Repository WebrefEntity Understanding

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMention

8
out of 10
High
SEO Impact
Multiple entities can be identified on a document or query. Each entity can be mentioned several times in different positions on the document or query. This message describes a single mention of the entity. Note that a mention can be either explicit or implicit mentions. All explicit mentions refer to exact range in the document where the entity occurred, but implicit mentions may or may not have corresponding range. Next available tag number: 40

SEO Analysis

AI Generated

Part of Google's entity understanding system (WebRef). This system identifies and links entities—people, places, things, concepts—within web content to Google's Knowledge Graph. Entity recognition is fundamental to semantic search, helping Google understand content meaning beyond keywords and match it to relevant queries.

Actionable Insights for SEOs

  • Monitor for changes in rankings that may correlate with updates to this system
  • Consider how your content strategy aligns with what this signal evaluates
  • Build topical authority through comprehensive, entity-focused content
  • Implement structured data to help Google understand entities on your pages
  • Create content that clearly establishes entity relationships

Attributes

25
Sort:|Filter:
addedByCloseAnswersboolean(
Default: nil

Whether this mention was created by CloseAnswers on Postref. This bit is populated into corresponding intent_query through Aqua.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionAdditionalExplainedRange.t

If the mention's range is discontinuous, additional ranges that are a part of the mention but are not included in the begin/end range above.

begininteger(
Default: nil

The [begin, end) byte offset, compatible with the Goldmine DocState representation. - For CONTENT, TITLE, META_CONTENT_TAG and IMG_ALT_TAG segments, the offsets are relative to the beginning of the document content. - For ANCHOR, QUERY, URL, IMAGE_QUERY, CONTEXT_ENTITY, CONTEXT_QUERY, SPORE_GRAPH, INSTANT_QUERY and VIDEO_TRANSCRIPT segments, the offsets are relative to the beginning of the corresponding (sub-)segment or text from doc attachment. The (indexing.annotations.goldmine) options are marks for Goldmine AnnotationsFinder to locate begin and end offsets in order to extract them

beginTokenIndexinteger(
Default: nil

The [begin end) token offsets in the Goldmine DocState. They follow similar rules as "begin" and "end" above, but for tokens rather than byte offsets. These fields are currently only populated by the query annotator.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionCompoundMention.t

For a compound mention, the references to the entity and mention of the components. Each compound_mention claims one or more 'mrf' fields from the WebrefEntity owning this mention. Use QueryJoinToMeaningStructConverter to expand compound mentions into complete MRF.

confidenceScorenumber(
Default: nil

A probabilistic score describing how certain the annotator is that this exact range in the document or query refers to the entity. Probability that a mention is correct corresponds to confidence score roughly as follows: 0.3 -> 75% 0.5 -> 87% 0.7 -> 89% 0.9 -> 94% 1.0 -> 98% However if you consider all mentions with a score above 0.3, then most of these will have scores close to 1, so the overall precision of these mentions is around 95%.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionDebugInfo.t

Debug information.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefDetailedMentionScores.t

Additional detailed scores about this mention.

endinteger(
Default: nil
endTokenIndexinteger(
Default: nil
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionEvalInfo.t

Information used by the evaluation tools to mark mentions annotations as correct/incorrect. This will never be annotated in production (would be nice if was, though :-)).

interpretationNumberlist(integer(
Default: nil

DEPRECATED and not populated anymore.

isImplicitboolean(
Default: nil

True if the entity is mentioned implicitly. Note that a mention can be implicit and have a non-empty range, for example if the entity is Sports, and this is inferred from the mention of "gym".

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLexicalAnnotation.t

Provides a Wordgraph lexical signals for the mentioned range so it can be use in LooseParsing. Please don't use this field before consulting wordgraph-team.

lowConfidenceboolean(
Default: nil

Qref & Postref only: Set to true for candidates part of qref candidate output for which there was no mention in qref. Internal to qref and LooseParsing. Do not use outside of these systems.

matchingTextstring
Default: nilFull type: String.t

Refcon-only: Annotated span in Refcon-normalized textual format, corresponding to the [begin end) offset interval in the CDoc. It will only be populated for CDocs originated from Docjoin extraction.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefConceptNameMetadata.t

Metadata attached to the name.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLightweightTokensPerMentionLightweightToken.t

Provides concised access to all matched MatchedLightweightToken.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPersonalizationContextOutputs.t

Additional personalization output scores about this mention.

priorProbabilitynumber(
Default: nil

The prior probability of the entity for this mention.

referenceScorenumber(
Default: nil

Whether the mention is a reference (e.g. it could be resolved to an entity coming from personal data) or not, currently only used for personal resolutions. Scores from 0 (not a reference) to 1 (reference). Use at your own risk as they are subject to change, advised to talk to refx-personal first.

resolutionScorenumber(
Default: nil

Whether the mention is a resolution or not, currently only used for personal resolutions. Scores from 0 (not a resolution) to 1 (resolution). Use at your own risk as they are subject to change, advised to talk to refx-personal first.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t

Assorted things that can be added to a Mention.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSubSegmentIndex.t

Identifies the sub-segment where the annotation occurs. See SubSegmentIndex for details. Not present in QRef, also deprecated for URL segment types.

trustedNameConfidencenumber(
Default: nil

Confidence that this name is a trusted name of the entity. This is set only in case the confidence is higher than an internal threshold (see ConceptProbability).