NlpSemanticParsingRelatedEntity

NLPEntity Understanding

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingRelatedEntity

3
out of 10
Low
SEO Impact
A message that stores relations between this annotation and another entity. Stores the mid and the kind of relationship. These links may be consumed downstream for various purposes, including support transfer and other business logic. An example is for the Honda Civic entity. It may have an mdvc_relation that is a generalization_of the 2015 Honda Civic entity. So the Honda Civic would have the following: RelatedEntity { mid = 2015 Honda Civic Mid mdvc_relation = GENERALIZATION_OF } It has no equivalent_relation because it is by default NO_EQUIVALENT. The Honda Civic entity might then have a separate relation to the Old Honda Civic entity, as they are considered the same entity, or the following relation: RelatedEntity { mid = Old Honda Civic Mid equivalent_relation = EQUIVALENT }

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

  • 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

7
Sort:|Filter:
clusterSupportTransferRelationstring
Default: nilFull type: String.t

Denotes whether or not the related entity is derived from cluster support transfer.

composedFromRelationstring
Default: nilFull type: String.t

Denotes whether or not the related entity composes a compound entity together with other related entities.

equivalentRelationstring
Default: nilFull type: String.t

Whether or not the given mid is related to the other mid. Equivalent mids are usually mutually exclusive with other kinds of relations.

mdvcRelationstring
Default: nilFull type: String.t

The mdvc relation with the related mid.

midstring
Default: nilFull type: String.t

Mid that is related.

supportTransferRelationstring
Default: nilFull type: String.t

Denotes whether or not there was support transfer between the two entities.

targetIsStbrSourceboolean(
Default: nil

Set if the related entity is the source of an STBR rule and the target is not this one.