I\'m building a Google Maps application and I\'d like to read out the metadata, as specified by schema.org, from my HTML to plot my map markers.
For example:
<
You can get at the data like so:
$('meta[itemprop="latitude"]').attr('content')