---
title: "J2Commerce Structured Data - Google Structured Data"
description: "Add Product structured data to all J2Commerce (previously known as J2Store) products. Show prices, reviews, and availability in search results. Help customers find your Joomla store products more easily."
url: "https://www.tassos.gr/docs/google-structured-data/integrations/j2commerce"
date: "2026-04-27T17:15:53+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Google Structured Data ](https://www.tassos.gr/index.php?option=com_content&view=category&id=42) / [ Integrations ](https://www.tassos.gr/index.php?option=com_content&view=category&id=67)

#  J2Commerce Structured Data

##  Add Product structured data to all J2Commerce (previously known as J2Store) products. Show prices, reviews, and availability in search results. Help customers find your Joomla store products more easily.

 J2Commerce Structured Data is available in Pro  Unlock this and dozens of other powerful features by upgrading to Google Structured Data Pro.

 [ Unlock this feature ](https://www.tassos.gr/joomla-extensions/google-structured-data/subscribe)

Google Structured Data integrates seamlessly with the J2Commerce component and enables you to add structured data, specifically the Product Content Type, to your J2Commerce pages.[](#enable)

## [Enable Integration](#enable)

As with all of the integrations, you need to navigate to Components &gt; Google Structured Data &gt; Configuration and click the Integrations Tab where all the Integrations are listed.

![gsd3-integrations](https://www.tassos.gr/images/gsd3-integrations.png)

Find the "J2Store" Integration in the list and make sure that it is enabled with the green checkmark indicator as shown in the screenshot below.

![J2Store Structured Data](https://www.tassos.gr/images/doc_j2store_conf.png)

## [Add Product Structured Data to J2Store Pages](#add)

Let's see how you can add the Product Content Type to J2Store pages. From the Components menu, choose Google Structured Data, nagivate to the Items section and click on the New button to create a new Structured Data Item.

![GSD New Item](https://www.tassos.gr/images/gsd_new_item.png)

On the next page, you will see the following 3 options where you will need to select the Product Content Type and the J2Store Integration as shown in the screenshot below.

![GSD J2Store New Item](https://www.tassos.gr/images/gsd_j2store_new_item.png)

Click Save to return to the same page. Once the item is saved 2 new sections appearing.

- **Product:** This section helps you map the content type properties with Page options, Meta Properties, Site info and more.
- **Publishing Rules:** This is where you can select the pages where the structured data is going to be generated to.

To learn more details on how you can use these sections visit the [How to Add Structured Data to Pages](https://www.tassos.gr/joomla-extensions/google-structured-data-markup/docs/how-to-add-structured-data-to-pages) documentation page.

## [Publishing Rules](#publishing-rules)

In case, you don't want to generate the Product Content Type to all pages, you can use the available publishing rules to target specific pages. The J2Store Integration implements the following publishing rules:

 | Name | Description |
|---|---|
| Product | Target specific J2Store Products only. |
| Category | Target all products assigned to specific J2Store categories. |

To learn more about the Publishing Rules section visit the [How to add Structured Data to Pages](https://www.tassos.gr/joomla-extensions/google-structured-data-markup/docs/how-to-add-structured-data-to-pages#step4) documentation page.

Remember, in case you don't enable any publishing rules, the structured data will be generated on all J2Store pages.

## [The Product Schema is not added to J2Store Pages](#product_schema_issue)

The Product Schema is very likely to not be added to J2Store Product pages when you're displaying J2Store Products using the Joomla! Articles menu types rather than the J2Store menu types.

Since J2Store is heavily based on the Joomla! Articles, it's very convenient to use the Articles menu types to display products on the front-end. However, when you access a product through an Article-based menu type such as the Single Article or the Category Blog layout, what you see is actually an Article and not a J2Store product. In that case, the Google Structured Data extension fails to recognize the page as a J2Store Product and the assigned Product Structured Data nevers gets added to the page.

### [The Solution](#the-solution)

The solution to this issue, is to change your menu items and switch over to the J2Store menu types. For instance, if you're using the Article -&gt; Category Blog layout to display a category of products, you should modify your menu item to use a J2Store-based list layout such as the Products List View or the Products Tag layouts.

![GSD J2Store Menu Types](https://www.tassos.gr/images/gsd_j2store_menu_types.png)

Keep in mind that this is a limitation of the J2Store extension rather than a bug in the Google Structured Data extension code.

## [Notes](#notes)

The Structured Data is generated only in the Products component view where a single J2Store Product is displayed. The Category or List views are not currently supported.

 J2Commerce Structured Data is available in Pro  Unlock this and dozens of other powerful features by upgrading to Google Structured Data Pro.

 [ Unlock this feature ](https://www.tassos.gr/joomla-extensions/google-structured-data/subscribe)

 Last updated on Mar 11th 2026 13:03

## 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": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Google Structured Data",
            "item": "https://www.tassos.gr/docs/google-structured-data"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Integrations",
            "item": "https://www.tassos.gr/docs/google-structured-data/integrations"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Add Structured Data to J2Commerce",
            "item": "https://www.tassos.gr/docs/google-structured-data/integrations/j2commerce"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/google-structured-data/integrations/j2commerce"
    },
    "headline": "Add Structured Data to J2Commerce",
    "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://www.tassos.gr/docs/google-structured-data/integrations/j2commerce"
    },
    "datePublished": "2017-07-18T18:06:29+03:00",
    "dateCreated": "2018-09-21T12:14:18+03:00",
    "dateModified": "2026-03-11T13:15:28+02:00"
}
```
