Results 1 to 5 of 5
  1. #1
    David123 is offline Public Member
    Join Date
    August 2014
    Posts
    30
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Image format for SEO

    want to know which Image format best for SEO?

  2. #2
    MegaFreeChips's Avatar
    MegaFreeChips is offline Public Member
    Join Date
    September 2015
    Posts
    22
    Thanks
    4
    Thanked 10 Times in 9 Posts

    Default

    Google doesn't care about the image format, it depends what format is better for your image in terms of compression, size & quality.
    Just try to follow these best practices:
    properly compress to reduce size & page load as much as possible, serve scaled images on your mobile version, use proper alt text, use image sprites where needed and suitable.

  3. The Following User Says Thank You to MegaFreeChips For This Useful Post:

    FreePoker (3 December 2015)

  4. #3
    MrBinaryAff's Avatar
    MrBinaryAff is offline Public Member
    Join Date
    August 2014
    Location
    Leeds, UK
    Posts
    743
    Thanks
    200
    Thanked 231 Times in 188 Posts

    Default

    Yeah, MegaFreeChips is right, also give unique and related name to your images. Like "prague-online-casino-2015"
    My website: http://mrbinary.co.uk/

    Follow me on Twitter: https://twitter.com/MrBinaryAff
    Like my pictures on Instagram: https://instagram.com/mrbinary

  5. #4
    FreePoker is offline Private Member
    Join Date
    August 2015
    Posts
    57
    Thanks
    9
    Thanked 36 Times in 31 Posts

    Default

    I use .jpeg most of the time due to the fact that it is smaller in size, making my pages load much faster, which google and my visitors like, as MegaFreeChips said, it doesn't really matter what format you use. Use appropriate structure to your alt text though, don't make it spammy, have it related to the content. Short captions when warranted are not a bad idea either. Don't use generic images though, as I have seen plenty of sites use the same photobucket images and it just doesn't engage.

  6. The Following User Says Thank You to FreePoker For This Useful Post:

    Cash Bonus (18 January 2018)

  7. #5
    jagan is offline Public Member
    Join Date
    January 2006
    Posts
    119
    Thanks
    0
    Thanked 9 Times in 7 Posts

    Default

    .svg is scaleable format, however it does not matter, in terms of page speed, optimize your images in size, use proper compression on your server. Page speed can be increase with .htaccess code also, add this code in .htaccess and compare load speed before and after

    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
    </IfModule>


    <IfModule mod_mime.c>
    # Text
    AddType text/css .css
    AddType application/x-javascript .js
    AddType text/html .html .htm
    AddType text/richtext .rtf .rtx
    AddType text/plain .txt
    AddType text/xml .xml


    # Image
    AddType image/gif .gif
    AddType image/x-icon .ico
    AddType image/jpeg .jpg .jpeg .jpe
    AddType image/png .png
    AddType image/svg+xml .svg .svgz


    # Video
    AddType video/asf .asf .asx .wax .wmv .wmx
    AddType video/avi .avi
    AddType video/quicktime .mov .qt
    AddType video/mp4 .mp4 .m4v
    AddType video/mpeg .mpeg .mpg .mpe


    # PDF
    AddType application/pdf .pdf


    # Flash
    AddType application/x-shockwave-flash .swf


    # Font
    AddType application/x-font-ttf .ttf .ttc
    AddType application/vnd.ms-fontobject .eot
    AddType application/x-font-otf .otf


    # Audio
    AddType audio/mpeg .mp3 .m4a
    AddType audio/ogg .ogg
    AddType audio/wav .wav
    AddType audio/wma .wma


    # Zip/Tar
    AddType application/x-tar .tar
    AddType application/x-gzip .gz .gzip
    AddType application/zip .zip
    </IfModule>


    <IfModule mod_expires.c>
    ExpiresActive On


    # Text
    ExpiresByType text/css A31536000
    ExpiresByType application/x-javascript A31536000
    ExpiresByType text/html A3600
    ExpiresByType text/richtext A3600
    ExpiresByType text/plain A3600
    ExpiresByType text/xml A3600


    # Image
    ExpiresByType image/gif A31536000
    ExpiresByType image/x-icon A31536000
    ExpiresByType image/jpeg A31536000
    ExpiresByType image/png A31536000
    ExpiresByType image/svg+xml A31536000


    # Video
    ExpiresByType video/asf A31536000
    ExpiresByType video/avi A31536000
    ExpiresByType video/quicktime A31536000
    ExpiresByType video/mp4 A31536000
    ExpiresByType video/mpeg A31536000


    # PDF
    ExpiresByType application/pdf A31536000


    # Flash
    ExpiresByType application/x-shockwave-flash A31536000


    # Font
    ExpiresByType application/x-font-ttf A31536000
    ExpiresByType application/vnd.ms-fontobject A31536000
    ExpiresByType application/x-font-otf A31536000


    # Audio
    ExpiresByType audio/mpeg A31536000
    ExpiresByType audio/ogg A31536000
    ExpiresByType audio/wav A31536000
    ExpiresByType audio/wma A31536000


    # Zip/Tar
    ExpiresByType application/x-tar A31536000
    ExpiresByType application/x-gzip A31536000
    ExpiresByType application/zip A31536000


    # Webfonts
    ExpiresByType application/x-font-ttf "access plus 1 month"
    ExpiresByType font/opentype "access plus 1 month"
    ExpiresByType application/x-font-woff "access plus 1 month"
    ExpiresByType image/svg+xml "access plus 1 month"
    ExpiresByType application/vnd.ms-fontobject "access plus 1 month"


    <FilesMatch "\.(?i:css|js|htm|html|rtf|rtx|txt|xml|gif|ico|jpg |jpeg|jpe|png|svg|svgz|asf|asx|wax|wmv|wmx|avi|mov |qt|mp4|m4v|mpeg|mpg|mpe|pdf|swf|ttf|ttc|eot|otf|m p3|m4a|ogg|wav|wma|tar|gz|gzip|zip)$">
    <IfModule mod_headers.c>
    Header set Cache-Control "public, must-revalidate, proxy-revalidate"
    Header unset ETag
    </IfModule>
    </FilesMatch>
    Jagan
    ON Page SEO, Content Creation, Blogger Outreach and Brand Building Services
    Send me PM

Posting Permissions

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