This issue is a find of @EJBJane (#27350 (review)) .
Create a tag "Joomla".
Add this tag to some articles.
Add intro images to these articles.
Create a menu item of type "Tagged Items":
<li class="cat-list-row1 clearfix" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<h3 itemprop="name">
<a href="/xyz" itemprop="url">
Blah
</a>
</h3>
<a href="/xyz" itemprop="url">
<img src="/images/zyx" alt="" itemprop="image">
</a>
... MORE CODE ...
</li>
Labels |
Added:
?
|
Title |
|
If it makes sense to remove it because it's useless or creates an error we can remove it in J3.
Would it break anything in J3?
Hey , Can i work on this issue?
@yashrajbothra
Yes
Status | New | ⇒ | Confirmed |
@yashrajbothra @ReLater where is pull request? cant find it
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-22 00:17:25 |
Closed_By | ⇒ | ReLater |
Joomla 4:
I propose to remove at least the nonsensical ItemList microdata from the layout (components/com_tags/views/tag/tmpl/default_items.php).
Joomla 3:
I'm not sure if it would be a too unexpected B\C break to remove it.