Is content in option tags indexed?
Posted
by
Silfverstrom
on Pro Webmasters
See other posts from Pro Webmasters
or by Silfverstrom
Published on 2012-11-16T23:08:29Z
Indexed on
2012/11/17
11:27 UTC
Read the original article
Hit count: 390
Is data inside an <option>
tag indexed?
For example, would the following option
tag allow "Volvo", "Saab", "Opel" and "Audi" to be indexed by a crawler?
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="opel">Opel</option>
<option value="audi">Audi</option>
</select>
Will search engines put any weight on data in an option
form element?
© Pro Webmasters or respective owner