What is image seo?
Tips to add image in blog post
Tricks to add image in blogger
Image quality for blogger
- When your image is completely done go on Google and search for image compressor. I use optimizer.
- Now upload you image there and it will compress your image.
- Now download your image.
Image size for blogger
- After your image is compress go on image resizer on google. I use ezgif.
- Upload your image in image resizer and add width=640 and height=427.
- If you are using other resizer than you can download it but if you are using ezgif than stay there for few time.
Best image format for blogger.
- If you remember than I told you not to download the image before 😉.
- Now after ajust of image width and height. You will find a down arrow near image [convert]
- Click on it and select Webp format and click on convert and download your image.
Advantages of Webp format
- It's is Google format.
- It help in ranking.
- Webp is Google friendly and can easily index by Google.
- ☺️ Webp format also help in reducing the image size.
Seo friendly image name
- Go on verexif.com upload your image there and click on remove exif.
- Automatically it will remove your meta description and automatically download
- Now your image does not contain any useless description.
Choosing best image name
Best way to upload image in blogger
Upload image in blogger
Image seo setting in blogger
- Size: XLarge
- Alt: According to image name and article
Style image in blogger
Add Effect in image in blogger
- Go on Theme=>Edit html
- search for .post-body img
- And replace with
.post-body img{codeBox}
To
.post-body img{height:auto!important; border-radius: 32px;box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;}{codeBox}
•Look over how this image style look visit
Add image lazy loading
How to add image lazy loading
- Go on Theme=>Edit html
- Search for body closing tag</body>
- Just above the </body> paster the given code.
<script>//<![CDATA[// Lazy Load(function(a){a.fn.lazyload=function(b){var c={threshold:0,failurelimit:0,event:"scroll",effect:"show",container:window};if(b){a.extend(c,b)}var d=this;if("scroll"==c.event){a(c.container).bind("scroll",function(b){var e=0;d.each(function(){if(a.abovethetop(this,c)||a.leftofbegin(this,c)){}else if(!a.belowthefold(this,c)&&!a.rightoffold(this,c)){a(this).trigger("appear")}else{if(e++>c.failurelimit){return false}}});var f=a.grep(d,function(a){return!a.loaded});d=a(f)})}this.each(function(){var b=this;if(undefined==a(b).attr("original")){a(b).attr("original",a(b).attr("src"))}if("scroll"!=c.event||undefined==a(b).attr("src")||c.placeholder==a(b).attr("src")||a.abovethetop(b,c)||a.leftofbegin(b,c)||a.belowthefold(b,c)||a.rightoffold(b,c)){if(c.placeholder){a(b).attr("src",c.placeholder)}else{a(b).removeAttr("src")}b.loaded=false}else{b.loaded=true}a(b).one("appear",function(){if(!this.loaded){a("<img />").bind("load",function(){a(b).hide().attr("src",a(b).attr("original"))[c.effect](c.effectspeed);b.loaded=true}).attr("src",a(b).attr("original"))}});if("scroll"!=c.event){a(b).bind(c.event,function(c){if(!b.loaded){a(b).trigger("appear")}})}});a(c.container).trigger(c.event);return this};a.belowthefold=function(b,c){if(c.container===undefined||c.container===window){var d=a(window).height()+a(window).scrollTop()}else{var d=a(c.container).offset().top+a(c.container).height()}return d<=a(b).offset().top-c.threshold};a.rightoffold=function(b,c){if(c.container===undefined||c.container===window){var d=a(window).width()+a(window).scrollLeft()}else{var d=a(c.container).offset().left+a(c.container).width()}return d<=a(b).offset().left-c.threshold};a.abovethetop=function(b,c){if(c.container===undefined||c.container===window){var d=a(window).scrollTop()}else{var d=a(c.container).offset().top}return d>=a(b).offset().top+c.threshold+a(b).height()};a.leftofbegin=function(b,c){if(c.container===undefined||c.container===window){var d=a(window).scrollLeft()}else{var d=a(c.container).offset().left}return d>=a(b).offset().left+c.threshold+a(b).width()};a.extend(a.expr[":"],{"below-the-fold":"$.belowthefold(a, {threshold : 0, container: window})","above-the-fold":"!$.belowthefold(a, {threshold : 0, container: window})","right-of-fold":"$.rightoffold(a, {threshold : 0, container: window})","left-of-fold":"!$.rightoffold(a, {threshold : 0, container: window})"})})(jQuery);$(function(){$("img").lazyload({placeholder:"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggcjCmc30W0uaOGY6GM0RPxmLSuyKoao2M50_DlC4c0rCwFJqRhBEeGftk70a5Whh6DKoLrbVMRh3fpncmeF8_CXLmTxmxoabB9crbpenRU7b_w1i87UdWzxe8I2433r6u5Qa9BJHaUuc7/s1600/sun.gif",effect:"fadeIn",threshold:"-50"})});//]]></script>{codeBox}
•Look over how this lazy image works visit
What is image seo?
Image seo is a seo that come under on Page SEO.
What is the benifit of image seo?
By best image seo you can easily rank #1 page on Google.
Blogger image size?
To make image seo friendly than the width should be 640 and height should be 427 in blogger.
Blogger image quality?
Your image quality should be best.it should be less than 50kb.
How to compress image with no quality loose?
.Go on image compressor.com .upload your image compress and download. .Go to ezgif and resize image into 640/427. .Now convert that image to Webp format.
How to add stylish image in blogger?
To add stylish image in blogger. .Go on your site right click and click on inspect. .By using pick option select image. .On the side you will see css option. .Now style you image as you wish. .After styling go on blogger theme and add the css on the image class.
How to add image lazy loading on blogger?
To add image lazy load option just Follow the upper step.
What is image meta description?
meta description is a image description that is automatically on the certain image and help in image seo.
How to remove image old meta description?
To remove image old meta description Go on verexif.com.