Các đoạn chính trong email
Các đoạn chính trong email trong Zoho Mail đảm bảo các thông tin quan trọng trong email được tô sáng trong bản xem trước email. Trong bối cảnh kinh doanh, một số email có thể chứa thông tin cần được tô sáng và truyền đạt cho người dùng. Có thể thực hiện điều này bằng cách phân tích một số phần nhất định của email ở định dạng cụ thể.
Schema.org là cộng đồng hợp tác đang làm việc để tạo và quảng cáo sơ đồ để đánh dấu dữ liệu có cấu trúc trên internet. Zoho Mail hiểu định dạng được schema.org xác định và phần đánh dấu này sẽ được tô sáng và hiển thị dưới dạng Các đoạn chính trong email trong bản xem trước email.
Mục lục
Tô sáng Các đoạn chính trong email
Để tô sáng và hiển thị các phần quan trọng trong email trong bản xem trước email, bạn có thể nhúng tập lệnh JSON-LD hoặc Vi dữ liệu vào phần nội dung email. Tập lệnh này sẽ hiển thị các phần trong email mà bạn muốn hiển thị trong bản xem trước email. Ví dụ, trong email đặt vé máy bay, có thể tô sáng các phần như số hiệu chuyến bay, giờ khởi hành, địa điểm lên máy bay và điểm đến. Điều này giúp người dùng vừa xem lướt qua là có thể dễ dàng nắm rõ các chi tiết cần thiết nhất trong email.
Ngoài việc nhúng tập lệnh, bạn sẽ phải đăng ký với chúng tôi để xác định Các đoạn chính trong email đã được phân tích. Bạn có thể đăng ký tên miền của mình bằng cách sử dụng liên kết này. Quy trình đăng ký tên miền sẽ hoàn tất sau khi tên miền được xem xét. Tổ chức gửi yêu cầu đăng ký sẽ được liên hệ, trong trường hợp cần giải thích rõ hơn về vấn đề này.
Tương tự, tính năng tô sáng một số phần của email cũng sẽ hữu ích trong trường hợp đây là email xác nhận đơn hàng từ website thương mại điện tử và email theo dõi kiện hàng được gửi từ dịch vụ giao hàng.
Những việc cần làm để Zoho Mail tô sáng Các đoạn chính trong email
Để tô sáng Các đoạn chính trong email bạn gửi, bạn cần phải kiểm tra hai điều.
- Email bạn sẽ gửi phải chứa một tập lệnh cụ thể được nhúng trong Dữ liệu vi mô hoặc định dạng JSON-LD.
- Miền mà bạn gửi những email này phải được đăng ký trong danh sách miền đã xác định của chúng tôi.
Định dạng để tô sáng Các đoạn chính trong email
Để tô sáng các đoạn chính trong email bạn gửi đi, bạn sẽ phải nhúng một tập lệnh vào email bạn đang gửi. Zoho Mail hỗ trợ cả định dạng JSON-LD và Dữ liệu vi mô trong đánh dấu email.
Dữ liệu vi mô
Dữ liệu vi mô là một ngôn ngữ đánh dấu được thiết kế để mô tả và làm nổi bật các phần cụ thể của email. Mỗi đánh dấu này có thể bao gồm các thuộc tính liên quan. Ở định dạng Vi dữ liệu, ba thuộc tính cơ bản được sử dụng là itemtype, itemprop và itemscope.
Itemscope - Sử dụng thuộc tính này trong thẻ div biểu thị rằng tất cả thông tin nằm trong thẻ div này thuộc về một thực thể duy nhất.
Itemtype - Khi bạn đề cập itemtype, việc này biểu thị rằng tất cả phần tử trong phạm vi đó đều thuộc lớp được đề cập. Bạn có thể đặt điều này thành bất kỳ lớp nào trong lớp schema.org.
Itemprop - Có thể cung cấp thông tin bổ sung về lớp được đề cập dưới dạng itemtype bằng cách sử dụng thuộc tính này.
JSON-LD
JSON-LD là cú pháp dựa trên JSON, một ngôn ngữ đánh dấu khác thường được sử dụng. Ở định dạng JSON-LD, @context được đặt thành http://schema.org, @type được đặt thành bất kỳ lớp nào hiện có trong lớp schema.org, và các thuộc tính của lớp đó được xác định trong tập lệnh.
Cú pháp để tô sáng Các đoạn chính trong email
Xác nhận vé máy bay
Khi bạn nhận được email xác nhận vé máy bay, một số dữ liệu quan trọng như thời gian lên máy bay, sân bay khởi hành và sân bay đến, ngày bắt đầu hành trình, v.v. có thể được tô sáng và truyền đạt cho người dùng để giúp họ vừa nhìn lướt qua là có thể nắm rõ các thông tin chính trong email.
Trường hợp sử dụng
Vé máy bay cơ bản
JSON-LD
http://schema.org
",http://schema.org/Confirmed
",Dữ liệu vi mô
http://schema.org/FlightReservation
">http://schema.org/Confirmed
"/>http://schema.org/Person
">http://schema.org/Flight
">http://schema.org/Airline
">http://schema.org/Airport
">http://schema.org/Airport
">Thẻ lên máy bay
Nếu bạn cần tô sáng các chi tiết thẻ lên máy bay bên cạnh các nội dung còn lại, bạn có thể sử dụng cú pháp này.
JSON-LD
<script type="application/ld+json">
{
"@context": "http://schema.org
",
"@type": "FlightReservation",
"reservationNumber": "TJK743",
"reservationStatus": "http://schema.org/Confirmed
",
"underName": {
"@type": "Person",
"name": "Rebecca Anderson"
},
"reservationFor": {
"@type": "Flight",
"flightNumber": "914",
"airline": {
"@type": "Airline",
"name": "Pan American World Airways",
"iataCode": "PA"
},
"departureAirport": {
"@type": "Airport",
"name": " John F. Kennedy International Airport ",
"iataCode": "JFK"
},
"departureTime": " 2018-04-07T18:20:00-06:00",
"arrivalAirport": {
"@type": "Airport",
"name": " Miami International Airport ",
"iataCode": "MIA"
},
"arrivalTime": " 2018-04-08T14:30:00-05:00 "
},
"airplaneSeat": "5C",
"airplaneSeatClass": {
"@type": "AirplaneSeatClass",
"name": "Economy"
},
"ticketNumber": "FIG546",
"ticketToken": "qrCode:FG56",
"checkinUrl": "http://panam.org/onlinecheckin.html
"
}
</script>
Dữ liệu vi mô
<div itemscope itemtype="http://schema.org/FlightReservation
">
<meta itemprop="reservationNumber" content=" TJK743"/>
<link itemprop="reservationStatus" href="http://schema.org/Confirmed
"/>
<div itemprop="underName" itemscope itemtype="http://schema.org/Person
">
<meta itemprop="name" content="Rebecca Anderson"/>
</div>
<div itemprop="reservationFor" itemscope itemtype="http://schema.org/Flight
">
<meta itemprop="flightNumber" content="914"/>
<div itemprop="airline" itemscope itemtype="http://schema.org/Airline
">
<meta itemprop="name" content=" Pan American World Airways"/>
<meta itemprop="iataCode" content="PA"/>
</div>
<div itemprop="departureAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content=" John F. Kennedy International Airport "/>
<meta itemprop="iataCode" content="JFK"/>
</div>
<meta itemprop="departureTime" content=" 2018-04-07T18:20:00-06:00 "/>
<div itemprop="arrivalAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content=" Miami International Airport "/>
<meta itemprop="iataCode" content="MIA"/>
</div>
<meta itemprop="arrivalTime" content=" 2018-04-08T14:30:00-05:00"/>
</div>
<meta itemprop="airplaneSeat" content="5C"/>
<div itemprop="airplaneSeatClass" itemscope itemtype="http://schema.org/AirplaneSeatClass
">
<meta itemprop="name" content="Economy"/>
</div>
<meta itemprop="ticketNumber" content=" FIG546 "/>
<meta itemprop="ticketToken" content="qrCode:FG56"/>
<link itemprop="checkInUrl" href="http://panam.org/onlinecheckin.html
"/>
</div>
Nút Làm thủ tục
Ngoài việc tô sáng các chi tiết về chuyến bay và hành khách, bạn cũng có thể thêm nút Làm thủ tục vào danh sách email bằng cú pháp này.
JSON-LD
<script type="application/ld+json">
{
"@context": "http://schema.org
",
"@type": "FlightReservation",
"reservationNumber": "TJK743 ",
"reservationStatus": "http://schema.org/Confirmed
",
"underName": {
"@type": "Person",
"name": "Rebecca Anderson"
},
"reservationFor": {
"@type": "Flight",
"flightNumber": "914",
"airline": {
"@type": "Airline",
"name": "Pan American World Airways",
"iataCode": "PA"
},
"departureAirport": {
"@type": "Airport",
"name": "John F. Kennedy International Airport",
"iataCode": "JFK"
},
"departureTime": "2018-04-07T18:20:00-06:00",
"arrivalAirport": {
"@type": "Airport",
"name": "Miami International Airport",
"iataCode": "MIA"
},
"arrivalTime": "2018-04-08T14:30:00-05:00"
},
"checkinUrl": "http://panam.org/onlinecheckin.html
",
"potentialAction": {
"@type": "CheckInAction",
"target": "http://panam.org/onlinecheckin.html
"
}
}
</script>
Dữ liệu vi mô
<div itemscope itemtype="http://schema.org/FlightReservation
">
<meta itemprop="reservationNumber" content="TJK743"/>
<link itemprop="reservationStatus" href="http://schema.org/Confirmed
"/>
<div itemprop="underName" itemscope itemtype="http://schema.org/Person
">
<meta itemprop="name" content="Rebecca Anderson"/>
</div>
<div itemprop="reservationFor" itemscope itemtype="http://schema.org/Flight
">
<meta itemprop="flightNumber" content="914"/>
<div itemprop="airline" itemscope itemtype="http://schema.org/Airline
">
<meta itemprop="name" content="Pan American World Airways"/>
<meta itemprop="iataCode" content="PA"/>
</div>
<div itemprop="departureAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="John F. Kennedy International Airport"/>
<meta itemprop="iataCode" content="JFK"/>
</div>
<meta itemprop="departureTime" content="2018-04-07T18:20:00-06:00"/>
<div itemprop="arrivalAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="Miami International Airport"/>
<meta itemprop="iataCode" content="MIA"/>
</div>
<meta itemprop="arrivalTime" content="2018-04-08T14:30:00-05:00"/>
</div>
<link itemprop="checkinUrl" href="http://panam.org/onlinecheckin.html
"/>
<div itemprop="potentialAction" itemscope itemtype="http://schema.org/CheckInAction
">
<link itemprop="target" href="http://panam.org/onlinecheckin.html
"/>
</div>
</div>
Cập nhật chuyến bay
Trong một số trường hợp, có thể có thay đổi về thời gian bay hoặc các chi tiết khác trên vé. Trong trường hợp này, bạn có thể gửi email để thông báo về chi tiết chuyến bay và vé được cập nhật. Bạn có thể sử dụng cú pháp này để tô sáng một số phần trong email khi thời gian bay thay đổi.
JSON-LD
<script type="application/ld+json">
{
"@context": "http://schema.org
",
"@type": "FlightReservation",
"reservationNumber": "TJK743",
"reservationStatus": "http://schema.org/Confirmed
",
"underName": {
"@type": "Person",
"name": "Rebecca Anderson"
},
"reservationFor": {
"@type": "Flight",
"flightNumber": "914",
"airline": {
"@type": "Airline",
"name": "Pan American World Airways",
"iataCode": "PA"
},
"departureAirport": {
"@type": "Airport",
"name": "John F. Kennedy International Airport",
"iataCode": "JFK"
},
"departureTime": " 2018-04-07T18:20:00-06:00",
"arrivalAirport": {
"@type": "Airport",
"name": "Miami International Airport",
"iataCode": "MIA"
},
"arrivalTime": "2018-04-08T14:30:00-05:00"
},
"airplaneSeat": "5C",
"airplaneSeatClass": {
"@type": "AirplaneSeatClass",
"name": "Economy"
},
"checkinUrl": "http://panam.org/onlinecheckin.html
",
"modifiedTime": "2018-04-07T11:30:00-08:00",
"modifyReservationUrl": "http://panam.org/modifyreservation.html
"
}
</script>
Dữ liệu vi mô
<div itemscope itemtype="http://schema.org/FlightReservation
">
<meta itemprop="reservationNumber" content="TJK743"/>
<link itemprop="reservationStatus" href="http://schema.org/Confirmed
"/>
<div itemprop="underName" itemscope itemtype="http://schema.org/Person
">
<meta itemprop="name" content="Rebecca Anderson"/>
</div>
<div itemprop="reservationFor" itemscope itemtype="http://schema.org/Flight
">
<meta itemprop="flightNumber" content="914"/>
<div itemprop="airline" itemscope itemtype="http://schema.org/Airline
">
<meta itemprop="name" content="Pan American World Airways"/>
<meta itemprop="iataCode" content="PA"/>
</div>
<div itemprop="departureAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="John F. Kennedy International Airport"/>
<meta itemprop="iataCode" content="JFK"/>
</div>
<meta itemprop="departureTime" content="2018-04-07T18:20:00-06:00"/>
<div itemprop="arrivalAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="Miami International Airport"/>
<meta itemprop="iataCode" content="MIA"/>
</div>
<meta itemprop="arrivalTime" content="2018-04-08T14:30:00-05:00"/>
</div>
<meta itemprop="airplaneSeat" content="5C"/>
<div itemprop="airplaneSeatClass" itemscope itemtype="http://schema.org/AirplaneSeatClass
">
<meta itemprop="name" content="Economy"/>
</div>
<meta itemprop="modifiedTime" content="2018-04-07T11:30:00-08:00"/>
<link itemprop="checkInUrl" href="http://panam.org/onlinecheckin.html
"/>
<link itemprop="modifyReservationUrl" href="http://panam.org/modifyreservation.html
"/>
</div>
Hủy chuyến bay
Bạn có thể sử dụng cú pháp này để cho người dùng biết vé họ đặt cho một thời gian cụ thể đã bị hủy.
JSON-LD
<script type="application/ld+json">
{
"@context": "http://schema.org
",
"@type": "FlightReservation",
"reservationNumber": "TJK743",
"reservationStatus": "http://schema.org/Cancelled
",
"underName": {
"@type": "Person",
"name": "Rebecca Anderson"
},
"reservationFor": {
"@type": "Flight",
"flightNumber": "914",
"airline": {
"@type": "Airline",
"name": "Pan American World Airways",
"iataCode": "PA"
},
"departureAirport": {
"@type": "Airport",
"name": "John F. Kennedy International Airport",
"iataCode": "JFK"
},
"departureTime": "2018-04-07T18:20:00-06:00",
"arrivalAirport": {
"@type": "Airport",
"name": "Miami International Airport",
"iataCode": "MIA"
},
"arrivalTime": "2018-04-08T14:30:00-05:00"
},
"checkinUrl": "http://panam.org/onlinecheckin.html
",
"modifiedTime": "2018-04-07T11:30:00-08:00",
"modifyReservationUrl": "http://panam.org/modifyreservation.html
"
}
</script>
Dữ liệu vi mô
<div itemscope itemtype="http://schema.org/FlightReservation
">
<meta itemprop="reservationNumber" content="TJK743"/>
<link itemprop="reservationStatus" href="http://schema.org/Cancelled
"/>
<div itemprop="underName" itemscope itemtype="http://schema.org/Person
">
<meta itemprop="name" content="Rebecca Anderson"/>
</div>
<div itemprop="reservationFor" itemscope itemtype="http://schema.org/Flight
">
<meta itemprop="flightNumber" content="914"/>
<div itemprop="airline" itemscope itemtype="http://schema.org/Airline
">
<meta itemprop="name" content="Pan American World Airways"/>
<meta itemprop="iataCode" content="PA"/>
</div>
<div itemprop="departureAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="John F. Kennedy International Airport"/>
<meta itemprop="iataCode" content="JFK"/>
</div>
<meta itemprop="departureTime" content="2018-04-07T18:20:00-06:00"/>
<div itemprop="arrivalAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="Miami International Airport"/>
<meta itemprop="iataCode" content="MIA"/>
</div>
<meta itemprop="arrivalTime" content="2018-04-08T14:30:00-05:00"/>
</div>
<meta itemprop="modifiedTime" content="2018-04-07T11:30:00-08:00"/>
<link itemprop="checkInUrl" href="http://panam.org/onlinecheckin.html
"/>
<link itemprop="modifyReservationUrl" href="http://panam.org/modifyreservation.html
"/>
</div>
Vé máy bay cho nhiều chặng bay
Khi bạn đặt vé tới điểm đến không có chuyến bay thẳng mà bao gồm vài lần quá cảnh, thì đây được gọi là chuyến bay nhiều chặng. Trong trường hợp này, vé sẽ được đặt sao cho bạn tới điểm trung chuyển và đi chuyến bay khác từ đó đến điểm đến cuối cùng. Bạn có thể sử dụng cú pháp này để tô sáng một số phần của email như vậy.
JSON-LD
<script type="application/ld+json">
[
{
"@context": "http://schema.org
",
"@type": "FlightReservation",
"reservationNumber": "TJK743",
"reservationStatus": "http://schema.org/Confirmed
",
"underName": {
"@type": "Person",
"name": "Rebecca Anderson"
},
"reservationFor": {
"@type": "Flight",
"flightNumber": "761",
"airline": {
"@type": "Airline",
"name": "Lufthansa",
"iataCode": "LH"
},
"departureAirport": {
"@type": "Airport",
"name": "Indira Gandhi International Airport",
"iataCode": "DEL"
},
"departureTime": "2018-03-04T11:00:00-05:00",
"arrivalAirport": {
"@type": "Airport",
"name": "Frankfurt Airport",
"iataCode": "FRA"
},
"arrivalTime": "2018-03-05T13:25:00-06:00"
},
"checkinUrl": "http://lufthansa.com/onlinecheckin.html
"
},
{
"@context": "http://schema.org
",
"@type": "FlightReservation",
"reservationNumber": "TJK743",
"reservationStatus": "http://schema.org/Confirmed
",
"underName": {
"@type": "Person",
"name": "Rebecca Anderson"
},
"reservationFor": {
"@type": "Flight",
"flightNumber": "400",
"airline": {
"@type": "Airline",
"name": "Lufthansa",
"iataCode": "LH"
},
"departureAirport": {
"@type": "Airport",
"name": "Frankfurt Airport",
"iataCode": "FRA"
},
"departureTime": "2018-03-05T14:55:00-06:00",
"arrivalAirport": {
"@type": "Airport",
"name": "John F. Kennedy International Airport",
"iataCode": "JFK"
},
"arrivalTime": "2018-03-05T15:15:00-08:00"
},
"checkinUrl": "http://lufthansa.com/onlinecheckin.html
"
}
]
</script>
Dữ liệu vi mô
<div itemscope itemtype="http://schema.org/FlightReservation
">
<meta itemprop="reservationNumber" content="TJK743"/>
<link itemprop="reservationStatus" href="http://schema.org/Confirmed
"/>
<div itemprop="underName" itemscope itemtype="http://schema.org/Person
">
<meta itemprop="name" content="Rebecca Anderson"/>
</div>
<div itemprop="reservationFor" itemscope itemtype="http://schema.org/Flight
">
<meta itemprop="flightNumber" content="761"/>
<div itemprop="airline" itemscope itemtype="http://schema.org/Airline
">
<meta itemprop="name" content="Lufthansa"/>
<meta itemprop="iataCode" content="LH"/>
</div>
<div itemprop="departureAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="Indira Gandhi International Airport"/>
<meta itemprop="iataCode" content="DEL"/>
</div>
<meta itemprop="departureTime" content="2018-03-04T11:00:00-05:00"/>
<div itemprop="arrivalAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content=" Frankfurt Airport"/>
<meta itemprop="iataCode" content="FRA"/>
</div>
<meta itemprop="arrivalTime" content="2018-03-05T13:25:00-06:00"/>
</div>
<meta itemprop="modifiedTime" content="2018-03-01T08:30:00-08:00"/>
</div>
<div itemscope itemtype="http://schema.org/FlightReservation
">
<meta itemprop="reservationNumber" content="TJK743"/>
<link itemprop="reservationStatus" href="http://schema.org/Confirmed
"/>
<div itemprop="underName" itemscope itemtype="http://schema.org/Person
">
<meta itemprop="name" content="Rebecca Anderson"/>
</div>
<div itemprop="reservationFor" itemscope itemtype="http://schema.org/Flight
">
<meta itemprop="flightNumber" content="400"/>
<div itemprop="airline" itemscope itemtype="http://schema.org/Airline
">
<meta itemprop="name" content="Lufthansa"/>
<meta itemprop="iataCode" content="LH"/>
</div>
<div itemprop="departureAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="Frankfurt Airport"/>
<meta itemprop="iataCode" content="FRA"/>
</div>
<meta itemprop="departureTime" content="2018-03-05T14:55:00-06:00"/>
<div itemprop="arrivalAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="John F. Kennedy International Airport"/>
<meta itemprop="iataCode" content="JFK"/>
</div>
<meta itemprop="arrivalTime" content="2018-03-05T15:15:00-08:00"/>
</div>
<meta itemprop="modifiedTime" content="2018-03-01T08:30:00-08:00"/>
</div>
Vé máy bay dành cho nhiều hành khách
Khi một vé được đặt cho nhiều hành khách cùng lúc, có thể sử dụng cú pháp này để tô sáng chi tiết về tất cả hành khách trong danh sách email.
JSON-LD
<script type="application/ld+json">
[
{
"@context": "http://schema.org
",
"@type": "FlightReservation",
"reservationNumber": "TJK743",
"reservationStatus": "http://schema.org/Confirmed
",
"underName": {
"@type": "Person",
"name": "Justin Case"
},
"reservationFor": {
"@type": "Flight",
"flightNumber": "914",
"airline": {
"@type": "Airline",
"name": "Pan American World Airways",
"iataCode": "PA"
},
"departureAirport": {
"@type": "Airport",
"name": "John F. Kennedy International Airport",
"iataCode": "JFK"
},
"departureTime": "2018-03-04T11:00:00-05:00",
"arrivalAirport": {
"@type": "Airport",
"name": "Miami International Airport",
"iataCode": "MIA"
},
"arrivalTime": "2018-03-05T13:25:00-06:00"
},
"checkinUrl": "http://panam.org/onlinecheckin.html
"
},
{
"@context": "http://schema.org
",
"@type": "FlightReservation",
"reservationNumber": "TJK743",
"reservationStatus": "http://schema.org/Confirmed
",
"underName": {
"@type": "Person",
"name": "Rebecca Anderson"
},
"reservationFor": {
"@type": "Flight",
"flightNumber": "914",
"airline": {
"@type": "Airline",
"name": "Pan American World Airways",
"iataCode": "PA"
},
"departureAirport": {
"@type": "Airport",
"name": "John F. Kennedy International Airport",
"iataCode": "JFK"
},
"departureTime": "2018-03-04T11:00:00-05:00",
"arrivalAirport": {
"@type": "Airport",
"name": "Miami International Airport",
"iataCode": "MIA"
},
"arrivalTime": "2018-03-05T13:25:00-06:00"
},
"checkinUrl": "http://panam.org/onlinecheckin.html
"
}
]
</script>
Dữ liệu vi mô
<div itemscope itemtype="http://schema.org/FlightReservation
">
<meta itemprop="reservationNumber" content="TJK743"/>
<link itemprop="reservationStatus" href="http://schema.org/Confirmed
"/>
<div itemprop="underName" itemscope itemtype="http://schema.org/Person
">
<meta itemprop="name" content="Justin Case"/>
</div>
<div itemprop="reservationFor" itemscope itemtype="http://schema.org/Flight
">
<meta itemprop="flightNumber" content="914"/>
<div itemprop="airline" itemscope itemtype="http://schema.org/Airline
">
<meta itemprop="name" content="Pan American World Airways"/>
<meta itemprop="iataCode" content="PA"/>
</div>
<div itemprop="departureAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="John F. Kennedy International Airport"/>
<meta itemprop="iataCode" content="JFK"/>
</div>
<meta itemprop="departureTime" content="2018-03-04T11:00:00-05:00"/>
<div itemprop="arrivalAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="Miami International Airport"/>
<meta itemprop="iataCode" content="MIA"/>
</div>
<meta itemprop="arrivalTime" content="2018-03-05T13:25:00-06:00"/>
</div>
<div itemscope itemtype="http://schema.org/FlightReservation
">
<meta itemprop="reservationNumber" content="TJK743"/>
<link itemprop="reservationStatus" href="http://schema.org/Confirmed
"/>
<div itemprop="underName" itemscope itemtype="http://schema.org/Person
">
<meta itemprop="name" content="Rebecca Anderson"/>
</div>
<div itemprop="reservationFor" itemscope itemtype="http://schema.org/Flight
">
<meta itemprop="flightNumber" content="914"/>
<div itemprop="airline" itemscope itemtype="http://schema.org/Airline
">
<meta itemprop="name" content="Pan American World Airways"/>
<meta itemprop="iataCode" content="PA"/>
</div>
<div itemprop="departureAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="John F. Kennedy International Airport"/>
<meta itemprop="iataCode" content="JFK"/>
</div>
<meta itemprop="departureTime" content="2018-03-05T14:55:00-06:00"/>
<div itemprop="arrivalAirport" itemscope itemtype="http://schema.org/Airport
">
<meta itemprop="name" content="Miami International Airport"/>
<meta itemprop="iataCode" content="MIA"/>
</div>
<meta itemprop="arrivalTime" content="2018-03-05T15:15:00-08:00"/>
</div>
Xác nhận đơn hàng
Khi bạn đặt hàng trên cửa hàng trực tuyến, bạn sẽ nhận được email xác nhận để xác định các mặt hàng đã được đặt, v.v.. Những chi tiết này từ email có thể được tô sáng và truyền đạt nhanh chóng.
Trường hợp sử dụng
Chi tiết đơn hàng cơ bản
Có thể sử dụng cú pháp này để tô sáng các chi tiết cơ bản như số đơn hàng, giá cả, mặt hàng đã đặt, website đặt hàng, v.v.
JSON-LD
http://schema.org
",saltychocolates.com
"Dữ liệu vi mô
http://schema.org/Order
">http://schema.org/Organization
">saltychocolates.com
"/>http://schema.org/Offer
">http://schema.org/Product
">http://schema.org/QuantitativeValue
">Xác nhận đơn hàng kèm theo Hành động Xem đơn hàng
Cú pháp này sẽ gửi email chứa các chi tiết đơn hàng cơ bản và nút Xem đơn hàng sẽ được nhúng vào danh sách email.
JSON-LD
http://schema.org
",saltychocolates.com
"http://schema.org/OrderProcessing
",http://saltychocolates.com/837428
",http://saltychocolates.com/images/837428.jpg
"https://www.saltychocolates.com//summary/edit.html/orderID=64527137-237673
",https://www.saltychocolates.com//summary/edit.html/orderID=64527137-237673
"Dữ liệu vi mô
http://schema.org/Order
">http://schema.org/Organization
">www.saltychocolates.com
"/>http://schema.org/OrderProcessing
"/>http://schema.org/Offer
">http://schema.org/Product
">http://saltychocolates.com/837428
"/>http://saltychocolates.com/images/837428.jpg
"/>http://schema.org/QuantitativeValue
">https://www.saltychocolates.com//summary/edit.html/orderID=64527137-237673
"/>http://schema.org/ViewAction
">https://www.saltychocolates.com//summary/edit.html/orderID=64527137-237673
"/>http://schema.org/PriceSpecification
">Xác nhận đơn hàng kèm theo Chi tiết thanh toán
Nếu bạn muốn tô sáng chi tiết thanh toán trong đơn hàng, cùng với các chi tiết đơn hàng khác, có thể sử dụng cú pháp này.
JSON-LD
http://schema.org
",www.saltychocolates.com
"http://saltychocolates.com/837428
",http://saltychocolates.com/images/837428.jpg
"http://saltychocolates.com/837428
",http://saltychocolates.com/images/837428.jpg
"https://www.saltychocolates.com//summary/edit.html/orderID=64527137-237673
",https://www.saltychocolates.com//summary/edit.html/orderID=64527137-237673
"http://schema.org/OrderProcessing
",http://schema.org/CreditCard
"Dữ liệu vi mô
http://schema.org/Order
">http://schema.org/Organization
">www.saltychocolates.com
"/>http://schema.org/Offer
">http://schema.org/Product
">http://saltychocolates.com/837428"/
>http://saltychocolates.com/images/837428.jpg"/
>http://schema.org/QuantitativeValue
">http://schema.org/Organization
">http://schema.org/Offer
">http://schema.org/Product
">http://saltychocolates.com/837428"/
>http://saltychocolates.com/images/837428.jpg"/
>http://schema.org/QuantitativeValue
">http://schema.org/Organization
">https://www.saltychocolates.com//summary/edit.html/orderID=64527137-237673"/
>http://schema.org/ViewAction
">https://www.saltychocolates.com//summary/edit.html/orderID=64527137-237673"/
>http://schema.org/OrderProcessing"/
>http://schema.org/PaymentMethod
">http://schema.org/CreditCard
"/>http://schema.org/Person
">http://schema.org/PostalAddress
">http://schema.org/PriceSpecification
">Theo dõi kiện hàng
Trường hợp sử dụng
Theo dõi kiện hàng cơ bản
Bạn có thể tô sáng các chi tiết về dịch vụ vận chuyển được sử dụng để gửi hàng, ID theo dõi, v.v. khi gửi email cung cấp chi tiết theo dõi.
JSON-LD
http://schema.org
",saltychocolates.com
"Dữ liệu vi mô
http://schema.org/ParcelDelivery
">http://schema.org/PostalAddress
">http://schema.org/Organization
">http://schema.org/Product
">http://schema.org/Order
">http://schema.org/Organization
">saltychocolates.com
"/>Theo dõi kiện hàng kèm theo Chi tiết vận chuyển
Ngoài theo dõi kiện hàng cơ bản, bạn cũng có thể nhúng các chi tiết khác về lô hàng vào tập lệnh để tô sáng các phần này.
JSON-LD
http://schema.org
",http://dhl.com/
"http://saltychocolates.com/837428
",http://saltychocolates.com/images/837428.jpg
",http://dhl.com/track/3453291231
",http://dhl.com/track/3453291231
"http://schema.org/ParcelService
"http://www.saltychocolates.com
"http://schema.org/OrderInTransit
"Dữ liệu vi mô
http://schema.org/ParcelDelivery
">http://schema.org/PostalAddress
">http://schema.org/PostalAddress
">http://schema.org/Organization
">http://dhl.com/
"/>http://schema.org/Product
">http://saltychocolates.com/837428
"/>http://saltychocolates.com/images/837428.jpg
"/>http://schema.org/Brand
">http://dhl.com/track/3453291231
"/>http://schema.org/TrackAction
">http://dhl.com/track/3453291231
"/>http://schema.org/ParcelService
">http://schema.org/ParcelService
"/>http://schema.org/Order
">http://schema.org/Organization
">http://www.saltychocolates.com
"/>http://schema.org/OrderInTransit
"/>Biểu mẫu đăng ký để tô sáng Các đoạn chính trong email:
Để Zoho Mail xác định được tập lệnh mà bạn đang nhúng vào email và đảm bảo tên miền gửi tập lệnh là hợp lệ, bạn phải đăng ký tập lệnh này với chúng tôi.
Nhấp vào liên kết này để đăng ký với chúng tôi, để Zoho Mail có thể xác định Các đoạn chính trong email của bạn. Quy trình đăng ký tên miền sẽ hoàn tất sau khi tên miền được xem xét. Tổ chức gửi yêu cầu đăng ký sẽ được liên hệ, trong trường hợp cần giải thích rõ hơn về vấn đề này.