RepositoryWebrefEntityNameScore

Repository WebrefEntity Understanding

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameScore

9
out of 10
Critical
SEO Impact
Represents a score for an entity. Next available tag: 39.

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

19
Sort:|Filter:
bootstrappingPreviousIterationRepositoryWebrefBootstrappingScore →
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefBootstrappingScore.t

If the EntityNameScore is part of a bootstrapped model, then this field contains the score_ratio from the previous model ("Model 0"). If Model 0 does not have a corresponding entry, because it did not know about this name for this entity, then bootstrapping_previous_iteration is left empty.

confidencenumber(
Default: nil

Confidence that this name is a trusted name of the entity. A reasonable threshold for name trust is 0.6. A name can be trusted and still have very low score_ratio, esp. if it is ambiguous (e.g. 'mercury') and/or not the dominant interpretation (e.g. "siberian husky" -> /m/06krnsr (a book)).

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

Debug information about the entity.

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

Source and score data, this is internal to refx (e.g. for demo/debug).

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

Stores region specific score ratios for the entity when it is significantly different from the language version above.

includeInModelboolean(
Default: nil

Include this name in the name lookup table.

internalBootstrapIsOpenWorldboolean(
Default: nil

Transient field, only used in bootstrap pipeline.

internalIsClusterParentboolean(
Default: nil
isClusterGlobalboolean(
Default: nil

Set to true iff the concept is cluster parent and the name can be a name for any child of the cluster. (e.g. 'starbucks' is cluster_global for the [Starbucks] chain cluster).

isDroppedboolean(
Default: nil

Documented at: google3/repository/webref/enricher/core/data/scored_entity_name.h

isMatchlessResultContextboolean(
Default: nil

Only for context names: Whether this EntityNameScore represents an entity that was dominant in the search results but was not annotated by QRef during learning. Matchless result contexts are useful for bootstrapping, where different model iterations may have different names and thus context scores from Model 0 that are inconsistent with the names from Model 1.

isPrunedboolean(
Default: nil

Documented at: google3/repository/webref/enricher/core/data/scored_entity_name.h

midstring
Default: nilFull type: String.t

The id of the entity.

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

Metadata about this name aggregated from name signals.

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

Metadata of segment range, which is annotated by this entity.

scorenumber(
Default: nil

The absolute score of that entity. score = artificial_score + volume_based_score

scoreRationumber(
Default: nil

Ratio between this entity score and the total score over all entities. This is including the "open world" information if it was estimated.

useAsNameCandidateboolean(
Default: nil

When this field is true, we consider this context name as candidate in Enricher's names pipeline.

volumeBasedScorenumber(
Default: nil

Absolute score that comes from quantitative sources such as navboost clicks, anchors, etc. artificial_score = score - volume_based_score