Will Google index images from HTML select tag
If i have code like this:
<select>
<option value="path/to/image1.jpg">Image 1</option>
<option value="path/to/image2.jpg">Image 2</option>
<option value="path/to/image3.jpg">Image 3</option>
<option value="path/to/image4.jpg">Image 4</option>
</select>
Will Google index images from the select tag?
If i have code like this:
<select>
<option value="path/to/image1.jpg">Image 1</option>
<option value="path/to/image2.jpg">Image 2</option>
<option value="path/to/image3.jpg">Image 3</option>
<option value="path/to/image4.jpg">Image 4</option>
</select>
Will Google index images from the select tag?
No comments:
Post a Comment