Re: google shopping data feed updates
I think we forgot one minor detail, which is to look at the source the image machine spits out - taking Dan's example of http://www.vermontgear.com/test.html - you get the following in the source code:
<img id="main_image" src="graphics/en-US/mmui/dot.gif" alt="test"> <div id="thumbnails" class="thumbnails"></div> <div id="closeup_div" class="closeup"><img id="closeup_image" src="graphics/en-US/mmui/dot.gif" alt="test"><div>
So - if Google doesn't see the actual image on the page anyhow - what's the point?
I think we forgot one minor detail, which is to look at the source the image machine spits out - taking Dan's example of http://www.vermontgear.com/test.html - you get the following in the source code:
<img id="main_image" src="graphics/en-US/mmui/dot.gif" alt="test"> <div id="thumbnails" class="thumbnails"></div> <div id="closeup_div" class="closeup"><img id="closeup_image" src="graphics/en-US/mmui/dot.gif" alt="test"><div>
So - if Google doesn't see the actual image on the page anyhow - what's the point?
Comment