Where Should You Specify Image Size

by carolm
5 replies
  • SEO
  • |
I know I should include the dimensions of images I use on my blog, but where do I add them for best fast search engines loading, and for seo advantages?
  • Is it in 'Alt'?
  • Is it only in 'Alt'?
  • Should I put image dimensions in 'Title' as well?
  • Or only in 'Title'?
Thanks in advance.
#image #size
  • Profile picture of the author jamaks
    Hi, the format I use is
    Code:
    <img src="images/image.png" width="xxxpx" height="xxxpx" alt="something about image using keyword if appropiate" />
    The actual order of placement does not matter but the width height and alt text should appear in the img src code. Hope this helps. Jim
    {{ DiscussionBoard.errors[7092332].message }}
  • Profile picture of the author bsbear
    I wouldn't even both, if you're using wordpress.
    {{ DiscussionBoard.errors[7092344].message }}
  • Profile picture of the author carolm
    Thanks people! I've got it sorted.
    {{ DiscussionBoard.errors[7095111].message }}
  • Profile picture of the author sanjayyadav
    We can specify image size in <img> tag property that are Height and Width.
    {{ DiscussionBoard.errors[7095298].message }}
  • Profile picture of the author johnasthlon
    Use this code for image

    <img src="/images/logo.jpg" alt="johnasthlon" />

    it was helpful for you.
    {{ DiscussionBoard.errors[7095308].message }}

Trending Topics