---
title: "Google Structured Data Markup v1.2.5 released"
description: "Google Structured Data Markup v1.2.5 is now available.  	Recently it came to our attention that Google added the \"priceRange\" recommendation for all"
url: "https://www.tassos.gr/blog/google-structured-data-markup-v1-2-5-released"
date: "2026-04-04T22:23:30+00:00"
language: "en-GB"
---

#  Google Structured Data Markup v1.2.5 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 21 2016

 1 min read

 Last updated may 14 2024

 ![Google Structured Data Markup v1.2.5 released](https://www.tassos.gr/media/template/fallback.png)Google Structured Data Markup v1.2.5 is now available.

 Recently it came to our attention that Google added the "priceRange" recommendation for all the Business Listings in their Testing Tool. We immediately had to address this silent change from Google and therefore in this release you will be able to fill this field out too.

## 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.5 released",
            "item": "https://www.tassos.gr/blog/google-structured-data-markup-v1-2-5-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/google-structured-data-markup-v1-2-5-released"
    },
    "headline": "Google Structured Data Markup v1.2.5 released",
    "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": "Sotiris Katsaniotis",
        "url": "https://www.tassos.gr/blog/google-structured-data-markup-v1-2-5-released"
    },
    "datePublished": "2016-11-21T17:35:28+02:00",
    "dateCreated": "2016-11-21T17:35:28+02:00",
    "dateModified": "2024-05-14T10:40:38+03:00"
}
```
