Skip to main content

Posts

Featured

how does base-64 encoding boost up your webpage speed....how does it affect SEO?

How does Base64 help in boosting pagespeed? The main benefit is that a webpage does not have to load an external image. Reducing the things a webpage has to load will naturally make that page faster. Here is a webpage with two images. To load this page requires four things (html, css, first image, second image) :     Here is the same webpage with base64 encoded images. To load this page requires only two things (html, css) : -------------------------------------------------------------------------------------------------------------------------- How does base64 affect SEO(search engine optimization)? The main way base64 images affect seo is that the image will not be indexed by Google. This means that the images that you base64 will not show up in Google image search, or any other search engine . Then why use it?   T here are many non important images on a page that will not affect you or your traffic if they were not indexed.

Latest posts