-
JS site + appended raw HTML of final site. Penalized?
My site renders articles using React. The bot sees nothing unless it executes the JS. But I can append the final html of the article. If the bot runs JS, well and good. If not, then it would see the ‘dumb’ html which contains keywords/links. Would this be penalized? Would love some tips. Here is an example of what the bot see:
<script>
load_js_article()
hide_raw_html()
</script><div id=’raw_html>
<h1>How to do something</h1>
<p>Some keywords and <a>links</a> </p>
</div>
Sorry, there were no replies found.
Log in to reply.