# Custom HTML Module

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

This module allows you to create your own HTML Module using a WYSIWYG editor. [Help](https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help40:Extensions_Module_Manager_Custom_HTML)

### Custom HTML

## 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/custom-html",
                "name": "Custom HTML"
            }
        }
    ]
}
```

```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/custom-html",
            "name": "Custom HTML Module",
            "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/12",
            "name": "Custom HTML Module",
            "headline": "Custom HTML Module",
            "inLanguage": "en-GB",
            "author": {
                "@type": "Person",
                "name": "Neimar"
            },
            "articleSection": "Display Modules",
            "dateCreated": "2026-08-04T10:53:49+00:00",
            "interactionStatistic": {
                "@type": "InteractionCounter",
                "userInteractionCount": 23
            },
            "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/custom-html/#webpage",
            "name": "Custom HTML Module",
            "url": "https://joomla6-pro.testmyweb.info/custom-html",
            "inLanguage": "en-GB",
            "about": {
                "@type": "Organization",
                "@id": "https://joomla6-pro.testmyweb.info/#organization"
            },
            "breadcrumb": {
                "@type": "BreadcrumbList",
                "@id": "https://joomla6-pro.testmyweb.info/custom-html/#breadcrumb"
            },
            "isPartOf": {
                "@type": "WebSite",
                "@id": "https://joomla6-pro.testmyweb.info/#website"
            },
            "mainEntity": {
                "@type": "Article",
                "@id": "https://joomla6-pro.testmyweb.info/custom-html/#article"
            }
        },
        {
            "@type": "Article",
            "@id": "https://joomla6-pro.testmyweb.info/custom-html/#article",
            "headline": "Custom HTML Module",
            "name": "Custom HTML Module",
            "url": "https://joomla6-pro.testmyweb.info/custom-html",
            "articleSection": "Display 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/custom-html/#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": 23
            },
            "isPartOf": {
                "@type": "WebPage",
                "@id": "https://joomla6-pro.testmyweb.info/custom-html/#webpage"
            }
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://joomla6-pro.testmyweb.info/custom-html/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://joomla6-pro.testmyweb.info/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Custom HTML"
                }
            ]
        }
    ]
}
```
