---
title: "Google Structured Data Markup 1.2 released"
description: "We are very proud to announce the availability of Google Structured Data Markup v1.2 which implements the Sitelinks Searchbox structured data."
url: "https://www.tassos.gr/blog/google-structured-data-markup-1-2-released"
date: "2026-05-21T12:38:47+00:00"
language: "en-GB"
---

#  Google Structured Data Markup 1.2 released

 ![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)

 Sep 6 2016

 1 min read

 Last updated may 21 2024

 ![Google Structured Data Markup 1.2 released](https://www.tassos.gr/media/k2/items/src/2722f6bcd13027c06fe9d3b0e6f955cf.jpg)We are very proud to announce the availability of [Google Structured Data Markup v1.2](http://www.tassos.gr/joomla-extensions/google-structured-data-markup/) which implements the Sitelinks Searchbox structured data.

## [Changelog](#changelog)

- Adds Sitelinks Searchbox Structured Data Markup (Pro only)
- Adds Greek translation

## [Translations](#translations)

Would you be interested in helping out with translating Google Structured Data Markup into your Language? Just send me a request on [Transifex](https://www.transifex.com/tassosgr/google-structured-data-markup/).

 [Download the Update](http://www.tassos.gr/downloads) [Write a review](http://extensions.joomla.org/extensions/extension/search-a-indexing/web-search/google-structured-data-markup)

## 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 1.2 released",
            "item": "https://www.tassos.gr/blog/google-structured-data-markup-1-2-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/google-structured-data-markup-1-2-released"
    },
    "headline": "Google Structured Data Markup 1.2 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/2722f6bcd13027c06fe9d3b0e6f955cf.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": "2016-09-06T08:00:04+03:00",
    "dateCreated": "2016-09-06T08:00:04+03:00",
    "dateModified": "2024-05-21T10:28:10+03:00"
}
```
