|
@@ -1066,7 +1066,7 @@ by <a itemprop="author" href="/author/jd_salinger.html">J.D. Salinger</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> |
|
|
|
Price: <span itemprop="price">$6.99</span> |
|
|
|
Price: <span itemprop="price" content="6.99">$6.99</span> |
|
|
|
<meta itemprop="priceCurrency" content="USD" /> |
|
|
|
<link itemprop="availability" href="http://schema.org/InStock">In Stock |
|
|
|
</div> |
|
@@ -1124,7 +1124,7 @@ by <a property="author" href="/author/jd_salinger.html">J.D. Salinger</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div property="offers" typeof="Offer"> |
|
|
|
Price: <span property="price">$6.99</span> |
|
|
|
Price: <span property="price" content="6.99">$6.99</span> |
|
|
|
<meta property="priceCurrency" content="USD" /> |
|
|
|
<link property="availability" href="http://schema.org/InStock">In Stock |
|
|
|
</div> |
|
@@ -1182,7 +1182,7 @@ JSON: |
|
|
|
"offers": { |
|
|
|
"@type": "Offer", |
|
|
|
"availability": "http://schema.org/InStock", |
|
|
|
"price": "$6.99", |
|
|
|
"price": "6.99", |
|
|
|
"priceCurrency": "USD" |
|
|
|
}, |
|
|
|
"publisher": "Little, Brown, and Company", |
|
@@ -7816,7 +7816,8 @@ JSON: |
|
|
|
"@type": "Book", |
|
|
|
"name": "Outliers" |
|
|
|
}, |
|
|
|
"price": "US$ 50" |
|
|
|
"price": "50", |
|
|
|
"priceCurrency": "USD" |
|
|
|
} |
|
|
|
</script> |
|
|
|
|
|
@@ -7881,7 +7882,8 @@ JSON: |
|
|
|
"@type": "Person", |
|
|
|
"name": "John" |
|
|
|
}, |
|
|
|
"price": "US$ 10", |
|
|
|
"price": "10", |
|
|
|
"priceCurrency": "USD" |
|
|
|
"recipient": { |
|
|
|
"@type": "Person", |
|
|
|
"name": "Steve" |
|
@@ -7950,7 +7952,8 @@ JSON: |
|
|
|
"@type": "Person", |
|
|
|
"name": "John" |
|
|
|
}, |
|
|
|
"price": "US$ 1,500", |
|
|
|
"price": "1500", |
|
|
|
"priceCurrency": "USD", |
|
|
|
"purpose": { |
|
|
|
"@type": "Flight", |
|
|
|
"name": "AA123" |
|
@@ -7987,7 +7990,8 @@ JSON: |
|
|
|
"@type": "Flight", |
|
|
|
"name": "AA123" |
|
|
|
}, |
|
|
|
"price": "US$ 1,500" |
|
|
|
"price": "1500", |
|
|
|
"priceCurrency": "UDC" |
|
|
|
} |
|
|
|
</script> |
|
|
|
|
|
@@ -8088,7 +8092,8 @@ JSON: |
|
|
|
"@type": "Person", |
|
|
|
"name": "John" |
|
|
|
}, |
|
|
|
"price": "US$ 10", |
|
|
|
"price": "10", |
|
|
|
"priceCurrency": "USD" |
|
|
|
"recipient": { |
|
|
|
"@type": "Person", |
|
|
|
"name": "Steve" |
|
@@ -8265,7 +8270,8 @@ JSON: |
|
|
|
"@type": "Person", |
|
|
|
"name": "John" |
|
|
|
}, |
|
|
|
"price": "US$ 10", |
|
|
|
"price": "10", |
|
|
|
"priceCurrency": "USD" |
|
|
|
"recipient": { |
|
|
|
"@type": "Person", |
|
|
|
"name": "Steve" |
|
@@ -9107,7 +9113,8 @@ MICRODATA: |
|
|
|
<div class="event-time">9:30 PM</div> |
|
|
|
|
|
|
|
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer"> |
|
|
|
<div class="event-price" itemprop="price">$13.00</div> |
|
|
|
<div class="event-price" itemprop="price" content="13.00">$13.00</div> |
|
|
|
<span itemprop="priceCurrency" content="USD" /> |
|
|
|
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
</span> |
|
|
|
</div> |
|
@@ -9132,8 +9139,9 @@ RDFA: |
|
|
|
<div class="event-time">9:30 PM</div> |
|
|
|
|
|
|
|
<span property="offers" typeof="Offer"> |
|
|
|
<div class="event-price" property="price">$13.00</div> |
|
|
|
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
<div class="event-price" property="price" content="13.00">$13.00</div> |
|
|
|
<span property="priceCurrency" content="USD" /> |
|
|
|
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
|
|
@@ -9157,7 +9165,8 @@ JSON: |
|
|
|
"name": "Typhoon with Radiation City", |
|
|
|
"offers": { |
|
|
|
"@type": "Offer", |
|
|
|
"price": "$13.00", |
|
|
|
"price": "13.00", |
|
|
|
"priceCurrency": "USD", |
|
|
|
"url": "http://www.ticketfly.com/purchase/309433" |
|
|
|
}, |
|
|
|
"startDate": "Sat Sep 14" |
|
@@ -9210,7 +9219,8 @@ MICRODATA: |
|
|
|
<div class="event-time">9:30 PM</div> |
|
|
|
|
|
|
|
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer"> |
|
|
|
<div class="event-price" itemprop="price">$13.00</div> |
|
|
|
<div class="event-price" itemprop="price" content="13.00">$13.00</div> |
|
|
|
<span itemprop="priceCurrency" content="USD" /> |
|
|
|
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
</span> |
|
|
|
</div> |
|
@@ -9262,7 +9272,8 @@ JSON: |
|
|
|
"name": "CANCELLED - Typhoon with Radiation City", |
|
|
|
"offers": { |
|
|
|
"@type": "Offer", |
|
|
|
"price": "$13.00", |
|
|
|
"price": "13.00", |
|
|
|
"priceCurrency": "USD", |
|
|
|
"url": "http://www.ticketfly.com/purchase/309433" |
|
|
|
}, |
|
|
|
"startDate": "Sat Sep 14" |
|
@@ -9310,8 +9321,9 @@ MICRODATA: |
|
|
|
</div> |
|
|
|
<div class="event-time">10:00 PM</div> |
|
|
|
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer"> |
|
|
|
<div class="event-price" itemprop="price">$13.00</div> |
|
|
|
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
<div class="event-price" itemprop="price" content="13.00">$13.00</div> |
|
|
|
<span itemprop="priceCurrency" content="USD" /> |
|
|
|
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
|
|
@@ -9334,8 +9346,9 @@ RDFA: |
|
|
|
</div> |
|
|
|
<div class="event-time">10:00 PM</div> |
|
|
|
<span property="offers" typeof="Offer"> |
|
|
|
<div class="event-price" property="price">$13.00</div> |
|
|
|
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
<div class="event-price" property="price" content="13.00">$13.00</div> |
|
|
|
<span property="priceCurrency" content="USD" /> |
|
|
|
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
|
|
@@ -9358,7 +9371,8 @@ JSON: |
|
|
|
}, |
|
|
|
{ |
|
|
|
"@type": "Offer", |
|
|
|
"price": "$13.00", |
|
|
|
"price": "13.00", |
|
|
|
"priceCurrency": "USD", |
|
|
|
"url": "http://www.ticketfly.com/purchase/309433" |
|
|
|
} |
|
|
|
] |
|
@@ -9408,8 +9422,9 @@ MICRODATA: |
|
|
|
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer"> |
|
|
|
<meta itemprop="availability" content="http://schema.org/SoldOut"> |
|
|
|
|
|
|
|
<div class="event-price" itemprop="price">$13.00</div> |
|
|
|
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
<div class="event-price" itemprop="price" content="13.00">$13.00</div> |
|
|
|
<span itemprop="priceCurrency" content="USD" /> |
|
|
|
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
|
|
@@ -9435,7 +9450,8 @@ RDFA: |
|
|
|
<span property="offers" typeof="Offer"> |
|
|
|
<meta property="availability" content="http://schema.org/SoldOut"> |
|
|
|
|
|
|
|
<div class="event-price" property="price">$13.00</div> |
|
|
|
<div class="event-price" property="price" content="13.00">$13.00</div> |
|
|
|
<span property="priceCurrency" content="USD" /> |
|
|
|
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> |
|
|
|
</span> |
|
|
|
</div> |
|
@@ -9461,7 +9477,8 @@ JSON: |
|
|
|
"offers": { |
|
|
|
"@type": "Offer", |
|
|
|
"availability": "http://schema.org/SoldOut", |
|
|
|
"price": "$13.00", |
|
|
|
"price": "13.00", |
|
|
|
"priceCurrency": "USD", |
|
|
|
"url": "http://www.ticketfly.com/purchase/309433" |
|
|
|
}, |
|
|
|
"startDate": "Sat Sep 14" |
|
@@ -10533,7 +10550,8 @@ MICRODATA: |
|
|
|
|
|
|
|
<div itemprop="offers" itemscope="" itemtype="http://schema.org/Offer"> |
|
|
|
<link itemprop="url" href="/examples/ticket/12341234" /> |
|
|
|
<meta itemprop="price" content="$40"/> |
|
|
|
<meta itemprop="price" content="40"/> |
|
|
|
<meta itemprop="priceCurrency" content="USD" /> |
|
|
|
<meta itemprop="availability" href="http://schema.org/InStock"/> |
|
|
|
</div> |
|
|
|
|
|
@@ -10600,7 +10618,8 @@ RDFA: |
|
|
|
|
|
|
|
<div property="offers" typeof="Offer"> |
|
|
|
<link property="url" href="/examples/ticket/12341234"/> |
|
|
|
<meta property="price" content="$40"/> |
|
|
|
<meta property="price" content="40"/> |
|
|
|
<meta property="priceCurrency" content="USD" /> |
|
|
|
<meta property="availability" href="http://schema.org/InStock"/> |
|
|
|
</div> |
|
|
|
|
|
@@ -10664,7 +10683,8 @@ JSON: |
|
|
|
"offers": { |
|
|
|
"@type": "Offer", |
|
|
|
"url": "/examples/ticket/12341234", |
|
|
|
"price": "$40", |
|
|
|
"price": "40", |
|
|
|
"priceCurrency": "USD", |
|
|
|
"availability": "http://schema.org/InStock" |
|
|
|
}, |
|
|
|
"performer": [ |
|
|
0 comments on commit
83e5e69