English 中文(简体)
ListBox Value containing links
原标题:

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 value 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?

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签