If I have hidden input fields in a form, can I throw them around anywhere or will SEO ‘punish’ me for that?
examples:
...
<td>text</td>
<input type='hidden' />
<td>more text</td>
....
<td>text<input type='hidden' /></td>
<td>more text</td>
....
.. and not just anywhere in a table but anywhere in the page, does it matter where you put it if it’s hidden?
Thanks.
Google recommended that your code must be hidden but website content not hidden for website visitor. Example If u r website open than visitor must be seen your content.