I have a website where I am using underscorejs. I have many templates(underscorejs) included in the HTML.
there are cases where unnecessary templates are being read on the pages. Does this effect the SEO rating of my site.
I have heard that Google Search engine reduces the ranking of your site if it finds no Javascript code within <script>
tags.
and while specifying underscorejs templates we specify it
<script type="text/template" id="XXX"></script>
PS: I understand that readig unnecessary templates is not good , but this is done from a long time in the site and I dont intend to edit it anytime soon.