Я пытаюсь реализовать схему заказа, как представлено на: https://developers.google.com/gmail/markup/reference/orderсхема заказа не показывает право на Gmail
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Order",
"merchant": {
"@type": "Organization",
"name": "Test Ltd."
},
"orderNumber": "56d59b633427b",
"orderStatus": "http://schema.org/PaymentComplete",
"acceptedOffer": {
"@type": "Offer",
"itemOffered": {
"@type": "Product",
"name": "Test Products"
},
"price": "41.09",
"priceCurrency": "USD",
"eligibleQuantity": {
"@type": "QuantitativeValue",
"value": "1"
},
"url": "http://project1.local/account/tickets",
"potentialAction": {
"@type": "ViewAction",
"target": "http://project1.local/account/tickets"
}
}}
</script>
Вопрос заключается в том, что электронная почта показывает, как обычный адрес электронной почты. Что я делаю не так?
Спасибо!
PS: Код проверяет на https://developers.google.com/structured-data/testing-tool/