Здраствуйте, вопрос такой будет ли индексироваться контент и не будет ли санкций у ПС, заключенный в такой блок : PHP: <body id="bg" onLoad="hide()"> <script> function show() { document.getElementById('info').style.display='block'; } function hide() { document.getElementById('info').style.display='none'; } </script> <div> <input id="myRadioButton1" type="radio" name="radiobutton" value="radiobutton" onChange="hide()" checked>Invisible <input id="myRadioButton2" type="radio" name="radiobutton" value="radiobutton" onChange="show()">Visible </div> <div id="info" style="block"> КОНТЕНТ КОНТЕНТ КОНТЕНТ </div> </body>
Индексироваться будет, т.к. контент выводится вне JS, но за это можно получить бан при стуке, если такой контент будет для того, чтобы вводить в заблуждение ПС.