javascript - Will using window.stop(); be bad for search engines? -


will hurt website ? reason ask because i'm not sure if google wont able crawl page function in place..

also, function clicking (x) button on browser, why i'am little bit confused..

window.stop() stops loading of external assets, not document itself. should not effect google being able crawl site, wont index images.


Comments