<script type="application/ld+json">
{
   "@context":"http://schema.org",
   "@graph": [
       {
         "@type":"BreadcrumbList",
         "itemListElement":[
             {
               "@type":"ListItem",
               "position":1,      
               "item":{
                 "@id":"//example-news.ru/life",
                 "name":"Жизнь"
                }
              },
              {
                 "@type":"ListItem",
                 "position":2,
                 "item":{
                     "@id":"//example-news.ru/life/weather",
                     "name":"Погода"
                 }
               }
            ]
        },
        {
          "@type": "NewsArticle",
          "@id": "https://www.example-news.com/life/weather/moscow#cao",
          "headline": "В Москве побит температурный рекорд 1922 года",
          "alternativeHeadline": "Температура в ноябре превысила 12 °С",
          "datePublished":"2018-12-11T08:56:49Z",
          "dateModified":"2018-11-06T09:26:10+04:00",
          "text": "В среду, 6 ноября, в Москве был побит температурный рекорд, зафиксированный 
          в 1922 году. Температура воздуха составила плюс 12,1 градуса по Цельсию, 
          как сообщает центр Фобос.",
          "author": [
              {"@type":"Person", "name":"Иван Иванов"}, 
              {"@type":"Person", "name":"Петр Петров"}
           ],
          "about":{
              "@type": "Event",
              "name": "Москва"
          },
          "url": "https://www.example-news.com/life/weather/moscow#cao"
        }
    ]
}
</script>