help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
[FR] Microdata - change/update
[FR] Microdata - change/update
3 months 2 weeks ago - 3 months 2 weeks ago
JEM 4.5.0beta6 + Joomla 5
Sampledata installed.
View: venueslist, eventslist, details + other views
Structured Data Issues in Eventslist & Venueslist
There are several problems in the microdata output of the eventslist and venueslist. The current markup includes hidden structured data, duplicate properties, incorrect address formatting, and missing itemprops on visible elements. events/venues are not recognized as valid Event or Place objects.
Good if it can be checked and perhaps for in a future update
Sampledata installed.
View: venueslist, eventslist, details + other views
Structured Data Issues in Eventslist & Venueslist
There are several problems in the microdata output of the eventslist and venueslist. The current markup includes hidden structured data, duplicate properties, incorrect address formatting, and missing itemprops on visible elements. events/venues are not recognized as valid Event or Place objects.
Good if it can be checked and perhaps for in a future update
JEM 5.01 (beta) + Joomla 6
Last edit: 3 months 2 weeks ago by Bluefox.
Please Log in or Create an account to join the conversation.
Re: [FR] Microdata - change/update
3 months 2 weeks ago - 3 months 2 weeks ago
Thank you to report it.
Fix for JEM 5.0.0 beta4 in commit:
github.com/jemproject/JEM-Project/commit/8d609c2c0f077711545ed1ce3da1cd4ae6da83f7
Fix for JEM 4.5.0 beta6 in commit:
github.com/jemproject/JEM-Project/commit/7d44d78697af75d072ff3de614da5438681cec4d
Please apply this patch and tell me if the issue is resolved.
Fix for JEM 5.0.0 beta4 in commit:
github.com/jemproject/JEM-Project/commit/8d609c2c0f077711545ed1ce3da1cd4ae6da83f7
Fix for JEM 4.5.0 beta6 in commit:
github.com/jemproject/JEM-Project/commit/7d44d78697af75d072ff3de614da5438681cec4d
Please apply this patch and tell me if the issue is resolved.
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.
Last edit: 3 months 2 weeks ago by McKillo.
Please Log in or Create an account to join the conversation.
Re: [FR] Microdata - change/update
3 months 2 weeks ago - 3 months 2 weeks ago
I get error messages for microdata in simplelist:
invalid value type for field "name"
In the event list item template, itemprop="name" is currently placed directly on the <a> element, causing Google's Rich Results validator to read the href URL as the value instead of the link text.
change:
<a href="/index.php/component/jem/event/17:louvre-masters-preview-today" itemprop="name">Louvre Masters Preview</a>
to
<meta itemprop="name" content="Louvre Masters Preview"> <a href="...">Louvre Masters Preview</a>
invalid value type for field "name"
In the event list item template, itemprop="name" is currently placed directly on the <a> element, causing Google's Rich Results validator to read the href URL as the value instead of the link text.
change:
<a href="/index.php/component/jem/event/17:louvre-masters-preview-today" itemprop="name">Louvre Masters Preview</a>
to
<meta itemprop="name" content="Louvre Masters Preview"> <a href="...">Louvre Masters Preview</a>
Happy with the support?
Consider a donation: www.joomlaeventmanager.net/project/donate
– We are all volounteers, investing time and money to keep JEM runnung and evolving, With your donation we cover our expenses –
Thank you.
Consider a donation: www.joomlaeventmanager.net/project/donate
– We are all volounteers, investing time and money to keep JEM runnung and evolving, With your donation we cover our expenses –
Thank you.
Last edit: 3 months 2 weeks ago by hekla.
Please Log in or Create an account to join the conversation.
Re: [FR] Microdata - change/update
3 months 2 weeks ago
Thank you to report it.
Fix for JEM 5.0.0 beta4 in commit:
github.com/jemproject/JEM-Project/commit/59b20cad46bdab7574a95d9f8c4d75a2441f4640
Fix for JEM 4.5.0 beta6 in commit:
github.com/jemproject/JEM-Project/commit/db1926de250159bc2ba6f77daff8f1c1289f9ad8
Please apply this patch and tell me if the issue is resolved.
Fix for JEM 5.0.0 beta4 in commit:
github.com/jemproject/JEM-Project/commit/59b20cad46bdab7574a95d9f8c4d75a2441f4640
Fix for JEM 4.5.0 beta6 in commit:
github.com/jemproject/JEM-Project/commit/db1926de250159bc2ba6f77daff8f1c1289f9ad8
Please apply this patch and tell me if the issue is resolved.
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.
Please Log in or Create an account to join the conversation.
Time to create page: 0.586 seconds