# Red

- ### [Joomla! Testing](/)
- ### [Similar Tags](/tags-component/similar-tags-module)

## 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"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "https://joomla6-pro.testmyweb.info/tags-component/all-tags",
                "name": "All Tags"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "name": "Red"
            }
        }
    ]
}
```

```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/all-tags/red/#webpage",
            "name": "Red",
            "url": "https://joomla6-pro.testmyweb.info/tags-component/all-tags/red",
            "inLanguage": "en-GB",
            "about": {
                "@type": "Organization",
                "@id": "https://joomla6-pro.testmyweb.info/#organization"
            },
            "breadcrumb": {
                "@type": "BreadcrumbList",
                "@id": "https://joomla6-pro.testmyweb.info/tags-component/all-tags/red/#breadcrumb"
            },
            "isPartOf": {
                "@type": "WebSite",
                "@id": "https://joomla6-pro.testmyweb.info/#website"
            }
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://joomla6-pro.testmyweb.info/tags-component/all-tags/red/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://joomla6-pro.testmyweb.info/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Tags Component",
                    "item": "https://joomla6-pro.testmyweb.info/tags-component"
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "name": "All Tags",
                    "item": "https://joomla6-pro.testmyweb.info/tags-component/all-tags"
                },
                {
                    "@type": "ListItem",
                    "position": 4,
                    "name": "Red"
                }
            ]
        }
    ]
}
```
