内容和渲染输出是否会被 Google 和其他搜索引擎索引?
代码:
<script>
var html = '<!DOCTYPE html>';
html += '<html>';
html += '<head>';
html += '<meta charset="utf8" />';
html += '<title>This Is The Stacked Overflown Network</title>';
html += '<meta name="description" value="i, are, description, ized" />';
html += '<meta name="keywords" value="key, words, and, all, that" />';
html += '</head>';
html += '<body>';
html += '<h1>The Stacked Overflown Network</h1>';
html += '<hr />';
html += '<p>Will I get the opportunity to be indexed at the Googol Seek Engine?</p>';
html += '<p><strong> - No! You Will Not! And bye bye!</strong></p>';
html += '</html>';
html += '</html>';
html += "\n";
document.write( html );
</script>