---
title: "Troubleshoot Structured Data not Added to the Page - Google Structured Data"
description: "Structured data may not get generated on your site, and you wonder what the problem is. The following are some common causes of this problem.  En"
url: "https://www.tassos.gr/docs/google-structured-data/troubleshoot/troubleshoot-structured-data-not-generated"
date: "2026-04-09T04:24:57+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) / [ Troubleshooting ](https://www.tassos.gr/index.php?option=com_content&view=category&id=82)

#  Troubleshoot Structured Data not Added to the Page

Structured data may not get generated on your site, and you wonder what the problem is. The following are some common causes of this problem.

## [Ensure the Google Structured Data system plugin is activated](#ensure-the-google-structured-data-system-plugin-is-activated)

Go to Extensions -&gt; Manage, search for "System - Google Structured Data" and make sure the plugin appears in the list and it is activated.

## [The structured data item is unpublished](#the-structured-data-item-is-unpublished)

Go to Google Structured Data -&gt; Items and make sure the item is published.

## [The structured data item is assigned to the wrong pages](#the-structured-data-item-is-assigned-to-the-wrong-pages)

Go to Google Structured Data -&gt; Items, click to edit your Item, and make sure you assigned the item to the correct pages using the Publishing Rules section.

## [You're checking the wrong page](#you-re-checking-the-wrong-page)

Make sure you're checking the correct marked-up page. Remember, our extension supports marking up only the detailed page of the component. The Category/List/Blog views are not supported.

## [The cache is not cleared](#the-cache-is-not-cleared)

If you're using a cache mechanism, clear it and try again.

## [Deactivate potential conflicting plugins](#deactivate-potential-conflicting-plugins)

To limit any potential conflicts with other plugins, temporarily deactivate other potential conflicting plugins one by one. It is recommended to deactivate security, firewall, optimization (JCH Optimize), and caching plugins (Page Cache). You can reactivate the plugins after you’ve successfully solved your issue.

## [Update to the latest version](#update-to-the-latest-version)

Go to Extensions -&gt; Manage -&gt; Update section of your website and check if there are any updates available. If updates are available, click Update.

 Last updated on Oct 3rd 2025 14:10

## 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": "Troubleshooting",
            "item": "https://www.tassos.gr/docs/google-structured-data/troubleshoot"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Troubleshoot Structured Data not Added to the Page",
            "item": "https://www.tassos.gr/docs/google-structured-data/troubleshoot/troubleshoot-structured-data-not-generated"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/google-structured-data/troubleshoot/troubleshoot-structured-data-not-generated"
    },
    "headline": "Troubleshoot Structured Data not Added to the Page",
    "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/troubleshoot/troubleshoot-structured-data-not-generated"
    },
    "datePublished": "2023-01-07T10:29:37+02:00",
    "dateCreated": "2023-01-07T10:29:37+02:00",
    "dateModified": "2025-10-03T14:51:55+03:00"
}
```
