---
title: "Announcing the JoomShopping integration in Google Structured Data Markup 2.1.4"
description: "JoomShopping is the newest integration for Google Structured Data Markup and now all of your products through JoomShopping will have their Structur"
url: "https://www.tassos.gr/blog/announcing-the-joomshopping-integration-in-google-structured-data-markup-2-1-4"
date: "2026-05-02T02:00:29+00:00"
language: "en-GB"
---

#  Announcing the JoomShopping integration in Google Structured Data Markup 2.1.4

 ![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 19 2017

 1 min read

 Last updated may 14 2024

 ![Announcing the JoomShopping integration in Google Structured Data Markup 2.1.4](https://www.tassos.gr/media/template/fallback.png) JoomShopping is the newest integration for Google Structured Data Markup and now all of your products through JoomShopping will have their Structured Data automatically generated without you having to lift a finger!

 Also in this release you are able to find a complete list of all the business types supported by schema.org to correctly and accurately describe your business for optimal efficiency!

## 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": "Announcing the JoomShopping integration in Google Structured Data Markup 2.1.4",
            "item": "https://www.tassos.gr/blog/announcing-the-joomshopping-integration-in-google-structured-data-markup-2-1-4"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/announcing-the-joomshopping-integration-in-google-structured-data-markup-2-1-4"
    },
    "headline": "Announcing the JoomShopping integration in Google Structured Data Markup 2.1.4",
    "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-19T10:35:21+03:00",
    "dateCreated": "2017-04-19T10:35:21+03:00",
    "dateModified": "2024-05-14T10:40:38+03:00"
}
```
