? PR-5.0-dev Pending

User tests: Successful: Unsuccessful:

avatar heelc29
heelc29
27 Jul 2023

Summary of Changes

Testing Instructions

  1. check schemaorg ouput for breadcrumbs
  2. enable debug mode

Actual result BEFORE applying this Pull Request

{"@context":"https:\/\/schema.org","@type":"BreadcrumbList","@id":"https:\/\/j50dev.localhost\/#\/schema\/BreadcrumbList\/17"
{"@context":"https://schema.org","@graph":[{"@type":"Person","@id":"https://j50dev.localhost/#/schema/Person/base","url":"https://j50dev.localhost/"}

Expected result AFTER applying this Pull Request

{"@context":"https://schema.org","@type":"BreadcrumbList","@id":"https://j50dev.localhost/#/schema/BreadcrumbList/17"
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Person",
            "@id": "https://j50dev.localhost/#/schema/Person/base",
            "url": "https://j50dev.localhost/"
        }

Link to documentations

Please select:

  • No documentation changes for docs.joomla.org needed
  • No documentation changes for manual.joomla.org needed
avatar joomla-cms-bot joomla-cms-bot - change - 27 Jul 2023
Category Modules Front End Plugins
avatar heelc29 heelc29 - open - 27 Jul 2023
avatar heelc29 heelc29 - change - 27 Jul 2023
Status New Pending
avatar brianteeman
brianteeman - comment - 27 Jul 2023

wtf. so it is never possible to have the old style breadcrumbs itemprop richdata because this is hardcoded in the tmpl even though all richdata has been removed from tmpl files everywhere else.

:banginghead:

avatar heelc29
heelc29 - comment - 27 Jul 2023

I don't know ... I only see its linked ?

// We support Breadcrumb linking
$breadcrumbs = ModuleHelper::getModule('mod_breadcrumbs');
if (!empty($breadcrumbs->id)) {
$webPageSchema['breadcrumb'] = ['@id' => $domain . '#/schema/BreadcrumbList/' . (int) $breadcrumbs->id];
}

avatar heelc29 heelc29 - change - 7 Aug 2023
Labels Added: PR-5.0-dev
avatar Fedik Fedik - test_item - 7 Aug 2023 - Tested successfully
avatar Fedik
Fedik - comment - 7 Aug 2023

I have tested this item successfully on e63e707


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41271.

avatar Quy Quy - test_item - 11 Aug 2023 - Tested successfully
avatar Quy Quy - alter_testresult - 11 Aug 2023 - Fedik: Tested successfully
avatar Quy
Quy - comment - 11 Aug 2023

I have tested this item ✅ successfully on f61b122


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41271.

avatar Quy Quy - change - 11 Aug 2023
Status Pending Ready to Commit
avatar Quy
Quy - comment - 11 Aug 2023

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41271.

avatar Quy Quy - change - 11 Aug 2023
Labels Added: ?
avatar HLeithner HLeithner - change - 13 Aug 2023
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-08-13 17:31:40
Closed_By HLeithner
avatar HLeithner HLeithner - close - 13 Aug 2023
avatar HLeithner HLeithner - merge - 13 Aug 2023
avatar HLeithner
HLeithner - comment - 13 Aug 2023

thanks

Add a Comment

Login with GitHub to post a comment