---
title: "Google Structured Data Markup 2.1.5 released with a Joomla 3.7 hotfix"
description: "Google Structured Data Markup v2.1.5 has been released bringing along a fix for a critical issue causing the editing forms of item snippets to disa"
url: "https://www.tassos.gr/blog/google-structured-data-markup-2-1-5-released-with-a-joomla-3-7-hotfix"
date: "2026-05-03T18:58:11+00:00"
language: "en-GB"
---

#  Google Structured Data Markup 2.1.5 released with a Joomla 3.7 hotfix

 ![Tassos Marinos](https://www.gravatar.com/avatar/cc4c5cd6974bf2cd8bfa2d6efcc60843?s=48)  Tassos Marinos  [Follow](https://x.com/tassosm)

 Published in [Blog](https://www.tassos.gr/blog)

 Apr 26 2017

 1 min read

 Last updated may 14 2024

 ![Google Structured Data Markup 2.1.5 released with a Joomla 3.7 hotfix](https://www.tassos.gr/media/template/fallback.png) Google Structured Data Markup v2.1.5 has been released bringing along a fix for a critical issue causing the editing forms of item snippets to disappear because of changes in Joomla 3.7.0

 We strongly suggest everyone who at least has upgraded to Joomla 3.7.0 to update their installations with this release.

## 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": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Google Structured Data Markup 2.1.5 released with a Joomla 3.7 hotfix",
            "item": "https://www.tassos.gr/blog/google-structured-data-markup-2-1-5-released-with-a-joomla-3-7-hotfix"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/google-structured-data-markup-2-1-5-released-with-a-joomla-3-7-hotfix"
    },
    "headline": "Google Structured Data Markup 2.1.5 released with a Joomla 3.7 hotfix",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://x.com/tassosm"
    },
    "datePublished": "2017-04-26T11:27:40+03:00",
    "dateCreated": "2017-04-26T11:27:40+03:00",
    "dateModified": "2024-05-14T10:40:38+03:00"
}
```
