If my jquery is being added in my header files (WP). these are more then 8 to 10 files being included in header. Is it have any impact on SEO of my site ?
Leave a Reply
You must be logged in to post a comment.
If my jquery is being added in my header files (WP). these are more then 8 to 10 files being included in header. Is it have any impact on SEO of my site ?
You must be logged in to post a comment.
The impact is not because you use it in your header. it’s recommended that you don’t use it in your header because any javascript in header makes your website slower and for a website, being slow is most harmful thing you can ever done.
http://moz.com/search-ranking-factors
look at the “Response Time of Page in Seconds” at the bottom.
you can place your javascript files at the bottom of your website before tag.