- From: Tim van Oostrom <tim@depulz.nl>
- Date: Thu, 02 Feb 2012 16:38:14 +0100
- To: public-vocabs@w3.org
Received on Thursday, 2 February 2012 15:38:44 UTC
Hi Robert, You can achieve this by doing the following: <div itemscope itemref="img-2 img-3"> <img itemprop="image" src=""> </div> <img itemprop="image" src="" id="img-2"> <img itemprop="image" src="" id="img-3"> Though, I'm not sure how this could improve your (seo) markup when you want to nest the images in the original scope. > Is there an itemref example? I can’t find any on schema.org
Received on Thursday, 2 February 2012 15:38:44 UTC