Reply to this topicStart new topic
> What Has More Weight ?, The actual image name or the description ?

Member

Group: Members
Joined: 4-January 07
Posts: 28
post Jan 27 2007, 02:37 PM
I'm trying to make my site appeal more to the Google and Yahoo bots (like everyone) Do the bots put more emphasis on the image name or the description of the images ? As far as ranking is concerned ??? Any help would help .. Thanks - [URL removed by moderator]

This post has been edited by Respree: Jan 27 2007, 02:44 PM
Offline Go to the top of the page

Star Member

Group Icon
Group: 1000 Post Club
Joined: 18-November 05
Posts: 1,392
From: GMT+1
post Jan 27 2007, 02:52 PM
What exactly do you mean with Image Name and Image Description?

Maybe you should post a snippet of html code (within [code] ... [/code] tags) as illustration.....
Offline Go to the top of the page

Member

Group: Members
Joined: 4-January 07
Posts: 28
post Jan 27 2007, 06:13 PM
Say you have a picture of an airplane your posting on your site ... Your trying to get ranked under the phrase "airplanes for sale" should you name the picture "Airplanes for sale 1" or name it whatever and have "airplanes for sale" in the description of the image on the website ?
Offline Go to the top of the page

Moderator/Blog Editor

Group Icon
Group: Site Admin
Joined: 18-January 05
Posts: 5,375
From: Olympia WA, USA
post Jan 27 2007, 06:23 PM
QUOTE
Say you have a picture of an airplane your posting on your site ... Your trying to get ranked under the phrase "airplanes for sale" should you name the picture "Airplanes for sale 1" or name it whatever and have "airplanes for sale" in the description of the image on the website
Only if the image could reasonably be titled "airplanes for sale." If it can, go for it. If it can't, don't put energy into trying to convince search engines that it does. If it can't, do you need an image that has a strong identity as "airplanes for sale," to help focus the page?

Build what does connect to "airplanes for sale."

You might have "piper cub for sale," "airplane sale," or any number of potential places for building a real and focused identity.

Never do things for search engines that would not make sense to humans. Aim for satisfying both with the same material.
Offline Go to the top of the page

Moderator Alumni

Group Icon
Group: Hall Of Fame
Joined: 31-August 02
Posts: 15,634
post Jan 27 2007, 06:52 PM
Images can be hard for search engines, but there are some things that you can try to do.

When you choose a file name for a picture, you can use hyphens in it, such as:

delaware-coast.jpg

With the alt attribute for the image, I think that focusing upon providing visual alternative text in the spirit of what the alt attribute is about isn't a bad idea. For instance:

HTML
<img src="http://www.example.com/images/delaware-coast.jpg" alt="View of the Delaware Coast near Dewey Beach, showing the boardwalk" height="300" width="500">


I try to take another step with some images, using captions for them. I try to keep those captions and the images together in some type of container that shows the search engine that they are related, and that might put some whitespace around the picture and caption:

Some links to pages that describe slightly different ways to do that, and present those in different ways:

Image captions on Web pages (HTML and CSS techniques)

Floatutorial (See Tutorial number 2)

There's some argument over the best way to add a caption to an image, and float the image within some text using CSS. A great blog thread that covers a lot of these issues is this one:

SimpleQuiz › Part XI › Image Floating

Regardless of which one you use, there may just be a benefit to segregating the image and caption from the rest of the text on a page with a little whitespace, from an SEO perspective. It may give that caption some added weight when a search engine tries to decide how to index an image.
Offline Go to the top of the page

Moderator Alumni

Group Icon
Group: Hall Of Fame
Joined: 31-August 02
Posts: 15,634
post Jan 27 2007, 07:56 PM
QUOTE
Regardless of which one you use, there may just be a benefit to segregating the image and caption from the rest of the text on a page with a little whitespace, from an SEO perspective. It may give that caption some added weight when a search engine tries to decide how to index an image.


I base this statement on

Document segmentation based on visual gaps

Here's some text from that document that describes how a visual gap segmenting an image and caption from the rest of text might help determine relevance:

QUOTE
[0047] Although the segmentation process described with reference to FIGS. 4-7 was described as segmenting a document based on geographic signals that correspond to business listings, the general hierarchical segmentation technique could more generally be applied to any type of signal in a document. For example, instead of using geographic signals that correspond to business listings, images in a document may be used (image signals). The segmentation process may then be applied to help determine what text is relevant to what image.


Offline Go to the top of the page

Centenarian Poster

Group: Members
Joined: 5-March 06
Posts: 110
post Jan 29 2007, 12:17 AM
QUOTE
I try to take another step with some images, using captions for them. I try to keep those captions and the images together in some type of container that shows the search engine that they are related, and that might put some whitespace around the picture and caption:


