---
title: "Work with categories in SW JProjects component for Joomla - WebTolk websites development, Joomla Extensions"
description: "Creating categories of digital projects, working with them, multilanguage site"
url: "https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/work-with-categories-in-sw-jprojects-component-for-joomla"
date: "2026-06-09T17:04:54+00:00"
language: "en-GB"
---

# Work with categories

SW JProjects - Documentation

**Category:** [Components](https://web-tolk.ru/en/dev/components)

[Project](https://web-tolk.ru/en/dev/components/sw-jprojects)[Versions](https://web-tolk.ru/en/dev/components/sw-jprojects/versions)[Documentation](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation)[GitHub](https://github.com/WebTolk/SWJProjects)[JED](https://extensions.joomla.org/extensions/extension/authoring-a-content/content-construction/swjprojects/)

Creating categories of digital projects, working with them, multilanguage site

The category structure should reflect the logical structure of the catalog. You can create any number of categories with any level of nesting.

## Creating a category

Let's go to **Components - SW JProjects - Categories**. Click the Create button.

![Creating categories in SW JProjects Joomla](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/images/development/joomla/components/com_swjprojects/docs/categories/01-en.webp)

A page opens for creating a category. You will see a typical Joomla set of fields for creating a category, of which you should pay attention to the following parameters:

 TitleCategory nameAliasAlias, from which, among other things, the SEF (search engine friendly) URL of the category page is formedDescription of the categoryA short text description of the category.Parent categoryThe category within which the newly created one will be located.

![Category editing page in sw jprojects joomla](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/images/development/joomla/components/com_swjprojects/docs/categories/02-en.webp)

## Metadata for SEO

The data from this tab includes the `<title>` tag, `meta-description`, `meta-keywords`, indexing settings, as well as an image for OpenGraph tags.

![SEO settings for the program category in the component SW JProjects Joomla](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/images/development/joomla/components/com_swjprojects/docs/categories/03-en.webp)

## Video

## Multilingual website (website in several languages)

If you are describing your digital products in several languages and have configured Joomla to be multilingual, then the language switches will be located in the upper panel of the window.

![Language switch in the multilingual Joomla component SW JProjects](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/images/development/joomla/components/com_swjprojects/docs/categories/04-en.webp)

Filling in information for different languages takes place in one window, unlike the traditional Joomla approach, when separate categories, materials, etc. are created for different languages.

## 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/components",
                "name": "Components"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "@id": "/en/dev/components/sw-jprojects",
                "name": "SW JProjects"
            }
        },
        {
            "@type": "ListItem",
            "position": 5,
            "item": {
                "@id": "/en/dev/components/sw-jprojects/documentation",
                "name": "Documentation"
            }
        },
        {
            "@type": "ListItem",
            "position": 6,
            "item": {
                "name": "Work with categories"
            }
        }
    ]
}
```

```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/components/sw-jprojects/documentation/work-with-categories-in-sw-jprojects-component-for-joomla",
            "name": "Work with categories in SW JProjects component for Joomla - WebTolk websites development, Joomla Extensions",
            "description": "Creating categories of digital projects, working with them, multilanguage site",
            "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": "Work with categories",
            "url": "https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/work-with-categories-in-sw-jprojects-component-for-joomla",
            "description": "Creating categories of digital projects, working with them, multilanguage site",
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/work-with-categories-in-sw-jprojects-component-for-joomla"
            }
        }
    ]
}
```
