---
title: "Create Multilingual Structured Data Items - Google Structured Data"
description: "You can have structured data appear in different languages using the Language option found in your Google Structured Data Items. This will help yo"
url: "https://www.tassos.gr/docs/google-structured-data/functionality/multilingual-structured-data-items"
date: "2026-04-30T17:45:58+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) / [ Functionality ](https://www.tassos.gr/index.php?option=com_content&view=category&id=83)

#  Create Multilingual Structured Data Items

 You can have structured data appear in different languages using the Language option found in your Google Structured Data Items. This will help your site appear in google search results in languages beyond English and target your audience by displaying text in their respective languages.

### [Specifying the language of yours structured Data Item](#specifying-the-language-of-yours-structured-data-item)

 Once you are on your Structured Data Item, you will notice on the right side of the page a new option called *Language*. This allows you to select in which language this structured data will appear.

 ![google structured data item select language](https://www.tassos.gr/images/gsd-item-language-selection.png)

 After you have selected the language, you can finish customizing your item and then hit the **Save** button.

 You will notice that in the Google Structured Data Items list, a new column appears displaying your structured data item's language.

 ![google structured data items language](https://www.tassos.gr/images/gsd-items-language-column.png)

 Last updated on Nov 26th 2024 12:11

## 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": "Functionality",
            "item": "https://www.tassos.gr/docs/google-structured-data/functionality"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Create Multilingual Structured Data Items",
            "item": "https://www.tassos.gr/docs/google-structured-data/functionality/multilingual-structured-data-items"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/google-structured-data/functionality/multilingual-structured-data-items"
    },
    "headline": "Create Multilingual Structured Data Items",
    "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": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/google-structured-data/functionality/multilingual-structured-data-items"
    },
    "datePublished": "2017-07-18T18:06:29+03:00",
    "dateCreated": "2019-12-02T11:42:32+02:00",
    "dateModified": "2024-11-26T12:28:30+02:00"
}
```
