---
title: "Google Structured Data 5.3.2 - Google Structured Data"
description: "Schema and Structured Data Extension for Joomla"
url: "https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-3-2?format=html"
date: "2026-04-07T14:38:34+00:00"
language: "en-GB"
---

#  Google Structured Data 5.3.2

 Released on Wednesday, 09 August 2023 18:50

 Maturity: Stable

## Files

Download files included in this release for your setup.

 Free Version  Essential features to get started

 Free

  Date   09 August 2023

  File Name   google\_structured\_data\_5.3.2\_free.zip

  File Size   1.76 Mb

 [ Download Free version ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-3-2/google_structured_data_5.3.2_free.zip?format=zip)

 Pro Version  Advanced features for professional use

 Pro

  Date   09 August 2023

  File Name   google\_structured\_data\_5.3.2\_pro.zip

  File Size   1.99 Mb

 [ Log in to access the Pro version ](https://www.tassos.gr/user/login?return=aHR0cHM6Ly93d3cudGFzc29zLmdyL3JlbGVhc2VzL2dvb2dsZS1zdHJ1Y3R1cmVkLWRhdGEvZ29vZ2xlLXN0cnVjdHVyZWQtZGF0YS01LTMtMj9mb3JtYXQ9aHRtbA==)

## Release Notes

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

   Added - The CSS Selector mapping option. Map schema properties to DOM elements!
- Option to select a more explicit [Article Schema](https://www.tassos.gr/joomla-extensions/google-structured-data/docs/article-schema) between: Article, BlogPosting, NewsArticle.
- New: the gtin property in [Product Schema](https://www.tassos.gr/joomla-extensions/google-structured-data/docs/product-schema).
- The Wait Page to Render (Experimental) configuration option.

   Fixed - Unescaped characters may break structured data produced with Custom Code option.
- SobiPro wouldn't display structured data in latest versions.
- JBusinessDirectory would produce a php error certain custom fields under certain circumstances.
- JEvents would throw a PHP error due to non-english dates.

   Changed - Removes the 110 characters limit for the Article's Headline property per Google's guidelines

## Compatibility

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

 Joomla

  3.8 3.9 3.10 4.0 4.1 4.2 4.3 4.4 5.0 5.1 5.2 5.3

 PHP

  7.4 8.0 8.1 8.2 8.3

 [ 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": "5.3.2",
            "item": "https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-3-2"
        }
    ]
}
```
