Forum Moderators: open
Is there some way we could stop the spiders reading the form or the drop down menu? I was considering placing the form into an object tag so the search engines cannot spider the forms but would this cause the search engines to see this as hidden and punish my site with lower rankings?
Is there some way we could stop the spiders reading the form or the drop down menu? I was considering placing the form into an object tag so the search engines cannot spider the forms but would this cause the search engines to see this as hidden and punish my site with lower rankings?
I was going to suggest using JavaScript to write your form (or part of) - search engines will tend not to execute it and therefore not index it. I guess this is the idea behind using <object>. I don't know of search engines punishing sites for the use of JS (well, you don't want it to index that part anyway) - I don't know about <object> tags?
Although in using JS (objects as well maybe?) your accessibility could decrease?!
A common misconception with <iframe> is that it must have visible borders and scrollbars, but its borders can be invisible. The only real problem is that the <iframe> will not be sized vertically according to content requirements therefore you may need to place it at the bottom of the page.
Kaled.