I agree.

Google seems to like text that's within 7 - 10 words radius above and below an IMG element in the source code. Any text outside of that radius (besides text in H elements, though the H should be in the same "container" as the image) are ignored.

For example, on this page:

http://quest.nasa.gov/aero/background/

which ranks first for "airplanes"

http://images.google.com/images?svnum=10&a...amp;btnG=Search

You got:

CODE

were the good and bad features of the airplanes and what needs to be improved.
        Many times, experimental concept airplanes are quite unique-looking because
        they are trying out a strange, new concept or technological advance. Most
        experimental planes, like the X-36 and X-29 pictured here have names starting
        [b]with "X" as in eXperimental.</span></p>
      <h4><a name="military"></a>Fighter/Military Airplanes</h4>[/b]
      <p><a href="images/F-15_big.jpg"><img src="images/F-15_small.jpg"

alt="F-15" align="right" hspace="4" vspace="4" width="75"

height="46"></a><a href="images/F-16_big.jpg"><img

src="images/F-16_small.jpg" alt="F-16" align="right" hspace="4"

vspace="4" width="72" height="46"></a><span class="body">There are many different
        kinds of military airplanes. Transport airplanes carry armies, equipment,
        and supplies hundreds of miles to where they are needed. Reconnaissance,
        or spy, airplanes fly secret missions to photograph enemy territory. Fighter
        airplanes were used for the first time in World War I. Today, most fighters
        have advanced computer, navigational, and weapons systems and are able


Where the IMG I'm looking at is

CODE
F-16_small.jpg


Searching for "different kinds of military airplanes", a snippet below IMG that lies within the 7~10 words radius, returns the image:

http://images.google.com/images?svnum=10&a...amp;btnG=Search

while searching for "transport airplanes", which lies outside the radius, doesn't return the image as a result:

http://images.google.com/images?svnum=10&a...amp;btnG=Search

Above the IMG element, searching "with X as in eXperimental" returns the IMG as a result:

http://images.google.com/images?svnum=10&a...amp;btnG=Search

but searching "X-29 pictured here" returns nothing:

http://images.google.com/images?svnum=10&a...amp;btnG=Search
Offline Go to the top of the page

Moderator Alumni

Group Icon
Group: Hall Of Fame
Joined: 31-August 02
Posts: 15,634
post Jan 29 2007, 12:29 AM
Very interesting analysis, halfdeck.

You've set out a nice way to explore how words around an image might influence what that image may rank for.

I'm guessing that there might be other factors, and even that there's a possibility of different amounts of words in a radius for different categories or classes of images.

For instance, might a photo for a concept rather than some tangible object use a different number of words around a picture. I don't know.

Regardless, it's nice to see that the words around a picture may be relevant to how it ranks. It's a good practice regardless of search engines.
Offline Go to the top of the page

Star Member

Group Icon
Group: 1000 Post Club
Joined: 22-May 06
Posts: 1,632
post Jan 29 2007, 06:18 AM
One thing I have noticed that affects google image results is also image size. A number of users will search for larger size images and there is normally less competition (especially with older websites which used a lot of thumbnails). Try incorporating larger images it can only help.

How about title? This I also guess should have a small additional benefit.

Yannis
Offline Go to the top of the page

Centenarian Poster

Group: Members
Joined: 5-December 05
Posts: 121
From: UK
post Jan 29 2007, 06:59 AM
I pitched against a client recently, who advise the client that renaming all his images with more applicable names (as this post suggests) would significantly improve his visibility.

Personally, from a Google Images search perspective, I can wholeheartedly see the point, however, the effect within the main SERPs imo opinion would be negligable (not saying none just fairly small).

Completely agree with Bill/Yannis btw
Offline Go to the top of the page

Member

Group: Members
Joined: 25-January 07
Posts: 21
From: Kolkata, India
post Jan 29 2007, 07:02 AM
I will prefer to use alt attribute for the images.

itswillist, it's very important to know that what your visitors are searching for. Provide them the relevant information. In course of time they will become your customer. For a while forget about search engine optimization. Think about your customers and do the requisite. Then build up a balanced site for all including search engine.

Offline Go to the top of the page
Fast ReplyReply to this topic Start new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Jump to Forum:
 
Lo-Fi Version Time is now: 9th February 2010 - 03:29 PM
Meet our Moderators: cre8pc : projectphp : sanity : Black Phoenix : bwelford : EGOL : Ruud : rustybrick : AbleReach : swainzy : joedolson: eKstreme: dazzlindonna : SEOigloo: iamlost : RisaBB
Cre8asite RSS Feed