I have a debate for you.
What are your views on scrambling your websites code so that a browser can read it, but so that a human can not read it once you are big enough of a site? Could this effect the way Google's robots (browsers??) see it and judge it?
What I mean is:
Turning this-
Into this-
What are your views on scrambling your websites code so that a browser can read it, but so that a human can not read it once you are big enough of a site? Could this effect the way Google's robots (browsers??) see it and judge it?
What I mean is:
Turning this-
Code:
<div id="some_Id" class="some-Class" style="some_Style_Which-Should-Really_Be_In-An-External_File">
<p id="steal_Me_Im-A-Cool_Paragraph" class="StealMeI'mACoolClassDeclaration">Some Ridiculous Paragraph
Complaining About Google</p>
</div>
Into this-
Code:
<script>var U7=window,W8=document;var a1="%3Cdiv%20id%3D%22some_Id%22%20class%3D%22some-Class%22%20style%3D%22some_Style_Which-Should-Really_Be_In-An-External_File%22%3E%0A%3Cp%20id%3D%22steal_Me_Im-A-Cool_Paragraph%22%20class%3D%22StealMeI%27mACoolClassDeclaration%22%3ESome%20Ridiculous%20Paragraph%0AComplaining%20About%20Google%3C/p%3E%0A%3C/div%3E";function V0(){var V0;V0=unescape(a1);W8.write(V0);}V0();</script>







