我的EventReservation
标记已获得 Google 的批准,但我注意到有时,ViewAction
我与之关联的(一个简单的链接)会从 Gmail 中消失,我想知道是什么导致了这个问题。
标记示例:
{
{
"@context":"http://schema.org",
"@type":"EventReservation",
"reservationStatus":"http://schema.org/Confirmed",
"reservationNumber":XXX,
"url":"XXX",
"action": {
"@type":"ViewAction",
"name":"Message Host",
"url":"XXX"
},
"modifiedTime":"2015-08-13T17:56:29+0000",
"underName": {
"@type":"Person",
"name":"XXX"
},
"reservationFor": {
"@type":"Event",
"name":"XXX",
"image":"XXX",
"startDate":"2015-08-17T10:42:28-0400",
"endDate":"",
"location": {
"@type":"Place",
"name":"",
"address": {
"streetAddress":"XXX",
"addressLocality":"XXX",
"addressRegion":"XXX",
"postalCode":"XXX",
"addressCountry":"XXX"
}
}
}
}