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

# Stable Releases - Google Structured Data

Schema and Structured Data Extension for Joomla

 | Release | Maturity | Date Released |  |
|---|---|---|---|
| Google Structured Data 5.4.1 | Stable | Nov 6 2023 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-4-1) |
| Google Structured Data 5.4.0 | Stable | Oct 3 2023 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-4-0) |
| Google Structured Data 5.3.2 | Stable | Aug 9 2023 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-3-2) |
| Google Structured Data 5.3.1 | Stable | Jun 6 2023 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-3-1) |
| Google Structured Data 5.3.0 | Stable | May 3 2023 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-3-0) |
| Google Structured Data 5.2.0 | Stable | Apr 3 2023 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-2-0) |
| Google Structured Data 5.1.8 | Stable | Feb 28 2023 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-1-8) |
| Google Structured Data 5.1.7 | Stable | Jan 31 2023 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-1-7) |
| Google Structured Data 5.1.6 | Stable | Nov 4 2022 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-1-6) |
| Google Structured Data 5.1.5 | Stable | Oct 10 2022 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-1-5) |
| Google Structured Data 5.1.4 | Stable | Aug 31 2022 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-1-4) |
| Google Structured Data 5.1.3 | Stable | Jul 25 2022 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-5-1-3) |
| Google Structured Data 5.1.2 | Stable | May 27 2022 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-5-1-2) |
| Google Structured Data 5.1.1 | Stable | May 18 2022 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-5-1-1) |
| Google Structured Data 5.1.0 | Stable | May 16 2022 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-5-1-0) |
| Google Structured Data 5.0.2 | Stable | Jan 10 2022 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-5-0-2) |
| Google Structured Data 5.0.1 | Stable | Oct 4 2021 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-5-0-1) |
| Google Structured Data 5.0.0 | Stable | Sep 6 2021 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-5-0-0) |
| Google Structured Data 4.8.8 | Stable | Jul 19 2021 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-8-8) |
| Google Structured Data 4.8.7 | Stable | May 11 2021 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-8-7) |

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

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