---
title: "Google Structured Data 1.0.2 - Google Structured Data"
description: "Schema and Structured Data Extension for Joomla"
url: "https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-1-0-2"
date: "2026-04-17T04:18:28+00:00"
language: "en-GB"
---

#  Google Structured Data 1.0.2

 Released on Wednesday, 11 May 2016 12:37

 Maturity: Stable

## Files

Download files included in this release for your setup.

 Free Version  Essential features to get started

 Free

  Date   11 May 2016

  File Name   plg\_system\_gsd\_1.0.2\_free.zip

  File Size   90.94 Kb

 [ Download Free version ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-1-0-2/plg_system_gsd_1-0.2_free.zip?format=zip)

## Release Notes

Read the detailed notes about this release, including new features, improvements, and bug fixes.

   Fixed - Fatal error when page format is not HTML

## Compatibility

Your site should meet the following requirements to be able to install this release.

 Joomla

  3.\[456789\]

 [ Back to Releases ](https://www.tassos.gr/releases/google-structured-data)

## 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"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "1.0.2",
            "item": "https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-1-0-2"
        }
    ]
}
```
