Can googlebot do basic javascript? [duplicate]
问题 This question already has answers here : Do Google's crawlers interpret Javascript? What if I load a page through AJAX? [closed] (8 answers) Closed 5 years ago . Suppose I have something like this page: <noscript>You need JS for this page</noscript> <script> document.write('you have javascript'); $(function() { /* Some DOM heavy coding */ }); <script> What will this look like to google? If someone searches google for "you have javascript" will they see my page? 回答1: The safest answer is: don