我最近将 json 数据添加到电子邮件中,以显示highlight
电子邮件客户端中用于火车预订的部分,但在电子邮件中还有一个护理租赁公司的广告部分,它也显示在突出显示中。
有没有办法禁用RentalCar
电子邮件中的类型或指示客户忽略 html 的特定部分?
JSON-LD 示例
{
"reservationNumber": "XXXXX",
"reservationFor": {
"trainCompany": { "name": "Company", "@type": "Organization" },
"departureStation": { "name": "Departure station", "@type": "TrainStation" },
"arrivalStation": {
"name": "Arrival station",
"@type": "TrainStation"
},
"arrivalTime": "2018-08-15T12:47:00",
"@type": "TrainTrip"
},
"price": "10.00",
"reservationStatus": "http://schema.org/ReservationConfirmed",
"checkinUrl": "https://checkin-url.com/uk-en",
"modifyReservationUrl": "https://checkin-url.com/uk-en",
"@content": "http://schema.org",
"@type": "TrainReservation"}
谢谢
达米安