---
title: "Announcing the Zoo (YooTheme) & Menu Manager Integrations in Google Structured Data 3.1.0"
description: "This release comes with a very sought after integration, ZOO by YooTheme, and a great utility, the Menu Manager Integration for those who need to a"
url: "https://www.tassos.gr/blog/announcing-the-zoo-yootheme-menu-manager-integrations-in-google-structured-data-3-1-0"
date: "2026-05-03T22:19:53+00:00"
language: "en-GB"
---

#  Announcing the Zoo (YooTheme) &amp; Menu Manager Integrations in Google Structured Data 3.1.0

 ![Tassos Marinos](https://www.gravatar.com/avatar/cc4c5cd6974bf2cd8bfa2d6efcc60843?s=48)  Tassos Marinos  [Follow](https://x.com/tassosm)

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

 Oct 20 2017

 1 min read

 Last updated may 14 2024

 ![Announcing the Zoo (YooTheme) & Menu Manager Integrations in Google Structured Data 3.1.0](https://www.tassos.gr/media/k2/items/src/8462850dbb62c4bd159ee1ad55df6950.jpg) This release comes with a very sought after integration, ZOO by YooTheme, and a great utility, the Menu Manager Integration for those who need to assign Structured Data to a specific menu item!

## 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": "Announcing the Zoo (YooTheme) & Menu Manager Integrations in Google Structured Data 3.1.0",
            "item": "https://www.tassos.gr/blog/announcing-the-zoo-yootheme-menu-manager-integrations-in-google-structured-data-3-1-0"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/announcing-the-zoo-yootheme-menu-manager-integrations-in-google-structured-data-3-1-0"
    },
    "headline": "Announcing the Zoo (YooTheme) & Menu Manager Integrations in Google Structured Data 3.1.0",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/8462850dbb62c4bd159ee1ad55df6950.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": "Tassos Marinos",
        "url": "https://x.com/tassosm"
    },
    "datePublished": "2017-10-20T21:21:03+03:00",
    "dateCreated": "2017-10-20T21:21:03+03:00",
    "dateModified": "2024-05-14T10:40:41+03:00"
}
```
