
This script is a mission of strengthening the discussions archived Blogger blog and speed of publication in the search engines and especially the Google search engine.
Code was amended in order to approve new search engines and methods of archiving content in Blogger blogs and the frequency bounce rate (bounce rate) will drop BloggerAnd will drive up the search results for the first echelons searches
Then more visitors.I explain how this script added to a Blogger blog
- First went to Control Panel
- And then choose the model
- Then choose to edit html

- We then search the code below </head>
<!--Remove this if you are already using any jQuery.js file--> <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js' type='text/javascript'></script> <!--End--> <script type="text/javascript"> jQuery(document).ready(function () { jQuery('a[href*="http://"]:not
([href*="http://google-analytics-wordpress.blogspot.com"])').attr('rel', 'nofollow'); jQuery('a[href*="https://"]:not(
[href*="http://google-analytics-wordpress.blogspot.com"])')
.attr("target", "_blank"); }); </script>
- Replace google-analytics-wordpress.blogspot.com with your blog and site name .
- Then we save