I have noticed that some free hosting websites add scripts at the end of uploaded pages. For example:
<noscript><a title="Free hosting" href="http://www.1freehosting.com">Free hosting</a><a title="Web host free" href="http://www.1freehosting.com">Web host free</a><a title="Free websites hosting" href="http://www.1freehosting.com/free-website-and-hosting.html">Free websites hosting</a></noscript>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21588661-2']);
_gaq.push(['_setDomainName', window.location.host]);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
var fga = document.createElement('script'); fga.type = 'text/javascript'; fga.async = true;
fga.src = ('https:' == document.location.protocol ? 'https://www' : 'http://www') + '.1freehosting.com/cdn/ga.js';
var fs = document.getElementsByTagName('script')[0]; fs.parentNode.insertBefore(fga, fs);
})();
</script>
Does Google penalize pages having these added scripts when ranking pages? Is there any ranking penalty for using free hosting websites in general (I mean other than possible server speed issues)?
