---
title: "Schema Types - Google Structured Data - Tassos Docs"
description: ""
url: "https://www.tassos.gr/docs/google-structured-data/schemas"
date: "2026-04-19T08:28:18+00:00"
language: "en-GB"
---

# Schema Types

##  [  Add Organization Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/organization)

##  [  Add HowTo Structured Data to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/howto)

##  [  Add Book Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/book)

##  [  Add Person Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/person)

##  [  Add Service Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/service)

##  [  Add Movie Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/movie)

##  [  Add FAQ Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/faq)

##  [  Add Job Posting Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/jobposting)

##  [  Add Video Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/video)

##  [  Add Fact Check Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/factcheck)

##  [  Add Critic Review Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/review)

##  [  Social Profile Structured Data  ](https://www.tassos.gr/docs/google-structured-data/schemas/social-profile-links)

##  [  SiteLogo Structured Data  ](https://www.tassos.gr/docs/google-structured-data/schemas/sitelogo)

##  [  Add Course Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/course)

##  [  Add Recipe Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/recipe)

##  [  Add Event Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/event)

##  [  Add Product Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/product)

##  [  Add Article Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/article)

##  [  Add Local Business Schema to Joomla  ](https://www.tassos.gr/docs/google-structured-data/schemas/localbusiness)

##  [  Breadcrumbs Structured Data  ](https://www.tassos.gr/docs/google-structured-data/schemas/breadcrumbs)

##  [  Site Name Structured Data  ](https://www.tassos.gr/docs/google-structured-data/schemas/site-name)

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