How Gzip compression relates to SEO?

Hassan

New member
Joined
Nov 11, 2014
Messages
706
Points
0
Gzip compression is a effective way to speed up your site and save bandwidth. The faster your web loads, the more user friendly it will be and the more the search engines will like it.

Use:
Paste the following code into your .htaccess file
Code:
# compress text, HTML, JavaScript, CSS, and XML
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

# remove browser bugs
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
 
Newer threads
Replies
9
Views
4,371
Replies
6
Views
2,854
Replies
6
Views
4,343
Latest threads
Replies
1
Views
103
Replies
1
Views
124
Replies
1
Views
242
Replies
0
Views
253
Replies
0
Views
266
Recommended threads
Replies
5
Views
1,899
Replies
3
Views
2,391
Replies
4
Views
3,606
Replies
14
Views
4,793
Replies
29
Views
10,173
Similar threads
Replies
4
Views
2,390

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top