---
title: "JReviews Structured Data - Google Structured Data"
description: "Add Review structured data to JReviews content. Display star ratings directly in search results. Help users find your reviews and ratings in Google searches."
url: "https://www.tassos.gr/docs/google-structured-data/integrations/jreviews"
date: "2026-05-01T12:29:37+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)

#  JReviews Structured Data

##  Add Review structured data to JReviews content. Display star ratings directly in search results. Help users find your reviews and ratings in Google searches.

 JReviews 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 perfectly with the JReviews component and enables you to add structured data, to your JReviews listing pages.

## [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/gsd_integrations_tab.png)

Find the "JReviews" Integration in the list and ensure it is enabled with the checkmark indicator, as shown in the screenshot below.

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

## [Add Event Structured Data to JReviews Listings](#add)

Let's see how you can add the Event Content Type to JReviews listings. From the Components menu, choose Google Structured Data, navigate 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_j4_new_item.png)

On the next page, you will see the following three options where you will need to select your desired Content Type and the JReviews Integration, as shown in the screenshot below.

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

Click Save to return to the same page. Once the item is saved, two new sections appear.

- **Listing:** 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 will be generated.

To learn more about how to 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)

If you don't want to generate the Event Content Type for all pages, you can use the available publishing rules to target specific pages. The JReviews Integration implements the following publishing rules:

 | Name | Description |
|---|---|
| Listing | Target specific JReviews listings only. |
| Category | Target all events assigned to specific JReviews 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, if you don't enable publishing rules, the structured data will be generated on all JReviews listings.

## [Notes](#notes)

The Structured Data is generated only when viewing a JReviews listing item when a single JReviews listing is displayed. The Category or List views are not currently supported.

 JReviews 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 May 14th 2025 15:05

## 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 JReviews",
            "item": "https://www.tassos.gr/docs/google-structured-data/integrations/jreviews"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/google-structured-data/integrations/jreviews"
    },
    "headline": "Add Structured Data to JReviews",
    "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": "Stergos Zamagias",
        "url": "https://www.tassos.gr/docs/google-structured-data/integrations/jreviews"
    },
    "datePublished": "2017-07-18T18:06:29+03:00",
    "dateCreated": "2023-11-29T15:30:32+02:00",
    "dateModified": "2025-05-14T15:16:43+03:00"
}
```
