schema.org markup
-
Hi Franky,
Great plugin you’ve got there. Working on integrating it with out website as we speak.
I am currently trying to add Gmail(/Inbox) markup, see this site: https://developers.google.com/gmail/markup/reference/event-reservation
but it fails to show up any results. This is the code I am using in my RSVP emails
<html> <body> <div itemscope itemtype="https://schema.org/EventReservation"> <meta itemprop="reservationNumber" content="IO12345"/> <div itemprop="underName" itemscope itemtype="https://schema.org/Person"> <meta itemprop="name" content="John Smith"/> </div> <div itemprop="reservationFor" itemscope itemtype="https://schema.org/Event"> <meta itemprop="name" content="#_EVENTNAME"/> <time itemprop="startDate" datetime="#_{Y}#_jp7prfnT#_{m}T#_24HSTARTTIME"/> <div itemprop="location" itemscope itemtype="https://schema.org/Place"> <meta itemprop="name" content="#_LOCATIONNAME"/> <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress"> <meta itemprop="streetAddress" content="#_ADDRESS"/> <meta itemprop="addressLocality" content="#_TOWN"/> <meta itemprop="addressCountry" content="NL"/> </div> </div> </div> </div> <p> Dear #RESPNAME, thanks for booking with us. </p> <p> BOOKING DETAILS<br/> Reservation number: TEST<br/> Order for: #_RESPNAME<br/> Event: #_EVENTNAME<br/> Start time: #_{Y}#_jp7prfnT#_{m}T#_24HSTARTTIME<br/> Venue: #_LOCATIONNAME<br/> </p> </body> </html>
Sent with HTML is positive. Any suggestions?
Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘schema.org markup’ is closed to new replies.