---
title: "DJ-Classifieds Structured Data - Google Structured Data"
description: "Add structured data to DJ-Classifieds listings. Make your classified ads stand out in search results. Help buyers find your Joomla classifieds items more easily."
url: "https://www.tassos.gr/docs/google-structured-data/integrations/djclassifieds"
date: "2026-04-14T11:16:24+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)

#  DJ-Classifieds Structured Data

##  Add structured data to DJ-Classifieds listings. Make your classified ads stand out in search results. Help buyers find your Joomla classifieds items more easily.

 DJ-Classifieds 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)

## [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 "DJ Classifieds" Integration in the list and make sure that it is enabled with the green checkmark indicator as shown in the screenshot below.

![DJ Classifieds Integration Enable](https://www.tassos.gr/images/gsd_djclassifieds_enable_integration.png)

## [Add Structured Data to DJ Classifieds Pages](#add)

Let's see how you can add the Product Content Type to DJ Classifieds 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 DJ Classifieds Integration as shown in the screenshot below.

![gsd_djclassifieds_new_item](https://www.tassos.gr/images/gsd_djclassifieds_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 DJ Classifieds Integration implements the following publishing rules:

 | Name | Description |
|---|---|
| Product | Target specific DJ Classifieds Products only. |
| Category | Target all Products assigned to specific DJ Classifieds 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 DJ Classifieds products.

## [Notes](#notes)

The Structured Data is generated only in the Product Detail View where a single Product is displayed. The Category or List views are not currently supported.

### [How can I add ratings and reviews to the generated structured data?](#how_to_add_ratings_reviews)

DJ extension requires the *DJ - Reviews* extension in order to add ratings and reviews to your products. Once a product has ratings and reviews they will be automatically be added to the generated structured data. This requires you have setup Rating Value and Review Count with the values **Rating Value** and **Review Count** respectively. To set-up DJ-Reviews read more on their site: [How to use DJ-Reviews with DJ-Classifieds](https://dj-extensions.com/faq/dj-reviews-faq/how-to-use-dj-reviews-with-dj-classifieds)

### [Which image appears in the structured data?](#which-image-appears-in-the-structured-data)

DJ Classifieds allows you to add more than one image per item. The image that appears first in order(left to right) will be used in the generated structured data if the value of the property *Image* is set to **Image**.

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

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/google-structured-data/integrations/djclassifieds"
    },
    "headline": "Add Structured Data to DJ Classifieds",
    "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/djclassifieds"
    },
    "datePublished": "2017-07-18T18:06:29+03:00",
    "dateCreated": "2018-09-21T13:41:33+03:00",
    "dateModified": "2025-05-14T15:13:45+03:00"
}
```
