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"
"url": "/images/logo.png"
Fixes #46740
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_admin com_users Repository JavaScript NPM Change External Library Composer Change Installation Language & Strings Libraries Modules Front End Plugins Unit Tests |
| Status | Pending | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-02-09 10:00:56 |
| Closed_By | ⇒ | sathwikre | |
| Labels |
Added:
Unit/System Tests
Language Change
Composer Dependency Changed
NPM Resource Changed
PR-5.4-dev
|
||