Which quality of images should be used in a web page so that it has a good seo??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which quality of images should be used in a web page so that it has a good seo???

when we use images in our web page....what should be it's quality and optimal size so that it does not affect it's loading time and SEO

18th Sep 2017, 2:18 PM
KUMAR SHASHWAT
KUMAR SHASHWAT - avatar
2 Answers
+ 4
Use jpg images when you mainly care about storage and loading size. (But note that their quality drops as the picture gets larger. Quality drops too each time you edit them) Use Png if you care more about quality. (The file size is not significantly higher, but it can make a difference between >1MB picture or not sometimes. ) ^ It supports transparency/alpha too, unlike jpg. tiff if you care about quality too, but its uncompressed format unlike png. So? Just use smaller jpeg for all smaller images. No one is going to notice the quality difference (to the naked eye at least) For larger images, I suggest PNG, but you still can use jpg if you see it as fine to you.
18th Sep 2017, 3:50 PM
Wen Qin
Wen Qin - avatar
0
Vector images ;) compress and serve scaled. Define image size and make sure you have an alt tag. You will see a slight increase in speed and SEO.
22nd May 2018, 2:46 PM
Derek Stockton
Derek Stockton - avatar