vote up 2 vote down star
1

I'm about to refactor some content on our site to be more search friendly and it occurred to me that most of my image file names are relatively short to reduce the size of the tags in HTML and I wondered if that was the best approach. As search engines give a great deal of weight to the URL of my documents, should I give the same consideration to the file names of my images? Does it matter if I'm not interested in the images being found - only the value they add to the search weight of the documents that link to them?

flag

71% accept rate

4 Answers

vote up 2 vote down check

Oh yes! When doing an "image search", a search engine has less textual clues than when doing normal searches, so every one of the precious few textual clues that are available is going to be weighted more than it would for a normal search -- and that may well (and should) include the URLs used in <img src= links to the image.

link|flag
Would it matter if I don't care if users search for the images? Does it add relevance to the documents that link to the images? – Paul Alexander Jul 2 at 3:13
Ah, it's no doubt a very minor consideration in that case -- you might want to edit your question to clarify that it's NOT image search that you care about optimizing (though using clear names, alt= texts, image captions, etc, can't hurt, it won't be extremely high-priority in your SEO considerations). – Alex Martelli Jul 2 at 3:27
vote up 0 vote down

In general you need should name the files to describe what they are. Hopefully this will also align with your sites content. Then you should also be using alt tags to further describe what they are (which should still be inline with your sites content). This last tip is to help people with screen readers and those that need them...but this in the end will help spiders to sense that your site is what it says it is which will help you with your search rankings.

link|flag
vote up 0 vote down

No. What's important is the alt tag you use in the HTML page.

link|flag
vote up 0 vote down

It has its importance but as most factors of on page optimization, any one element has a very limited effect. It's really the sum of all the elements you optimize that create a substantial impact on your rankings in the SERPs (Search Engine Result Pages).

So, yes, if you can have images with meaningful file names, it will help your pages rank better.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.