---
title: "Fast, Powerful and Easy. The new Google Structured Data 3.0 is here!"
description: "Sunny Summer Greetings everyone!    	It's been a long time coming to give Google Structured Data the major facelift to solidify its standing as"
url: "https://www.tassos.gr/blog/fast-powerful-and-easy-the-new-google-structured-data-3-0-is-here"
date: "2026-05-03T17:18:56+00:00"
language: "en-GB"
---

#  Fast, Powerful and Easy. The new Google Structured Data 3.0 is here!

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

 Jul 20 2017

 1 min read

 Last updated may 14 2024

 ![Fast, Powerful and Easy. The new Google Structured Data 3.0 is here!](https://www.tassos.gr/media/k2/items/src/11ff9b4c887cc2e009006cc7fd3aeb4c.jpg) Sunny Summer Greetings everyone!

 It's been a long time coming to give Google Structured Data the major facelift to solidify its standing as probably **the best Structured Data Extension for Joomla** at the moment. This great refactoring brings it to version 3 as a fully fledged component from now on and what that means is that you can manage all your Structured Data from one single place quickly and easily!

## 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": "Fast, Powerful and Easy. The new Google Structured Data 3.0 is here!",
            "item": "https://www.tassos.gr/blog/fast-powerful-and-easy-the-new-google-structured-data-3-0-is-here"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/fast-powerful-and-easy-the-new-google-structured-data-3-0-is-here"
    },
    "headline": "Fast, Powerful and Easy. The new Google Structured Data 3.0 is here!",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/11ff9b4c887cc2e009006cc7fd3aeb4c.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-07-20T20:32:58+03:00",
    "dateCreated": "2017-07-20T20:32:58+03:00",
    "dateModified": "2024-05-14T10:40:41+03:00"
}
```
