Understand the JavaScript SEO basics
developers.google.com
Understand the JavaScript SEO basics
1–10 of 61 posts
Re: Understand the JavaScript SEO basics
#2Re: Understand the JavaScript SEO basics
#3Is this the first confirmation from Google that they render JS/SPAs? I've heard rumors before...
This was back in 2014: https://webmasters.googleblog.com/2014/05/understanding-web-...
Re: Understand the JavaScript SEO basics
#4Re: Understand the JavaScript SEO basics
#5Is this the first confirmation from Google that they render JS/SPAs? I've heard rumors before...
As always take SEO advice from Google with a grain of salt.
Re: Understand the JavaScript SEO basics
#6The processing of JS explains a lot of the sheer garbage that is in the Google results.
I think they do it because it ties into their business model. JS is needed to unearth the kind of crap that a certain segment of the user base is looking for. That certain segment is worth catering to because it consists of users who are likely to click on ads.
Otherwise, nobody in their right mind would integrate JS into a crawler. "I'm going to write a program that automatically finds random source code, much of it malicious, and runs it!" Come on; without a business agenda justifying it, it's a complete non-starter.
Re: Understand the JavaScript SEO basics
#7Some relevant excerpts from the article (emphasis mine):
> Keep in mind that server-side or pre-rendering is still a great idea because it makes your website faster for users and crawlers, and not all bots can run JavaScript.
> Once Googlebot's resources allow, a headless Chromium renders the page and executes the JavaScript.
So, there are still no specifics on what extra delays might be involved, but this seems to suggest what I've heard about JS-rendered content still taking much longer than static content to update in the index (i.e. days to weeks) might indeed be the case.
I.e. seems they are implying that while this works, static content is still preferred by them and takes priority.
Re: Understand the JavaScript SEO basics
#8A good search engine shouldn't process JS at all, and index only the content that is reachable via links pulled from HTML (which may, of course, be dynamic). The processing of JS explains a lot of the sheer garbage that is in the Google results. I think they do it because it ties into their business model. JS is needed to unearth the kind of crap that a certain segment of the user base is looking for. That certain se…
Re: Understand the JavaScript SEO basics
#9A good search engine shouldn't process JS at all, and index only the content that is reachable via links pulled from HTML (which may, of course, be dynamic). The processing of JS explains a lot of the sheer garbage that is in the Google results. I think they do it because it ties into their business model. JS is needed to unearth the kind of crap that a certain segment of the user base is looking for. That certain se…
A good search engine index based on what humans would consume.
Re: Understand the JavaScript SEO basics
#10Is this the first confirmation from Google that they render JS/SPAs? I've heard rumors before...
You can see the results in 'fetch as Google' and in the structured data tool. Injected JS content is there, including changes to the page title and head. As always take SEO advice from Google with a grain of salt.
Why?