No Code Attached Yet
avatar muhme
muhme
21 Jan 2026

Steps to reproduce the issue

  • Adminstrator > System > Plugins > System - Schema.org > Configure image
  • Create an article
  • View HTML source code of the article on frontend

Expected result

In article HTML source view the image URLs are absolute. For example:

            "logo": {
                "@type": "ImageObject",
                "@id": "https://localhost:7154/#/schema/ImageObject/logo",
                "url": "https://localhost:7154/images/hlu.png",
                "contentUrl": "https://localhost:7154/images/hlu.png",
                "width": 300,
                "height": 301
            },

Actual result

In article HTML source view the image URLs are relative. For example:

            "logo": {
                "@type": "ImageObject",
                "@id": "https://localhost:7154/#/schema/ImageObject/logo",
                "url": "images/hlu.png",
                "contentUrl": "images/hlu.png",
                "width": 300,
                "height": 301
            },

System information (as much as possible)

Tested with JBT and 5.4-dev

Additional comments

This is a follow-up issues found in testing #46306

avatar muhme muhme - open - 21 Jan 2026
avatar joomla-cms-bot joomla-cms-bot - change - 21 Jan 2026
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 21 Jan 2026
avatar muhme
muhme - comment - 21 Jan 2026

I’m not sure myself whether this issue is relevant.

With Google test https://search.google.com/test/rich-results the relative logo URL is no problem.
Also https://nuxtseo.com/tools/schema-validator states no problem, even in Common Validation Errors it states: Invalid URLs
URLs must be absolute and properly formatted.

Are you are more familar with JSON-LD? Please comment. Anyhow, absolute URL are the save way, right?

Anyway this issue is low priority.

Add a Comment

Login with GitHub to post a comment