Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is most SEO optimized image HTML code for?

Tags:

html

seo

so far i was doing it like this:

<a href="http://domain.com" title="Keyword"><img src="image.png" alt="Keyword" /></a>

Now, i discovered that images can have title attribute too:

<a href="http://domain.com" title="Keyword"><img src="image.png" alt="Keyword" title="Keyword"/></a>

Is there any other optimization i could pull off to boost image links value?

like image 466
dzhi Avatar asked Apr 28 '10 08:04

dzhi


People also ask

Which HTML tag is used to optimize SEO?

Being one of the most favorite tags of SEO pros, the <title> tag helps both users and search engines understand what a page is about. Titles are displayed as clickable headings on SERPs. It is very important for usability, search engine optimization, and social media sharing.

What is SEO optimized image?

What is image optimization? Image optimization is about reducing the file size of your images as much as possible, without sacrificing quality, so your page load times remain low. It's also about image SEO. That is, getting your product images and decorative images to rank on Google and other image search engines.

What is the best image format for SEO?

Choose The Right FormatPNG: Produces better quality images, but comes with a larger file size. JPEG: You may lose image quality, but you can adjust the quality level to find a good balance. WebP: Choose lossless or lossy compression using this, the only image format supported by both Chrome and Firefox.


1 Answers

I think that's the best you can do really, someone told me to try and make image names as descriptive as possible, for instance:

image_001.jpg --> honda_accord_2009.jpg

Granted image.png is just an example, but it might apply.

That's all I could think of.

like image 200
Ben Everard Avatar answered Sep 20 '22 12:09

Ben Everard