---
title: "Google Structured Data Markup v1.2.4 released"
description: "Google Structured Data Markup v1.2.4 is now available. The sitelinks search functionality is now more flexible!  	We've noticed that the default sea"
url: "https://www.tassos.gr/blog/google-structured-data-markup-v1-2-4-released"
date: "2026-05-03T14:37:32+00:00"
language: "en-GB"
---

#  Google Structured Data Markup v1.2.4 released

 ![Sotiris Katsaniotis](https://www.gravatar.com/avatar/1fbc34bb4ccf7b8618a6950402e3d1ef?s=48)  Sotiris Katsaniotis  <a class="text-success authorURL" href="" target="_blank">Follow</a>

 Published in [Blog](https://www.tassos.gr/blog)

 Nov 10 2016

 1 min read

 Last updated may 14 2024

 ![Google Structured Data Markup v1.2.4 released](https://www.tassos.gr/media/k2/items/src/18cb4412b3fd96d4c2c15944894f7ea5.jpg)Google Structured Data Markup v1.2.4 is now available. The sitelinks search functionality is now more flexible!

 We've noticed that the default search component of Joomla! is not always the choice of many of you in terms of searching in your website. It's completely understandable and to accommodate this we upgraded the sitelinks search functionality to include the option of choosing your own custom search component with its special URL. Also, you can even choose Joomla's finder component in case you'd like to use the broadest search available Joomla has to offer!

## 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": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Google Structured Data Markup v1.2.4 released",
            "item": "https://www.tassos.gr/blog/google-structured-data-markup-v1-2-4-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/google-structured-data-markup-v1-2-4-released"
    },
    "headline": "Google Structured Data Markup v1.2.4 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/18cb4412b3fd96d4c2c15944894f7ea5.jpg"
    },
    "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": "Sotiris Katsaniotis",
        "url": "https://www.tassos.gr/blog/google-structured-data-markup-v1-2-4-released"
    },
    "datePublished": "2016-11-10T10:07:26+02:00",
    "dateCreated": "2016-11-10T10:07:26+02:00",
    "dateModified": "2024-05-14T10:40:38+03:00"
}
```
