---
title: "Google Structured Data 3.1.1 released"
description: "This is a maintenance release which contains a set of fixes about errors related to EasyBlog's &amp; HikaShop's integrations and a PHP requirement"
url: "https://www.tassos.gr/blog/google-structured-data-3-1-1-released"
date: "2026-04-30T16:43:50+00:00"
language: "en-GB"
---

#  Google Structured Data 3.1.1 released

 ![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)

 Nov 13 2017

 1 min read

 Last updated may 14 2024

 ![Google Structured Data 3.1.1 released](https://www.tassos.gr/media/k2/items/src/83a9554230ed6e6cccfe522a2a4bd53e.jpg) This is a maintenance release which contains a set of fixes about errors related to EasyBlog's &amp; HikaShop's integrations and a PHP requirement on multibyte operations.

## [Changelog](#changelog)

- Fixes SQL syntax error and page break on EasyBlog Preview Mode
- Fixes bug with the Hikashop Integration not generating structured data on products assosiated with a menu item.
- Fixes PHP error Call to undefined function mb\_substr()
- Updates Italian (it-IT) translation

 [Download the Update](http://www.tassos.gr/downloads)

## 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 3.1.1 released",
            "item": "https://www.tassos.gr/blog/google-structured-data-3-1-1-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/google-structured-data-3-1-1-released"
    },
    "headline": "Google Structured Data 3.1.1 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/83a9554230ed6e6cccfe522a2a4bd53e.jpg"
    },
    "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-11-13T19:05:42+02:00",
    "dateCreated": "2017-11-13T19:05:42+02:00",
    "dateModified": "2024-05-14T10:40:41+03:00"
}
```
