User tests: Successful: Unsuccessful:
Ensure that the Schema.org logo ImageObject always outputs absolute URLs.
When a relative image path is configured in the System – Schema.org plugin, the generated JSON-LD currently outputs relative URLs for logo.url and logo.contentUrl.
This change normalizes the logo image URL to an absolute URL, aligning it with existing image handling and schema best practices.
"url": "images/logo.png"
After
"url": "https://example.com/images/logo.png"
Fixes #46740
| Status | New | ⇒ | Pending |
| Category | ⇒ | Front End Plugins |
| Labels |
Added:
PR-5.4-dev
|
||
| Title |
|
||||||
| Labels |
Added:
bug
|
||
I have tested this item ✅ successfully on 6383342
Fixed a typo on cleanImageURL in the same time 😄
Thanks @sathwikre !
I have tested this item ✅ successfully on 6383342
Fixed a typo on cleanImageURL in the same time 😄
Thanks @sathwikre !
I have tested this item ✅ successfully on 6383342
I have tested this item ✅ successfully on 6383342
| Status | Pending | ⇒ | Ready to Commit |
RTC
RTC
| Labels |
Added:
RTC
|
||
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-08-23 12:08:02 |
| Closed_By | ⇒ | richard67 |
Thanks @sathwikre for this PR, and @cyrez and @QuyTon for testing.
I have tested this item ✅ successfully on 6383342
Fixed a typo on cleanImageURL in the same time 😄
Thanks @sathwikre !
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46860.