---
title: "Stable Releases - Google Structured Data"
description: "Schema and Structured Data Extension for Joomla"
url: "https://www.tassos.gr/releases/google-structured-data?start=40"
date: "2026-04-16T22:25:52+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.8.6 | Stable | Mar 23 2021 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-8-6) |
| Google Structured Data 4.8.5 | Stable | Feb 25 2021 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-8-5) |
| Google Structured Data 4.8.4 | Stable | Jan 22 2021 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-8-4) |
| Google Structured Data 4.8.3 | Stable | Dec 29 2020 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-8-3) |
| Google Structured Data 4.8.2 | Stable | Dec 8 2020 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-3-8-2) |
| Google Structured Data 4.8.1 | Stable | Nov 9 2020 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-8-1) |
| Google Structured Data 4.8.0 | Stable | Oct 14 2020 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-8-0) |
| Google Structured Data 4.7.0 | Stable | Sep 9 2020 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-7-0) |
| Google Structured Data 4.6.0 | Stable | Jun 15 2020 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-6-0) |
| Google Structured Data 4.5.0 | Stable | Apr 16 2020 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-5-0) |
| Google Structured Data 4.2.0 | Stable | Sep 30 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-2-0) |
| Google Structured Data 4.1.5 | Stable | Aug 27 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-1-5) |
| Google Structured Data 4.1.4 | Stable | Jul 9 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-1-4) |
| Google Structured Data 4.1.3 | Stable | Jun 7 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-1-3) |
| Google Structured Data 4.1.2 | Stable | Jun 3 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-1-2) |
| Google Structured Data 4.1.1 | Stable | May 20 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-1-1) |
| Google Structured Data 4.1.0 | Stable | Apr 22 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-1-0) |
| Google Structured Data 4.0.8 | Stable | Feb 26 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-0-8) |
| Google Structured Data 4.0.7 | Stable | Feb 9 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-0-7) |
| Google Structured Data 4.0.6 | Stable | Feb 1 2019 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-4-0-6) |

 [Newer Releases](https://www.tassos.gr/releases/google-structured-data?start=20) [Older 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"
        }
    ]
}
```
