---
title: "Fix missing Google Structured Data tab in the Article Editing Page - Google Structured Data"
description: "Troubleshoot the missing Google Structured Data tab in the article's editing with the following checks.     Activate Content Plugin  First and fo"
url: "https://www.tassos.gr/docs/google-structured-data/troubleshoot/google-structured-markup-tab-is-missing"
date: "2026-04-30T10:37:55+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)

#  Fix missing Google Structured Data tab in the Article Editing Page

Troubleshoot the missing Google Structured Data tab in the article's editing with the following checks.

## [Activate Content Plugin](#activate-content-plugin)

First and foremost, you will need to make sure the **Google Structured Data Content** plugin is activated in the Google Structured Data » Configuration » Integrations section

 ![gsd3-enabled-joomla-articles-integration](https://www.tassos.gr/images/gsd_articles.png)

## [Enable Fast Edit](#enable-fast-edit)

 While on the Integrations tab, click on the gear icon next to the Google Structured Data Integration to open the setttings dialog. There make sure the **Fast Edit** option is enabled.

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

## [Enable Article Options](#enable-article-options)

 Another thing to ensure it is enabled, is the **Show Article Options** setting in the Articles configuration page.

 ![enabled-articles-options](https://www.tassos.gr/images/enabled-articles-options.png)

## [Re-order the Google Structured Data System Plugin](#re-order-the-google-structured-data-system-plugin)

 If none of the above helped, you might be facing a plugin conflict. To troubleshoot this, follow the steps below.

- Go to Extensions » Plugins
- Using the filter options, choose to display only the System plugins
- Find the System - Google Structured Data plugin
- Click the "Sort" icon in the first column to enable list sorting
- Re-order the plugin either at the bottom or at the top of the list
- Check if the tab appears now

 ![gsd tab missing 4](https://www.tassos.gr/images/gsd_tab_missing_4.png)

 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": "Fix missing Google Structured Data tab in the Article Editing Page",
            "item": "https://www.tassos.gr/docs/google-structured-data/troubleshoot/google-structured-markup-tab-is-missing"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/google-structured-data/troubleshoot/google-structured-markup-tab-is-missing"
    },
    "headline": "Fix missing Google Structured Data tab in the Article Editing 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/google-structured-markup-tab-is-missing"
    },
    "datePublished": "2017-01-17T18:38:16+02:00",
    "dateCreated": "2017-01-17T18:38:16+02:00",
    "dateModified": "2025-10-03T14:51:55+03:00"
}
```
