Results 1 to 2 of 2

Thread: Images Expires Tags : SEO problem

  1. #1
    Join Date
    Feb 2008
    Location
    Greece
    Posts
    235

    Default Images Expires Tags : SEO problem

    I made a seo site checkup an i got this message. "Your site is not using expires headers for your images. An expires tag can help speed up the serving of your webpages for users that regularly visit your site and see the same images. Learn more about how to add expires headers to your images."

    Adding this code to .htaccess will make the server load faster :D

    Code:
    <FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css)$">
    Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
    </FilesMatch>

  2. #2
    Join Date
    May 2009
    Posts
    21

    Default

    Applied and appreciated :)
    Thanks

Similar Threads

  1. Thumbs images
    By Gilbert in forum Fixed Bugs
    Replies: 4
    Last Post: 07-07-2008, 09:10 AM
  2. Problem with TAGS
    By KikoLtd in forum General Discussions
    Replies: 5
    Last Post: 06-20-2008, 11:07 AM
  3. Static Images
    By arbie in forum Template Modifications
    Replies: 2
    Last Post: 09-16-2007, 04:16 AM
  4. retake thumb images
    By leki in forum Fixed Bugs
    Replies: 3
    Last Post: 09-14-2007, 09:06 AM
  5. Categories Images like YOUTUBE
    By matrix_france in forum Feature Requests
    Replies: 0
    Last Post: 07-11-2007, 10:34 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •