---
title: "Functionality - Google Structured Data - Tassos Docs"
description: ""
url: "https://www.tassos.gr/docs/google-structured-data/functionality"
date: "2026-05-02T05:02:57+00:00"
language: "en-GB"
---

# Functionality

##  [  Convert HTML to Markdown  ](https://www.tassos.gr/docs/google-structured-data/functionality/html-to-markdown)

##  [  Adding Facebook Open Graph Meta Data  ](https://www.tassos.gr/docs/google-structured-data/functionality/facebook-open-graph)

##  [  Using the Site Representation settings  ](https://www.tassos.gr/docs/google-structured-data/functionality/site-representation)

##  [  Use Structured Data for Google Merchant  ](https://www.tassos.gr/docs/google-structured-data/functionality/structured-data-for-google-merchant)

##  [  Create Multilingual Structured Data Items  ](https://www.tassos.gr/docs/google-structured-data/functionality/multilingual-structured-data-items)

##  [  Use the Custom Code Content Type  ](https://www.tassos.gr/docs/google-structured-data/functionality/customcode)

##  [  Prepare Content option  ](https://www.tassos.gr/docs/google-structured-data/functionality/prepare-content-option)

##  [  Using the Schema Cleaner  ](https://www.tassos.gr/docs/google-structured-data/functionality/schema-cleaner)

## 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": "Functionality",
            "item": "https://www.tassos.gr/docs/google-structured-data/functionality"
        }
    ]
}
```
