Thắc mắc: SEO onpage

Thảo luận trong 'SEO for XenForo' bắt đầu bởi Meo_Miu, 12/7/15.

  1. Meo_Miu

    Meo_Miu New Member

    Bài viết:
    1
    Likes :
    0
    :) em mới tham gia làm SEO có câu hỏi muốn hỏi các pro tí ai biết cách Nén tài nguyên bằng gzip hoặc giảm số lượng có thể làm giảm số byte được gửi qua mạng. hướng dẫn e chút ạ. em mới làm nên không biết rõ lắm. cảm ơn các pro nhiều lắm
     
    Đang tải...
  2. globalvision

    globalvision New Member

    Bài viết:
    9
    Likes :
    0
    Chờ xem kết quả thế nào. Giờ mình toàn dùng site thứ ba thôi
     
  3. Chodongxoai.vn

    Chodongxoai.vn Member

    Bài viết:
    236
    Likes :
    41
    Bạn tham khảo nhé

     
  4. baogiatranvmb09

    baogiatranvmb09 New Member

    Bài viết:
    12
    Likes :
    1
  5. Onapthanh

    Onapthanh New Member

    Bài viết:
    38
    Likes :
    6
    MÌnh có thuê bên mắt bão thiết kế web và có yêu cầu họ gzip data web nhưng họ không làm cho. Mình xem trên mạng thấy bảo web đã gzip thì tốc độ nhanh hơn.
     
  6. tuannb030

    tuannb030 New Member

    Bài viết:
    13
    Likes :
    2
    bạn cũng tự tạo được mà gzip tạo trong filr .ht đó . mình thử rồi cũng không khả quan cho lắm à
     
  7. LeHiep888999

    LeHiep888999 New Member

    Bài viết:
    3
    Likes :
    0
    em cũng đang quan tâm làm cái này cho web của em mà chưa biết cách và hiệu quả có đáng kể không
     
  8. chudu333

    chudu333 New Member

    Bài viết:
    14
    Likes :
    0
    Cái này mình dùng cho vào .htaccess nhé.
    Mã:
    <ifModule mod_deflate.c>
        AddOutputFilterByType DEFLATE text/* text/html text/xml text/css text/plain text/x-component text/x-js text/richtext text/xsd text/xsl
        AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml image/x-icon
        AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
        AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
        AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
        AddOutputFilterByType DEFLATE font/truetype font/opentype
        Header append Vary User-Agent env=!dont-vary
        AddOutputFilter DEFLATE js css htm html xml text
    </ifModule>
    
    
    ## module gzip
    
        SetOutputFilter DEFLATE
        ## type file compress
        AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml application/x-javascript application/x-httpd-php
        #### old browser
        BrowserMatch ^Mozilla/4 gzip-only-text/html
        BrowserMatch ^Mozilla/4\.0[678] no-gzip
        BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
        BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
        #### not compress image
        SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
        Header append Vary User-Agent env=!dont-vary
    
    
    # Expires Headers - 2678400s = 31 days
    
        ExpiresActive On
        ExpiresDefault "access plus 1 seconds"
        ExpiresByType text/html "access plus 7200 seconds"
        ExpiresByType image/gif "access plus 2678400 seconds"
        ExpiresByType image/jpeg "access plus 2678400 seconds"
        ExpiresByType image/png "access plus 2678400 seconds"
        ExpiresByType text/css "access plus 518400 seconds"
        ExpiresByType text/javascript "access plus 2678400 seconds"
        ExpiresByType application/x-javascript "access plus 2678400 seconds"
    
    
    # Cache Headers
    
        # Cache specified files for 31 days
       
            Header set Cache-Control "max-age=2678400, public"
       
        # Cache HTML files for a couple hours
       
            Header set Cache-Control "max-age=7200, private, must-revalidate"
       
        # Cache PDFs for a day
       
            Header set Cache-Control "max-age=86400, public"
       
        # Cache Javascripts for 31 days
       
            Header set Cache-Control "max-age=2678400, private"
    
     
comments powered by Disqus

Chia sẻ trang này

Đang tải...