---
title: "Preview button not showing on Structured Data Testing Tool - Google Structured Data"
description: "There have been occurences that the \"Preview\" button, like in the screenshot below, for certain Content Types in the Google's Testing Tool might ap"
url: "https://www.tassos.gr/docs/google-structured-data/troubleshoot/preview-button-not-showing-on-structured-data-testing-tool"
date: "2026-04-20T15:08:25+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)

#  Preview button not showing on Structured Data Testing Tool

 There have been occurences that the "Preview" button, like in the screenshot below, for certain Content Types in the [Google's Testing Tool](https://search.google.com/structured-data/testing-tool) might appear while some other time it may not.

 [![structured-data-preview-button](https://www.tassos.gr/images/structured-data-preview-button.png)](https://www.tassos.gr/images/structured-data-preview-button.png)

 The reasons for the button not appearing aren't disclosed by Google. There is no way to be sure that the button will appear for you other than making sure that you have no errors or warnings for the Content Type you're checking at the time.

 It is important to remember that the Tool isn't perfect at all times. It has been proven numerous times that bugs do come up. The fact that the "Preview" button is not showing up does not necessarily mean that your Content Type is incorrectly formatted.

 If it happens to you, your best bet towards making sure that everything is in order is to monitor your [Google Search Console](https://www.google.com/webmasters/tools/home?hl=en) for warnings related to Structured Data and also take a look at [Google's Webmaster Forum for Structured Data](https://productforums.google.com/forum/#!topicsearchin/webmasters/category%243Astructured-data) to see if this happens to other people too and chime in to push for a fix.

 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": "Preview button not showing on Structured Data Testing Tool",
            "item": "https://www.tassos.gr/docs/google-structured-data/troubleshoot/preview-button-not-showing-on-structured-data-testing-tool"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/google-structured-data/troubleshoot/preview-button-not-showing-on-structured-data-testing-tool"
    },
    "headline": "Preview button not showing on Structured Data Testing Tool",
    "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": "Sotiris Katsaniotis",
        "url": "https://www.tassos.gr/docs/google-structured-data/troubleshoot/preview-button-not-showing-on-structured-data-testing-tool"
    },
    "datePublished": "2017-12-21T17:55:01+02:00",
    "dateCreated": "2017-12-21T17:55:01+02:00",
    "dateModified": "2025-10-03T14:51:55+03:00"
}
```
