【发布时间】:2017-03-28 17:12:34
【问题描述】:
我使用 Google 脚本测试发送标记并找到作品,
如果通过 Google SMTP 从我的 Gmail 帐户向我的 Gmail 帐户发送相同的模板,ld+json 看不到。
我的模板是:
<!DOCTYPE html>
<html>
<head>
<title>Prenotazine TiPrenota</title>
<meta charset="UTF-8">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EventReservation",
"reservationNumber": "5aa46b79-140d-491e-a1db-568ec1c423bd",
"reservationStatus": "http://schema.org/Confirmed",
"underName": {
"@type": "Person",
"name": "Savio Capannini"
},
"reservationFor": {
"@type": "Event",
"name": "SAN MARINO ADVENTURES SRL - COE 21269",
"startDate": "2017-03-27T12:30:00",
"location": {
"@type": "Place",
"name": "SAN MARINO ADVENTURES SRL - COE 21269",
"address": {
"@type": "PostalAddress",
"streetAddress": "San Marino Adventure Parco Montecerreto, San Marino (RSM)"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "44,490501",
"longitude": "12,281881"
}
},
"performer":"Reservation"
},
"modifyReservationUrl": "https://www.mysite.it/?token=5aa46b79-140d-491e-a1db-568ec1c423bd"
}
</script>
</head>
<body>
Testo emeil
</body>
</html>
我是否需要 G Suite 帐户才能尝试此操作? 为什么看不到标记? 问题出在哪里?
请帮忙! 谢谢。
【问题讨论】:
标签: google-schemas