Evento deportivo
Nombre de tipo: SportsEvent
Extiende Event
Nombre |
Tipo |
Descripción |
AusenteEquipo |
Person o SportsTeam |
El equipo visitante en un evento deportivo |
competidor |
Person o SportsTeam |
Un competidor en un evento deportivo |
equipo local |
Person o SportsTeam |
El equipo local en un evento deportivo. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-03 (UTC)
[null,null,["Última actualización: 2024-09-03 (UTC)"],[[["`SportsEvent` schema markup provides information about a sports event, extending the basic `Event` type."],["It includes details about the competing entities, such as `awayTeam`, `competitor`, and `homeTeam`, which can be either a `Person` or a `SportsTeam`."],["These properties help search engines understand and display relevant information about sports events in search results."]]],["The `SportsEvent` type, which extends `Event`, defines key details for sporting events. It includes the `awayTeam`, `homeTeam`, and `competitor`, each of which can be either a `Person` or a `SportsTeam`. The `awayTeam` signifies the visiting team, the `homeTeam` represents the host, and `competitor` denotes any participant in the event. These types help identify the entities involved in the sport event.\n"]]