# Tags Component

## Tags Component

   Details    Written by: Neimar    Category: [Content Modules](/content-component/article-category-list/extensions/modules/content-modules)     Published: 04 August 2026      Hits: 21

Tags Component

## Structured data

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://joomla6-pro.testmyweb.info/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://joomla6-pro.testmyweb.info/",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://joomla6-pro.testmyweb.info/tags-component",
                "name": "Tags Component"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://joomla6-pro.testmyweb.info/#/schema/Organization/base",
            "name": "joomla6-pro (TEST)",
            "url": "https://joomla6-pro.testmyweb.info/"
        },
        {
            "@type": "WebSite",
            "@id": "https://joomla6-pro.testmyweb.info/#/schema/WebSite/base",
            "url": "https://joomla6-pro.testmyweb.info/",
            "name": "joomla6-pro (TEST)",
            "publisher": {
                "@id": "https://joomla6-pro.testmyweb.info/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://joomla6-pro.testmyweb.info/#/schema/WebPage/base",
            "url": "https://joomla6-pro.testmyweb.info/tags-component",
            "name": "Tags Component",
            "isPartOf": {
                "@id": "https://joomla6-pro.testmyweb.info/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://joomla6-pro.testmyweb.info/#/schema/Organization/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://joomla6-pro.testmyweb.info/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "Article",
            "@id": "https://joomla6-pro.testmyweb.info/#/schema/com_content/article/71",
            "name": "Tags Component",
            "headline": "Tags Component",
            "inLanguage": "en-GB",
            "author": {
                "@type": "Person",
                "name": "Neimar"
            },
            "articleSection": "Content Modules",
            "dateCreated": "2026-08-04T10:53:49+00:00",
            "interactionStatistic": {
                "@type": "InteractionCounter",
                "userInteractionCount": 21
            },
            "isPartOf": {
                "@id": "https://joomla6-pro.testmyweb.info/#/schema/WebPage/base"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://joomla6-pro.testmyweb.info/#organization",
            "name": "AB Test Restaurant",
            "url": "https://joomla6-pro.testmyweb.info/",
            "description": "A test restaurant used to check what AI Boost publishes.",
            "telephone": "+381111234567",
            "image": "https://joomla6-pro.testmyweb.info/images/powered_by.png",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "Test Street 1",
                "addressLocality": "Belgrade",
                "addressCountry": "RS"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://joomla6-pro.testmyweb.info/tags-component/#webpage",
            "name": "Tags Component",
            "url": "https://joomla6-pro.testmyweb.info/tags-component",
            "inLanguage": "en-GB",
            "about": {
                "@type": "Organization",
                "@id": "https://joomla6-pro.testmyweb.info/#organization"
            },
            "breadcrumb": {
                "@type": "BreadcrumbList",
                "@id": "https://joomla6-pro.testmyweb.info/tags-component/#breadcrumb"
            },
            "isPartOf": {
                "@type": "WebSite",
                "@id": "https://joomla6-pro.testmyweb.info/#website"
            },
            "mainEntity": {
                "@type": "Article",
                "@id": "https://joomla6-pro.testmyweb.info/tags-component/#article"
            }
        },
        {
            "@type": "Article",
            "@id": "https://joomla6-pro.testmyweb.info/tags-component/#article",
            "headline": "Tags Component",
            "name": "Tags Component",
            "url": "https://joomla6-pro.testmyweb.info/tags-component",
            "articleSection": "Content Modules",
            "inLanguage": "en-GB",
            "datePublished": "2026-08-04T10:53:49+00:00",
            "dateCreated": "2026-08-04T10:53:49+00:00",
            "dateModified": "2026-08-04T10:53:49+00:00",
            "author": {
                "@type": "Person",
                "@id": "https://joomla6-pro.testmyweb.info/tags-component/#author",
                "name": "Neimar"
            },
            "publisher": {
                "@type": "Organization",
                "@id": "https://joomla6-pro.testmyweb.info/#organization",
                "name": "AB Test Restaurant"
            },
            "interactionStatistic": {
                "@type": "InteractionCounter",
                "interactionType": "https://schema.org/ReadAction",
                "userInteractionCount": 21
            },
            "isPartOf": {
                "@type": "WebPage",
                "@id": "https://joomla6-pro.testmyweb.info/tags-component/#webpage"
            }
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://joomla6-pro.testmyweb.info/tags-component/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://joomla6-pro.testmyweb.info/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Tags Component"
                }
            ]
        }
    ]
}
```
