Create a tag.
Create list of tagged items.
Select type : Article
List of articles with correct itemListElement properties
itemListElement property 'position' is missing in the list element properties.
The Google Structured Data Testing Tool throws the error: 'value for the position field is required'.
This can be tested in the Google Structured Data Testing Tool.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-12-27 09:52:32 |
Closed_By | ⇒ | HLeithner |
thank you
if I understand you correctly then this seams to be a template problem
No. See <li>
HTML tags here:
https://github.com/joomla/joomla-cms/blob/staging/components/com_tags/views/tag/tmpl/default_items.php#L69
No <meta itemprop="position" content="[number]">
there.
On the other hand I ask myself why this list layout is the only one in Joomla core (besides mod_breadcrumbs where it's a must) that uses these itemprop="itemListElement"
for <li>
.
Does this mean core supports it but it's wrong implemented?
Yes. I think just a missing <meta itemprop="position" content="[number]">
for each li that has a itemprop="itemListElement"
.
I'll have a look on it.
Status | Closed | ⇒ | New |
Closed_Date | 2019-12-27 09:52:32 | ⇒ | |
Closed_By | HLeithner | ⇒ |
Ok thanks
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-12-27 16:12:56 |
Closed_By | ⇒ | Quy |
Hello @EJBJane if I understand you correctly then this seams to be a template problem and you have to create a template override to solve this issue.
The github issue tracker is not the right place for this, please post your questin the https://forum.joomla.org
I'm closing this, if I'm wrong with my assumption you can always reopen the issue.