---
title: "Getting Started - Google Structured Data - Tassos Docs"
description: "Welcome to Google Structured Data! Nice to see you here. Let’s get started!"
url: "https://www.tassos.gr/docs/google-structured-data/start"
date: "2026-05-02T09:06:45+00:00"
language: "en-GB"
---

# Getting Started

Welcome to Google Structured Data! Nice to see you here. Let’s get started!

##  [  Add Structured Data to Pages  ](https://www.tassos.gr/docs/google-structured-data/start/structured-data-to-pages)

##  [  Frequently Asked Questions  ](https://www.tassos.gr/docs/google-structured-data/start/frequently-asked-questions)

##  [  What is Structured Data?  ](https://www.tassos.gr/docs/google-structured-data/start/what-is-structured-data)

##  [  Test your Structured Data  ](https://www.tassos.gr/docs/google-structured-data/start/test-your-structured-data)

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