S
S
sochi-russia2016-11-07 21:11:49
HTML
sochi-russia, 2016-11-07 21:11:49

What micromarking is suitable and how to design a table with it?

Help me choose the micro-markup and arrange the table with it.
Here is the table code:

<div class="table-responsive"><h2>Авиабилеты Москва Симферополь</h2><table class="table table-hover">
    <thead>
      <tr>
        <th style="text-align: center;"> Пункт отправления</th>
        <th style="text-align: center;">Пункт назначения </th>
        <th class="mob" style="text-align: center;"> Авиакомпания</th> <th style="text-align: center;">Цена, р.</th> <th class="mob" style="text-align: center;">Дата вылета</th>
<th class="mob" style="text-align: center;">Обратная дата</th>
<th> </th>
      </tr>
    </thead>    <tbody>
<tr><td>&nbsp; Москва&nbsp; </td>
        <td>&nbsp; Симферополь&nbsp; </td>

        <td class="mob"><img height="50" alt="" width="120" src="http://pics.avs.io/180/70/WZ.png"></td>
 <td>&nbsp; 4200  руб.&nbsp; </td> 
<td class="mob">2016-11-25</td>
<td class="mob">2016-11-27</td>
      <td><a rel="nofollow" alt="авиабилеты Москва Симферополь" title="авиабилеты Москва Симферополь" href="******/searches/new?origin_iata=MOW&amp;destination_iata=SIP&amp;depart_date=2016-11-25&amp;return_date=2016-11-27&amp;adults=1&amp;children=0&amp;infants=0&amp;trip_class=0&amp;marker=87111&amp;with_request=true">Поиск</a></td></tr>
 <tr><td>&nbsp; Москва&nbsp; </td>
        <td>&nbsp; Симферополь&nbsp; </td>

        <td class="mob"><img height="50" alt="" width="120" src="http://pics.avs.io/180/70/WZ.png"></td>
 <td>&nbsp; 8566  руб.&nbsp; </td> 
<td class="mob">2017-01-17</td>
<td class="mob">2017-01-20</td>
      <td><a rel="nofollow" alt="авиабилеты Москва Симферополь" title="авиабилеты Москва Симферополь" href="http://*******/searches/new?origin_iata=MOW&amp;destination_iata=SIP&amp;depart_date=2017-01-17&amp;return_date=2017-01-20&amp;adults=1&amp;children=0&amp;infants=0&amp;trip_class=0&amp;marker=87111&amp;with_request=true">Поиск</a></td></tr>
 <tr><td>&nbsp; Москва&nbsp; </td>
        <td>&nbsp; Симферополь&nbsp; </td>

        <td class="mob"><img height="50" alt="" width="120" src="http://pics.avs.io/180/70/FV.png"></td>
 <td>&nbsp; 12250  руб.&nbsp; </td> 
<td class="mob">2017-01-05</td>
<td class="mob">2017-01-16</td>
      <td><a rel="nofollow" alt="авиабилеты Москва Симферополь" title="авиабилеты Москва Симферополь" href="http://******.ru/searches/new?origin_iata=MOW&amp;destination_iata=SIP&amp;depart_date=2017-01-05&amp;return_date=2017-01-16&amp;adults=1&amp;children=0&amp;infants=0&amp;trip_class=0&amp;marker=87111&amp;with_request=true">Поиск</a></td></tr>
 </tbody></table></div>

The output is this table:
82c52bcdf6b240d68e02f0810c055a20.jpg
Thank you, regards.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
RoverWhite, 2016-11-07
@RoverWhite

Here is an article just on this topic
paperplane.su/microdata
And for the selection of suitable formats on schema.org
For example, like this https://schema.org/docs/search_results.html#q=Flight

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question