[Ongoing] Add schema.org microdata

Bug #1295373 reported by Chris Cormack
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
In Progress
Wishlist
Chris Cormack

Bug Description

To support schema.org processors, such as Google, Bing, and Yandex, structure our data so that it has machine-readable attributes.

Changed in mahara:
assignee: nobody → Chris Cormack (chris-bigballofwax)
Revision history for this message
Chris Cormack (chris-bigballofwax) wrote :

 <div class="center imageblock">
<div class="image"><a href="http://mahara/view/artefact.php?artefact=11&amp;view=8"><img src="http://mahara/artefact/file/download.php?file=11&amp;view=8" alt="this a photo of a dog"></a></div>
<div class="detail">this a photo of a dog</div>
</div>

After schema.org
<div class="center imageblock" itemscope itemtype="http://schema.org/ImageObject">
<div class="image"><a href="http://mahara/view/artefact.php?artefact=11&amp;view=8"><img src="http://mahara/artefact/file/download.php?file=11&amp;view=8" alt="this a photo of a dog" itemprop="contentURL"></a></div>
<div class="detail" itemprop="description">this a photo of a dog</div>

This is what google (et al) gets from that data
Item
type: http://schema.org/imageobject
property:
contenturl: http://mahara/artefact/file/download.php?file=11&view=8
description: this a photo of a dog

Revision history for this message
Chris Cormack (chris-bigballofwax) wrote :
Revision history for this message
Kristina Hoeppner (kris-hoeppner) wrote :
Changed in mahara:
status: New → In Progress
importance: Undecided → Wishlist
milestone: none → 1.10.0
Revision history for this message
Robert Lyon (robertl-9) wrote :

Ok first patch has been merged - now we need to to a similar thing for other artefacts.

Revision history for this message
Kristina Hoeppner (kris-hoeppner) wrote :

I removed the milestone as the patch was added to 1.9 and this is an ongoing project.

tags: added: nominatedfeature
Changed in mahara:
milestone: 1.10.0 → none
summary: - Add schema.org microdata
+ [Ongoing] Add schema.org microdata
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.