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

# Stable Releases - Google Structured Data

Schema and Structured Data Extension for Joomla

 | Release | Maturity | Date Released |  |
|---|---|---|---|
| Google Structured Data 4.0.5 | Stable | Jan 21 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-0-5) |
| Google Structured Data 4.0.4 | Stable | Jan 13 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-0-4) |
| Google Structured Data 4.0.3 | Stable | Jan 11 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-0-3) |
| Google Structured Data 4.0.2 | Stable | Dec 18 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-0-2) |
| Google Structured Data 4.0.1 | Stable | Dec 3 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-0-1) |
| Google Structured Data 4.0.0 | Stable | Nov 27 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-0-0) |
| Google Structured Data 3.1.9 | Stable | Jun 27 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-1-9) |
| Google Structured Data 3.1.8 | Stable | May 15 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-1-8) |
| Google Structured Data 3.1.7 | Stable | Mar 28 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-1-7) |
| Google Structured Data 3.1.6 | Stable | Mar 15 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-1-6) |
| Google Structured Data 3.1.5 | Stable | Mar 2 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-1-5) |
| Google Structured Data 3.1.4 | Stable | Feb 21 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-1-4) |
| Google Structured Data 3.1.3 | Stable | Jan 29 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-1-3) |
| Google Structured Data 3.1.2 | Stable | Jan 8 2018 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-1-2) |
| Google Structured Data 3.1.1 | Stable | Nov 13 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-1-1) |
| Google Structured Data 3.1.0 | Stable | Oct 23 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-1-0) |
| Google Structured Data 3.0.2 | Stable | Aug 31 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-0-2) |
| Google Structured Data 3.0.1 | Stable | Jul 31 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-0-1) |
| Google Structured Data 3.0 | Stable | Jul 18 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-0) |
| Google Structured Data 2.1.7 | Stable | Jun 27 2017 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-2-1-7) |

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

## 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"
        }
    ]
}
```
