---
title: "Google Structured Data Markup 1.1 released"
description: "We are very proud to announce the availability of Google Structured Data Markup 1.1 which implements the Site Logo and Social Profiles structured data"
url: "https://www.tassos.gr/blog/google-structured-data-markup-1-1-released"
date: "2026-04-07T09:50:14+00:00"
language: "en-GB"
---

#  Google Structured Data Markup 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)

 Jun 26 2016

 1 min read

 Last updated may 21 2024

 ![Google Structured Data Markup 1.1 released](https://www.tassos.gr/media/k2/items/src/471bd07fdaa7b040f7ab8b2a13f8f35b.jpg)We are very proud to announce the availability of [Google Structured Data Markup 1.1](http://www.tassos.gr/joomla-extensions/google-structured-data-markup/) which implements the Site Logo and Social Profiles structured data.

## [Changelog](#changelog)

- Adds Social Profiles markup option Pro only
- Adds Site Logo markup option Pro only
- Adds Dutch translation
- Fixes fatal error on installation with Novarain Framework
- Updates German translation

## [Translations](#translations)

Would you be interested in helping out with translating Google Structured Data Markup into your Language? Just send me a request on [Transifex](https://www.transifex.com/tassosgr/google-structured-data-markup/).

 [Download the Update](http://www.tassos.gr/downloads) [Write a review](http://extensions.joomla.org/extensions/extension/search-a-indexing/web-search/google-structured-data-markup)

 PS: Use coupon code **10DISCOUNT** to get 10% off to any [Google Structured Data Markup Pro Plan](http://www.tassos.gr/joomla-extensions/google-structured-data-markup/)

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

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/google-structured-data-markup-1-1-released"
    },
    "headline": "Google Structured Data Markup 1.1 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/471bd07fdaa7b040f7ab8b2a13f8f35b.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": "2016-06-26T12:36:14+03:00",
    "dateCreated": "2016-06-26T12:36:14+03:00",
    "dateModified": "2024-05-21T10:31:35+03:00"
}
```
