---
title: "Installing the WT Yandex map items module for Joomla - WebTolk websites development, Joomla Extensions"
description: "How to install the WT Yandex map items module in Joomla."
url: "https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items/documentation/install-wt-yandex-map-items-joomla-module"
date: "2026-06-07T04:01:57+00:00"
language: "en-GB"
---

# Installing the WT Yandex map items module

WT Yandex map items - Documentation

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

[Project](https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items)[Versions](https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items/versions)[Documentation](https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items/documentation)[Demo](https://demo-j5.web-tolk.ru/wt-yandex-map-items)[GitHub](https://github.com/sergeytolkachyov/WT-Yandex-map-items-joomla-module)[JED](https://extensions.joomla.org/extension/maps-a-weather/maps-a-locations/wt-yandex-map-items/)

How to install the WT Yandex map items module in Joomla.

1. Go to the "System" - "Install" - "Extensions" section of the Joomla control panel.

![Joomla 5 control panel extension system](https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items/documentation/images/development/joomla/module/mod_wtyandexmapitems/docs/install/1-en.webp)

2. Select the extension installation method. Download the pre-downloaded file or paste the download url into the "Install by URL" field of the Joomla installer. Click the "Check and install" button

![Joomla 5 installer install from url field](https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items/documentation/images/development/joomla/module/mod_wtyandexmapitems/docs/install/2-en.webp)

3. After successful installation, a message will appear with a brief description of the module and the new features.

![Joomla 5 post install screen](https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items/documentation/images/development/joomla/module/mod_wtyandexmapitems/docs/install/3-en.webp)

4. Go to the "Content" section in the left menu - "Site modules" or "System" - "Manage" - "Site modules". Find an instance of the module using the filter options or create a new one.

![How to find modules in the Joomla admin panel 5](https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items/documentation/images/development/joomla/module/mod_wtyandexmapitems/docs/install/4-en.webp)

5. Go to the module settings for further configuration.

![Parameters of the Yandex maps module for Joomla - WT Yandex map items](https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items/documentation/images/development/joomla/module/mod_wtyandexmapitems/docs/install/5-en.webp)

## 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-modules",
                "name": "Joomla modules"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "@id": "/en/dev/joomla-modules/wt-yandex-map-items",
                "name": "WT Yandex map items"
            }
        },
        {
            "@type": "ListItem",
            "position": 5,
            "item": {
                "@id": "/en/dev/joomla-modules/wt-yandex-map-items/documentation",
                "name": "Documentation"
            }
        },
        {
            "@type": "ListItem",
            "position": 6,
            "item": {
                "name": "Installing the WT Yandex map items module"
            }
        }
    ]
}
```

```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-modules/wt-yandex-map-items/documentation/install-wt-yandex-map-items-joomla-module",
            "name": "Installing the WT Yandex map items module for Joomla - WebTolk websites development, Joomla Extensions",
            "description": "How to install the WT Yandex map items module in Joomla.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/TechArticle/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "TechArticle",
            "headline": "Installing the WT Yandex map items module",
            "url": "https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items/documentation/install-wt-yandex-map-items-joomla-module",
            "description": "How to install the WT Yandex map items module in Joomla.",
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/joomla-modules/wt-yandex-map-items/documentation/install-wt-yandex-map-items-joomla-module"
            }
        }
    ]
}
```
