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

# Stable Releases - Google Structured Data

Schema and Structured Data Extension for Joomla

 | Release | Maturity | Date Released |  |
|---|---|---|---|
| Google Structured Data 6.1.2 | Stable | Mar 2 2026 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-6-1-2) |
| Google Structured Data 6.1.1 | Stable | Feb 9 2026 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-6-1-1) |
| Google Structured Data 6.1.0 | Stable | Nov 11 2025 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-6-1-0) |
| Google Structured Data 6.0.1 | Stable | Jul 9 2025 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-6-0-1) |
| Google Structured Data 6.0.0 | Stable | Apr 28 2025 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-6-0-0) |
| Google Structured Data 5.6.11 | Stable | 2 weeks ago | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-11) |
| Google Structured Data 5.6.10 | Stable | Mar 13 2026 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-10) |
| Google Structured Data 5.6.9 | Stable | Feb 19 2026 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-9) |
| Google Structured Data 5.6.8 | Stable | Mar 5 2025 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-8) |
| Google Structured Data 5.6.7 | Stable | Dec 2 2024 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-7) |
| Google Structured Data 5.6.6 | Stable | Nov 7 2024 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-6) |
| Google Structured Data 5.6.5 | Stable | Sep 3 2024 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-5) |
| Google Structured Data 5.6.4 | Stable | Aug 5 2024 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-4) |
| Google Structured Data 5.6.3 | Stable | Jul 9 2024 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-3) |
| Google Structured Data 5.6.2 | Stable | Jun 6 2024 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-2) |
| Google Structured Data 5.6.1 | Stable | May 2 2024 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-1) |
| Google Structured Data 5.6.0 | Stable | Apr 8 2024 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-6-0) |
| Google Structured Data 5.5.2 | Stable | Mar 6 2024 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-5-2) |
| Google Structured Data 5.5.1 | Stable | Jan 8 2024 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-5-1) |
| Google Structured Data 5.5.0 | Stable | Dec 5 2023 | [ View Files ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-5-0) |

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

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