hi I am currently working on improving the SEO on a website containing dropdown list menu. currently when you select options and then submit a javascript is redirecting you to the next page
I heard from some people that i could put the link i want indexed in the value of the dropdown list and that google crawler would trap it as a link and index it.
I personaly do think its not gonna work considering that a Value proprety is not a link href and i dont think google crawler would be parsing every option value and try to see if its a valid link
so the question is ... what do u guys think about that ... is it possible to simply put my links in the value field or should i build a hidden menu in plain html ( li // ul with tags containing the links) somewhere in my page
if ever crawlers can trap links in the va开发者_开发知识库lue of an option .. do i need to put the whole link http://.../page/page.html or can i simply put /page/page.html
thanks for your time.
If the items in the select element are important and should be followed by google, you should probably work out a different way to display them.
Maybe a rollover menu?
精彩评论