How Googlebot crawls JavaScript
searchengineland.com
How Googlebot crawls JavaScript
1–10 of 114 posts
Re: How Googlebot crawls JavaScript
#2Impressive work by Google to do that at scale, of course, but they'd be dead in the water if they didn't.
Re: How Googlebot crawls JavaScript
#3Re: How Googlebot crawls JavaScript
#4But how! I don't know about other people here, but in our company we haven't figured out how to parse (for testing of course) dynamic websites. All tools, including free tools like Selenium and paid tools like QF-Test, seem to not be able to understand how it works, or our web developers are not able to code dynamic web like it should be coded.
Re: How Googlebot crawls JavaScript
#5Re: How Googlebot crawls JavaScript
#6Re: How Googlebot crawls JavaScript
#7But how! I don't know about other people here, but in our company we haven't figured out how to parse (for testing of course) dynamic websites. All tools, including free tools like Selenium and paid tools like QF-Test, seem to not be able to understand how it works, or our web developers are not able to code dynamic web like it should be coded.
Re: How Googlebot crawls JavaScript
#8I wonder how google indexes a page that inserts an element in the DOM 120 seconds after the page was loaded using a setTimeout()
Re: How Googlebot crawls JavaScript
#9A plain HTML site is accessible, and will be accessible in a 1000 years. A site depending on (external) JavaScript sources will force John Titor to travel back in time to find version 1.x of jQuery. Starting with JavaScript abandons principles of progressive enhancement. Sometimes there is not even a fallback/graceful degradation, reminding me of these 2001-era: "Best viewed at 800x600 resolution in Netscape"-sites.
Google holds enormous clout among SEO's. Google says they will factor in site-speed and a large fraction of the web will become faster. Google can say more sternly that using JavaScript can have ugly consequences for user experience and accessibility, but they are swimming upstream: The web seems to be moving on to fancy new technologies regardless of what their SEO says.
Not much good comes from HTML5 JavaScript fans forcing your hand. Tor enabled JavaScript, because too much of the web would break without it, leading to a poor user experience. This led to a huge security gaffe, which I fully blame on webdevelopers eschewing basic principles, to get that slideshow running.