6 : On Page SEO : Page Load Time
A - Stay away from any Gadgets unnecessary that displays hours, or visitor .. Etc..
B - compress the pictures for the lowest possible size using the extension. Jpeg, and if necessary to view large image size, you can give a thumbnail for it , and plug it in the original image when click .
C - the last thing you think about it, is to put an audio file runs automatically when you login to your site!
D - If you are using many images in your blog, I recommend you add the following code above <head/> directly .
<script charset='utf-8' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script src='https://sites.google.com/site/addinblogger/how-to-add-in-blogger/lazyload-min.js' type='text/javascript'/>
<script charset='utf-8' type='text/javascript'>
$(function() {
$("img").lazyload({placeholder : "https://sites.google.com/site/addinblogger/how-to-add-in-blogger/grey.gif",threshold : 200});
});
</script>
This code contributes to delay loading images, it is good for pages long and full of pictures.
And you can now, through the new interface for Google Analytics to recognize - Page Load Time - accurately , and many other analysis in the list content side, and choose Site Speed SEO.



0 comments:
Post a Comment