---
title: "Stable Releases - Google Structured Data"
description: "Schema and Structured Data Extension for Joomla"
url: "https://www.tassos.gr/releases/google-structured-data?start=80"
date: "2026-04-17T02:41:39+00:00"
language: "en-GB"
---

# Stable Releases - Google Structured Data

Schema and Structured Data Extension for Joomla

 | Release | Maturity | Date Released |  |
|---|---|---|---|
| Google Structured Data 2.1.6 | Stable | Jun 2 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-1-6) |
| Google Structured Data 2.1.5 | Stable | Apr 25 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-1-5) |
| Google Structured Data 2.1.4 | Stable | Apr 10 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-1-4) |
| Google Structured Data 2.1.3 | Stable | Mar 16 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-1-3) |
| Google Structured Data 2.1.2 | Stable | Mar 2 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-1-2) |
| Google Structured Data 2.1.1 | Stable | Feb 23 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-1-1) |
| Google Structured Data 2.1.0 | Stable | Feb 22 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-1-0) |
| Google Structured Data 2.0.2 | Stable | Jan 14 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-0-2) |
| Google Structured Data 2.0.1 | Stable | Jan 9 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-0-1) |
| Google Structured Data 2.0.0 | Stable | Dec 10 2016 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-0-0) |
| Google Structured Data 1.2.5 | Stable | Nov 21 2016 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-1-2-5) |
| Google Structured Data 1.2.4 | Stable | Nov 10 2016 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-1-2-4) |
| Google Structured Data 1.2.3 | Stable | Oct 21 2016 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-1-2-3) |
| Google Structured Data 1.2 | Stable | Sep 6 2016 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-1-2) |
| Google Structured Data 1.1 | Stable | Jun 25 2016 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-1-1) |
| Google Structured Data 1.0.2 | Stable | May 11 2016 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-1-0-2) |
| Google Structured Data 1.0 | Stable | Apr 5 2016 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-1-0) |

 [Newer Releases](https://www.tassos.gr/releases/google-structured-data?start=60)

## 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": "Releases",
            "item": "https://www.tassos.gr/releases"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Google Structured Data",
            "item": "https://www.tassos.gr/releases/google-structured-data"
        }
    ]
}
```
