---
title: "Google Structured Data 6.1.1 - Google Structured Data"
description: "Schema and Structured Data Extension for Joomla"
url: "https://www.tassos.gr/releases/google-structured-data/google-structured-data-6-1-1"
date: "2026-05-15T16:49:28+00:00"
language: "en-GB"
---

#  Google Structured Data 6.1.1

 Released on Monday, 09 February 2026 13:58

 Maturity: Stable

## Files

Download files included in this release for your setup.

 Free Version  Essential features to get started

 Free

  Date   09 February 2026

  File Name   google\_structured\_data\_6.1.1\_free.zip

  File Size   2.94 Mb

 [ Download Free version ](https://www.tassos.gr/releases/google-structured-data/google-structured-data-6-1-1/google_structured_data_6.1.1_free.zip?format=zip)

 Pro Version  Advanced features for professional use

 Pro

  Date   09 February 2026

  File Name   google\_structured\_data\_6.1.1\_pro.zip

  File Size   3.31 Mb

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

## Release Notes

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

   Security - Fixed vulnerabilities in AJAX handling, including unauthenticated file access and SQL injection. High - [CVE-2026-21627](https://nvd.nist.gov/vuln/detail/CVE-2026-21627).

   Added - Added custom fields support for J2Store([J2Commerce](https://www.tassos.gr/docs/google-structured-data/integrations/j2commerce)).
- Added "Lodging Business" to the [Organization](https://www.tassos.gr/docs/google-structured-data/schemas/organization) Schema.
- Added support for multiple values to NACIS [Organization](https://www.tassos.gr/docs/google-structured-data/schemas/organization) property.

   Fixed - Fixed [VirtueMart](https://www.tassos.gr/docs/google-structured-data/integrations/virtuemart) may not render structured data when viewing a [product](https://www.tassos.gr/docs/google-structured-data/schemas/product) page under certain circumstances.
- Fixed [RSBlog](https://www.tassos.gr/docs/google-structured-data/integrations/rsblog) PHP error related to post author when viewing a blog post page.
- Fixed Site Representation Founding Date could be saved incorrectly depending on site timezone.
- Fixed Dates in Custom Code would not appear in ISO 8601 format.
- Fixed Image URLs in Custom Code not being generated as full URLs.
- Fixed PHP 8.1+: "str\_replace(): Passing null to parameter #3" in Custom Code Schema.
- Fixed French translations breaking the editor due to syntax errors in the language files.
- Fixed [HowTo](https://www.tassos.gr/docs/google-structured-data/schemas/howto) Schema error "array\_values(): Argument #1 ($array) must be of type array, null given".

## Compatibility

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

 Joomla

  4.0 4.1 4.2 4.3 4.4 5.0 5.1 5.2 5.3 5.4 6.0

 PHP

  7.4 8.0 8.1 8.2 8.3 8.4

 [ 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": "6.1.1",
            "item": "https://www.tassos.gr/releases/google-structured-data/google-structured-data-6-1-1"
        }
    ]
}
```
