---
title: "WT Schema.Org for JoomShopping  2.1.0 - WebTolk websites development, Joomla Extensions"
description: "Creation, development and technical support of websites with Joomla CMS. Joomla website integration with Bitrix24 CRM and Amo CRM."
url: "https://web-tolk.ru/en/dev/joomla-plugins/wt-joomshopping-schema-org/versions/2-1-0"
date: "2026-06-14T20:44:39+00:00"
language: "en-GB"
---

# WT Schema.Org for JoomShopping - Version 2.1.0

**Category:** [Joomla plugins](https://web-tolk.ru/en/dev/joomla-plugins)

[!\[WT Schema.Org for JoomShopping\](https://web-tolk.ru/images/swjprojects/projects/27/en-GB/icon.jpg)](https://web-tolk.ru/en/dev/joomla-plugins/wt-joomshopping-schema-org)

- **Download type:** Free
- **Version:** 2.1.0
- **Date:** 01 September 2025
- **Downloads:** 384

[Download](https://web-tolk.ru/en/get?version_id=482)

[Project](https://web-tolk.ru/en/dev/joomla-plugins/wt-joomshopping-schema-org)[Versions](https://web-tolk.ru/en/dev/joomla-plugins/wt-joomshopping-schema-org/versions)[GitHub](https://github.com/sergeytolkachyov/WT-JoomShopping-Schema.org)[JED](https://extensions.joomla.org/extension/extension-specific/joomshopping-extensions/wt-schema-org-for-joomshopping/)

Addition

### The Brand property for the product

If the manufacturer is specified for the product, the Brand property will be added to the micro markup on the product page, which indicates the manufacturer's name, as well as (if specified) its logo and url.

## JSON-LD Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://web-tolk.ru/en",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/en/dev",
                "name": "Joomla extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/en/dev/joomla-plugins",
                "name": "Joomla plugins"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "@id": "/en/dev/joomla-plugins/wt-joomshopping-schema-org",
                "name": "WT Schema.Org for JoomShopping "
            }
        },
        {
            "@type": "ListItem",
            "position": 5,
            "item": {
                "@id": "/en/dev/joomla-plugins/wt-joomshopping-schema-org/versions",
                "name": "Versions"
            }
        },
        {
            "@type": "ListItem",
            "position": 6,
            "item": {
                "name": "WT Schema.Org for JoomShopping  2.1.0"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://web-tolk.ru/#/schema/Organization/base",
            "name": "WebTolk",
            "url": "https://web-tolk.ru/",
            "logo": {
                "@type": "ImageObject",
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo",
                "url": "images/webtolk-1080p.jpg",
                "contentUrl": "images/webtolk-1080p.jpg",
                "width": 1920,
                "height": 1080
            },
            "image": {
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo"
            },
            "sameAs": [
                "https://github.com/WebTolk",
                "https://github.com/sergeytolkachyov",
                "https://vk.com/web_tolk",
                "https://vk.com/webtolkru",
                "https://tenchat.ru/sergeytolkachyov",
                "https://t.me/sergeytolkachyov",
                "https://t.me/webtolkru"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://web-tolk.ru/#/schema/WebSite/base",
            "url": "https://web-tolk.ru/",
            "name": "WebTolk websites development, Joomla Extensions",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-joomshopping-schema-org/versions/2-1-0",
            "name": "WT Schema.Org for JoomShopping  2.1.0 - WebTolk websites development, Joomla Extensions",
            "description": "Creation, development and technical support of websites with Joomla CMS. Joomla website integration with Bitrix24 CRM and Amo CRM.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/SoftwareApplication/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "SoftwareApplication",
            "name": "WT Schema.Org for JoomShopping  2.1.0",
            "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-joomshopping-schema-org/versions/2-1-0",
            "description": "The plugin adds micro markup to the product pages and product categories Schema.org for categories of goods, manufacturers and JoomShopping products in ld+json format, which allows search engines to better understand the content of the page, as well as use it to display advanced results in search results and thereby stand out from competitors.\r\nJoomla 3 (JoomShopping 4.18.x) is supported. For Joomla 4 / Joomla 5 and JoomShopping 5.x, the plugin version 2.0.0 and higher is recommended.",
            "applicationCategory": "Joomla plugins",
            "softwareVersion": "2.1.0",
            "downloadUrl": "https://web-tolk.ru/en/get?version_id=482",
            "datePublished": "2025-09-01 07:03:37",
            "image": "https://web-tolk.ru/images/swjprojects/projects/27/en-GB/icon.jpg",
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-joomshopping-schema-org/versions/2-1-0"
            },
            "operatingSystem": "ANY",
            "interactionStatistic": [
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/DownloadAction",
                    "userInteractionCount": 384
                }
            ],
            "softwareRequirements": "Joomla 5.3.3",
            "applicationSubCategory": "2.1.0",
            "isAccessibleForFree": true,
            "releaseNotes": "Addition: The Brand property for the product. If the manufacturer is specified for the product, the Brand property will be added to the micro markup on the product page, which indicates the manufacturer's name, as well as (if specified) its logo and url. "
        }
    ]
}
```
