---
title: "Search Appearance - Google Structured Data - Tassos Docs"
description: ""
url: "https://www.tassos.gr/docs/google-structured-data/search-appearance"
date: "2026-04-18T07:48:32+00:00"
language: "en-GB"
---

# Search Appearance

##  [  Does structured data control the Google search result description?  ](https://www.tassos.gr/docs/google-structured-data/search-appearance/does-structured-data-control-the-google-search-result-description)

## 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": "Documentation",
            "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": "Search Appearance",
            "item": "https://www.tassos.gr/docs/google-structured-data/search-appearance"
        }
    ]
}
```
