---
title: "Google Structured Data Markup 2.1.2 released with Updates and Fixes"
description: "Google adds new requirements for each Item-based snippet rapidly and Google Structured Data Markup v2.1.2 takes care of the latest Event and Recipe"
url: "https://www.tassos.gr/blog/google-structured-data-markup-2-1-2-released-with-updates-and-fixes"
date: "2026-04-07T07:30:12+00:00"
language: "en-GB"
---

#  Google Structured Data Markup 2.1.2 released with Updates and Fixes

 ![Tassos Marinos](https://www.gravatar.com/avatar/cc4c5cd6974bf2cd8bfa2d6efcc60843?s=48)  Tassos Marinos  [Follow](https://x.com/tassosm)

 Published in [Blog](https://www.tassos.gr/blog)

 Mar 2 2017

 1 min read

 Last updated may 14 2024

 ![Google Structured Data Markup 2.1.2 released with Updates and Fixes](https://www.tassos.gr/media/k2/items/src/2e2c1711fe12b24ae23d95c35bfd21c2.jpg) Google adds new requirements for each Item-based snippet rapidly and Google Structured Data Markup v2.1.2 takes care of the latest Event and Recipe Snippet changes for you!

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Google Structured Data Markup 2.1.2 released with Updates and Fixes",
            "item": "https://www.tassos.gr/blog/google-structured-data-markup-2-1-2-released-with-updates-and-fixes"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/google-structured-data-markup-2-1-2-released-with-updates-and-fixes"
    },
    "headline": "Google Structured Data Markup 2.1.2 released with Updates and Fixes",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/2e2c1711fe12b24ae23d95c35bfd21c2.jpg"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://x.com/tassosm"
    },
    "datePublished": "2017-03-02T21:22:12+02:00",
    "dateCreated": "2017-03-02T21:22:12+02:00",
    "dateModified": "2024-05-14T10:40:38+03:00"
}
```
