How Using GZIP Compression Helps SEO Results

Started by kavyasharma561, 07-21-2016, 03:58:17

Previous topic - Next topic

kavyasharma561Topic starter

Hello friends,

I need to know, How Using GZIP Compression Helps SEO Results.


vpnyadav

Gzip- Compression allows your web server to provide smaller file sizes that load faster for your website users. Compression of your HTML and CSS files with gzip typically saves around fifty to seventy percent of the file size. When a request is made by a browser for a page from your site your webserver returns the smaller compressed file if the browser indicates that it understands the compression.

Gzip helps to improve website loading speed, so user experience will improve and website speed now one of the raking factor in Mobile Search.

Simply past the below code inside .htaccess file---

<IfModule mod_deflate.c>
  # Compress HTML, CSS, JavaScript, Text, XML and fonts
  AddOutputFilterByType DEFLATE application/javascript
  AddOutputFilterByType DEFLATE application/rss+xml
  AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
  AddOutputFilterByType DEFLATE application/x-font
  AddOutputFilterByType DEFLATE application/x-font-opentype
  AddOutputFilterByType DEFLATE application/x-font-otf
  AddOutputFilterByType DEFLATE application/x-font-truetype
  AddOutputFilterByType DEFLATE application/x-font-ttf
  AddOutputFilterByType DEFLATE application/x-javascript
  AddOutputFilterByType DEFLATE application/xhtml+xml
  AddOutputFilterByType DEFLATE application/xml
  AddOutputFilterByType DEFLATE font/opentype
  AddOutputFilterByType DEFLATE font/otf
  AddOutputFilterByType DEFLATE font/ttf
  AddOutputFilterByType DEFLATE image/svg+xml
  AddOutputFilterByType DEFLATE image/x-icon
  AddOutputFilterByType DEFLATE text/css
  AddOutputFilterByType DEFLATE text/html
  AddOutputFilterByType DEFLATE text/javascript
  AddOutputFilterByType DEFLATE text/plain
  AddOutputFilterByType DEFLATE text/xml
  </IfModule>
newbielink:http://www.tbi.ae/ [nonactive] | newbielink:http://www.tbi.ae/digital-marketing-dubai/ [nonactive]
  •  


TomClarke

I would like to suggest you this website http://www.mstoic.com/enable-gzip-compression-wordpress/
where you can read a great article on the topic you've been asking about.
I hope that it would be helpful for you!