KnowledgeAnswersEntityType

Knowledge AnswersEntity Understanding

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersEntityType

6
out of 10
Medium
SEO Impact
An EntityType configures a value whose type is intended to be an entity. Entities may be specified using either the collection(s) to which they belong, or explicitly via a list of KG-ids. Both collections and ids can be specified, in which case the type will be the union of the id(s) and all mids within the collection(s). Next available tag: 10

SEO Analysis

AI Generated

Related to Google's Knowledge Graph and answer systems. The Knowledge Graph powers knowledge panels, featured snippets, and direct answers in search results. This model processes entity relationships, factual data, and structured knowledge that Google uses to provide direct answers to user queries, affecting featured snippet eligibility.

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

8
Sort:|Filter:
collectionstring
Default: nilFull type: list(String.t

This field specifies that containing entity must be: - in any 'collection' if 'in_all_collections' is false (default) - in every 'collection' if 'in_all_collections' is true. The collection field contains strings of the form '/collection/'. If no collections are specified, this value can be filled with any entity. A collection specified as an empty string has a special meaning for Aqua induction, which is that the type includes all entities.

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

Contains data about the contracts that this ValueType level is available for. For more information see go/contract-based-conformance.

excludedCollectionstring
Default: nilFull type: list(String.t

The entity that this value is filled with must not be any of these collections (denoted by a /collection/* id). This restriction does not affect parsing; it is used only to filter attributes in the extraction flow.

idstring
Default: nilFull type: list(String.t

The entity that this value is filled with must be one of the following explicitly specified KG-ids.

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

The entity that this value is filled with must be of the explicit type and/or contain the explicitly specified id. This field can not be used for kg mids, which should directly use the id field above.

inAllCollectionsboolean(
Default: nil
includeGeolocationDataboolean(
Default: nil

If this is set to true for a slot and the entity is a location, the latitude and longitude will be available in variables $SlotName_Latitude and $SlotName_Longitude, respectively. The latitude and longitude data comes from KG.

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

Contains data about current schema remodelings at this ValueType level. For more information see go/meaning-remodeling-framework.