---
title: "BETA Releases - Google Structured Data"
description: "Schema and Structured Data Extension for Joomla"
url: "https://www.tassos.gr/releases/google-structured-data-beta"
date: "2026-04-04T23:41:00+00:00"
language: "en-GB"
---

# BETA Releases - Google Structured Data

Schema and Structured Data Extension for Joomla

 | Release | Maturity | Date Released |  |
|---|---|---|---|
| Google Structured Data 6.1.3-RC4 | Alpha | 4 days ago | [ View Files ](https://www.tassos.gr/releases/google-structured-data-beta/google-structured-data-beta-6-1-3-rc4) |

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