Gmail确认卡

问题描述

Gmail确认卡是否仍在工作/正在积极维护?

我整个上午都在尝试向邮件添加 EventReservation 。它没有解决...

最后,我使用了从hotels.com收到的旧电子邮件,其中在Gmail中显示了确认卡。当我再次发送该邮件时(从我自己的电子邮件地址发送到我自己的具有SPF记录的电子邮件地址),它确实显示了确认卡。

但是,然后我用自己的EventReservation元数据(包含以下内容)交换了包含酒店预订的<script type="application/ld+json"></script>

猜猜是什么:尽管HTML内容确实包含我的事件元数据,但它仍然显示Hotels.com的原始确认卡。因此,我的问题...

我自己的事件元数据,它通过了Google的EmailMarkupTester:

<script type="application/ld+json">
        {
          "@context": "http://schema.org","@type": "EventReservation","reservationNumber": "f8cef300-a387-46cd-8708-31742e5f8a56","reservationStatus": "http://schema.org/Confirmed","underName": {
            "@type": "Person","name": "Ronald Dehuysser"
          },"reservationFor": {
            "@type": "Event","name": "Your meeting at Rosoco","startDate": "2020-10-20T09:30:00+02:00","location": {
              "@type": "Place","name": "Rosoco","address": {
                "@type": "PostalAddress","streetAddress": "Sint-Truidensesteenweg 70","addressLocality": "Tienen","addressRegion": "Vlaams-Brabant","postalCode": "3300","addressCountry": "BE"
              }
            }
          },"ticketToken": "https://www.patrick-wied.at/static/qrgen/qrgen.PHP?content={%22content_type%22:%22VisitorCode%22,%22value%22:%22f8cef300-a387-46cd-8708-31742e5f8a56%22}"
        }
    </script>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)