What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search engines read (crowl) links from dropdonw lists?

Q Trans

New member
Hello,
I have a english website with other languages version.
Please let me know if search engines read (crowl) links from dropdonw lists?

For example:

<select name="morelanguage" class="languages">
<option value="" ></option>
<option value="https://www.qtransform.com/en/convert/volume.php" selected="selected">english</option>
<option value="https://www.qtransform.com/ro/transforma/volum.php">romana</option>
</select>

Google, Bing and other will access and crowl links(urls) from <select> ... </select> ?
 
Back
Top