Mobile app version of vmapp.org
Login or Join
Cody1181609

: Will JavaScript influence my search position in Google? I have a script which does some position fixes within my site - things like $(".slider_text").css("paddingLeft", procentaj_stdr); $(".slider_text").css("paddingTop",

@Cody1181609

Posted in: #Google #Javascript #Seo #Serps

I have a script which does some position fixes within my site - things like

$(".slider_text").css("paddingLeft", procentaj_stdr);
$(".slider_text").css("paddingTop", procentaj_slider/12);


There are less than 100 lines of JavaScript and jQuery code that make this corrections.

Should I worry about Google lowering my position in search results?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cody1181609

1 Comments

Sorted by latest first Latest Oldest Best

 

@Steve110

No! There will be no specific influence in your Google SERP if you use JavaScript in your webpage. In older days Google was not that much smart to fetch dynamically generating contents, JavaScript and AJAX but now Google algorithm is very smart to Crawl and Index those contents.


Historically, SEO recommendations have centered around having ‘plain
text’ content whenever possible. Dynamically generated content, AJAX,
and JavaScript links have been a detriment to SEO for the major search
engines. Clearly, that is no longer the case for Google. Javascript
links work in a similar manner to plain HTML links


This is the statement in Search Engine Land article titled We Tested How Googlebot Crawls Javascript And Here What We Learned. They tested 5 category of tests like


JavaScript Redirects
JavaScript Links
Dynamically Inserted Content
Dynamically Inserted Meta Data and Page Elements
An Important Example with rel=“nofollow”


All these cases were passed successfully and Google was able to fetch and index those contents just like other Plain Texts which means that there would be no change in Google SERP if you use JavaScript in your website.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme