Some great information here. So, is there a simple way to convert those values to something Google will like?
For instance, in my slide.htt I could get to them like this:
<ja:if exists="meta">
<!-- pre><%= meta %></pre -->
Height: <%= meta.get("Jpeg.Image Height") %>
<pre>
GPS.GPS Latitude: <%= meta.get("GPS.GPS Latitude") %>
GPS.GPS Longitude: <%= meta.get("GPS.GPS Longitude") %>
GPS.GPS Longitude Ref: <%= meta.get("GPS.GPS Longitude Ref") %>
GPS.GPS Latitude Ref: <%= meta.get("GPS.GPS Latitude Ref") %>
</ja:if>
But that's not how we present it to Google. I'd need to run it through some code to massage it -- code like the ExihibitPlus mod to slide.bsh mentioned earlier. Basically, that's the only thing I want to do, and I'm not clear on how to link in my own code to integrate it with a template.
Ideally, I'd want to just have in a dozen or so lines in the actual template and make it completely self contained. (This is for a very bare stripped down skin I use on my site.)
Can anyone give me some pointers? I know some Java, but am not clear (yet) on how these methods are linked in.