schema.org
Open in
urlscan Pro
2a00:1450:4007:817::200e
Public Scan
Submitted URL: http://schema.org/EventRescheduled
Effective URL: https://schema.org/EventRescheduled
Submission: On September 08 via api from US — Scanned from DE
Effective URL: https://schema.org/EventRescheduled
Submission: On September 08 via api from US — Scanned from DE
Form analysis
1 forms found in the DOM<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8">
<table cellspacing="0" cellpadding="0" class="gsc-search-box">
<tbody>
<tr>
<td class="gsc-input">
<div class="gsc-input-box" id="gsc-iw-id1">
<table cellspacing="0" cellpadding="0" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">
<tbody>
<tr>
<td id="gs_tti50" class="gsib_a"><input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="search" id="gsc-i-id1" dir="ltr" spellcheck="false"
style="width: 100%; padding: 0px; border: none; margin: 0px; height: auto; background: url("https://www.google.com/cse/static/images/1x/en/branding.png") left center no-repeat rgb(255, 255, 255); outline: none;"></td>
<td class="gsib_b">
<div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>
</td>
</tr>
</tbody>
</table>
</div>
</td>
<td class="gsc-search-button"><button class="gsc-search-button gsc-search-button-v2"><svg width="13" height="13" viewBox="0 0 13 13">
<title>search</title>
<path
d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z">
</path>
</svg></button></td>
<td class="gsc-clear-button">
<div class="gsc-clear-button" title="clear results"> </div>
</td>
</tr>
</tbody>
</table>
</form>
Text Content
Schema.org * Documentation * Schemas * About × search Note: you are viewing the development version of Schema.org. See How we work for more details. EVENTRESCHEDULED A Schema.org Enumeration Member Thing > Intangible > Enumeration > StatusEnumeration > EventStatusType :: EventRescheduled [more...] * Canonical URL: https://schema.org/EventRescheduled * Check for open issues. The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated). A member value for enumeration type: EventStatusType Examples Example 1 Copied No Markup Microdata RDFa JSON-LD Structure Example notes or example HTML without markup. 1. An example of a more fully specified MusicEvent, including a tour image, 2. full venue address, multiple performers, and multiple ticket classes. Example encoded as Microdata embedded in HTML. 1. This example is JSON-only. Example encoded as RDFa embedded in HTML. 1. This example is JSON-only. Example encoded as JSON-LD in a HTML script tag. 1. <script type="application/ld+json"> 2. [{ 3. "@context" : "https://schema.org", 4. "@type" : "MusicEvent", 5. "name" : "B.B. King with Jonathon \"Boogie\" Long", 6. "image" : "http://www.bbking.com/gallery/b-b-king-live.jpg", 7. "url" : "http://www.bbking.com/events/apr12-providence.html", 8. "startDate" : "2014-04-12T19:30", 9. "doorTime" : "18:30:00", 10. "endDate" : "2014-04-12T22:00", 11. "location" : { 12. "@type" : "Place", 13. "name" : "Lupo's Heartbreak Hotel", 14. "sameAs" : "http://lupos.com/", 15. "address" : { 16. "@type" : "PostalAddress", 17. "streetAddress" : "79 Washington St.", 18. "addressLocality" : "Providence", 19. "addressRegion" : "RI", 20. "postalCode" : "02903", 21. "addressCountry" : "US" 22. } 23. }, 24. "offers" : [ { 25. "@type" : "Offer", 26. "name" : "General Admission", 27. "price" : "$63.25", 28. "availability" : "SoldOut", 29. "url" : "http://www.ticketmaster.com/event/17004C29" 30. },{ 31. "@type" : "Offer", 32. "name" : "VIP Experience", 33. "url" : "http://www.example.com/Abcde12345", 34. "price" : "$299.00", 35. "validFrom" : "2014-02-05T10:00", 36. "validThrough" : "2014-03-19T23:59" 37. } ], 38. "performer" : [ { 39. "@type" : "MusicGroup", 40. "name" : "B.B. King", 41. "sameAs" : "http://en.wikipedia.org/wiki/B.B._King" 42. },{ 43. "@type" : "MusicGroup", 44. "name" : "Jonathon \"Boogie\" Long", 45. "sameAs" : "http://jonathonboogielong.com/" 46. } ], 47. "eventStatus" : "EventRescheduled", 48. "previousStartDate" : "2013-09-30T19:30", 49. "typicalAgeRange" : "18+" 50. }] 51. </script> Structured representation of the JSON-LD example. [{ "@context" : "https://schema.org", "@type" : "MusicEvent", "name" : "B.B. King with Jonathon \"Boogie\" Long", "image" : "http://www.bbking.com/gallery/b-b-king-live.jpg", "url" : "http://www.bbking.com/events/apr12-providence.html", "startDate" : "2014-04-12T19:30", "doorTime" : "18:30:00", "endDate" : "2014-04-12T22:00", "location" : { "@type" : "Place", "name" : "Lupo's Heartbreak Hotel", "sameAs" : "http://lupos.com/", "address" : { "@type" : "PostalAddress", "streetAddress" : "79 Washington St.", "addressLocality" : "Providence", "addressRegion" : "RI", "postalCode" : "02903", "addressCountry" : "US" } }, "offers" : [ { "@type" : "Offer", "name" : "General Admission", "price" : "$63.25", "availability" : "SoldOut", "url" : "http://www.ticketmaster.com/event/17004C29" },{ "@type" : "Offer", "name" : "VIP Experience", "url" : "http://www.example.com/Abcde12345", "price" : "$299.00", "validFrom" : "2014-02-05T10:00", "validThrough" : "2014-03-19T23:59" } ], "performer" : [ { "@type" : "MusicGroup", "name" : "B.B. King", "sameAs" : "http://en.wikipedia.org/wiki/B.B._King" },{ "@type" : "MusicGroup", "name" : "Jonathon \"Boogie\" Long", "sameAs" : "http://jonathonboogielong.com/" } ], "eventStatus" : "EventRescheduled", "previousStartDate" : "2013-09-30T19:30", "typicalAgeRange" : "18+" }] V13.0 2021-07-07 Terms and conditions