Digital Point Forums
Wire Transfer

Go Back   Digital Point Forums > Search Engines > Google
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Mar 28th 2007, 7:36 pm
BurgerKing BurgerKing is offline
Hand of A'dal
 
Join Date: Nov 2005
Posts: 300
BurgerKing will become famous soon enough
How to SEO your images for 'long tail' searches

If you post images to your blog/site then this little tip will give your ‘long tail’ Search Engine rankings a boost. Note: Though this tip is about optimising your images, this will boost your rankings in the normal Google Web Search - not just Image Search.

You should already be adding ‘alt’ and ‘title’ tags to each of your images. This tells the search engines what the picture is about. However the picture information has to compete with all the other content on the page - so why not give the pic it’s own page?

Say, for example, that you have a picture on your page (cartalk.html):


Code:
<img src=’Pics/FERRARI-SCAGLIETTI.jpg’ title=’Black ferrari 612 scaglietti’ alt=’Black ferrari 612 scaglietti’>
Add another page to your site:

Code:
<html>
<head>
<title>Black Ferrari 612 Scaglietti</title>
</head>
<body>
<h1>Black Ferrari 612 Scaglietti</h1>
<img src=’Pics/FERRARI-SCAGLIETTI.jpg’ title=’Black ferrari 612 scaglietti’ alt=’Black ferrari 612 scaglietti’>
<br>
<a href=’cartalk.html’>Back</a>
</body>
</html>
Save the page as ‘Black-ferrari-612-scaglietti.html’.

Go back to the image on cartalk.html and change it to this:

Code:
<a href=’Black-ferrari-612-scaglietti.html’><img src=’Pics/FERRARI-SCAGLIETTI.jpg’ title=’Black ferrari 612 scaglietti’ alt=’Black ferrari 612 scaglietti’></a>
So what have you done here?
  • You’ve added a highly-optimised page for the keywords ‘Black ferrari 612 scaglietti’.
  • Courtesy of the ‘Back’ anchor on the new page, when a visitor finds the new page through the search engines they can easily find the attached content page.
  • You’ve added more content to your site, and SEs love new content & big sites.

The new highly optimised page is a bit bare, and you might be tempted to ‘wrap’ it in your site’s template - but I’d hold off on that. If you add the same wrapper to all your image pages then you have a good chance of Google thinking that all the image pages are the same (as the image & description HTML will be small compared to the site template). Then you can get canned by the duplicate content filter.

You might also be thinking:

Well, that’s terrific for the search engines, but my site visitors don’t want to keep clicking the images and get basically the same pics back at them.

2 choices
  1. Give them a high-res version of the pic to look at on the optimised image page. Not always possible, so;
  2. Hide the fact that the image is actually a link.
Change

Code:
<a href=’Black-ferrari-612-scaglietti.html’>
to

Code:
<a style=”CURSOR: default” onMouseover=”window.status=”; return true” href=’Black-ferrari-612-scaglietti.html’>
That way when your visitor hovers the mouse over the image the cursor won’t turn into a hand and the status bar won’t show the href location. You could even disable the anchor through javascript if you don’t mind the extra work.

Note: This article is reprinted in full from my blog gathadams.com. Hope you find it useful.

Last edited by BurgerKing; Mar 28th 2007 at 8:15 pm. Reason: Update
Reply With Quote
  #2  
Old Mar 28th 2007, 7:39 pm
SEOBoy SEOBoy is offline
Banned
 
Join Date: Jun 2006
Location: India
Posts: 728
SEOBoy is a jewel in the roughSEOBoy is a jewel in the roughSEOBoy is a jewel in the roughSEOBoy is a jewel in the rough
Nice Article

Its surely useful.

you can find more related article on http://www.pearsonified.com
Reply With Quote
  #3  
Old Mar 28th 2007, 7:43 pm
rcj662 rcj662 is offline
Starcaller
 
Join Date: Jan 2007
Posts: 4,247
rcj662 is a jewel in the roughrcj662 is a jewel in the roughrcj662 is a jewel in the roughrcj662 is a jewel in the rough
Good tip. Very good one.
__________________
T1 prices. Cheap Dsl.
Reply With Quote
  #4  
Old Mar 28th 2007, 7:45 pm
Monty Monty is offline
of the Nightfall
 
Join Date: Jun 2006
Posts: 1,365
Monty is a name known to allMonty is a name known to allMonty is a name known to allMonty is a name known to allMonty is a name known to allMonty is a name known to all
Just few others tips regarding image optimization :

* Surround your image with pertinent text
* If your image isn't unique (i.e another instance in Google index), resize it, it will look different for SEs
* I would use a title tag different from the alt tag
* Use Google Image Labeler to help Google know what's your image is about (not sure it does help, but it might )
* Use good quality pictures, the SERP thumbnail will look nicer
__________________
Reply With Quote
  #5  
Old Mar 28th 2007, 7:51 pm
SEOBoy SEOBoy is offline
Banned
 
Join Date: Jun 2006
Location: India
Posts: 728
SEOBoy is a jewel in the roughSEOBoy is a jewel in the roughSEOBoy is a jewel in the roughSEOBoy is a jewel in the rough
Quote:
Originally Posted by Monty View Post
Just few others tips regarding image optimization :

* Surround your image with pertinent text
* If your image isn't unique (i.e another instance in Google index), resize it, it will look different for SEs
* I would use a title tag different from the alt tag
* Use Google Image Labeler to help Google know what's your image is about (not sure it does help, but it might )
* Use good quality pictures, the SERP thumbnail will look nicer
Great tips, keep 'em coming
Reply With Quote
  #6  
Old Mar 28th 2007, 7:53 pm
BurgerKing BurgerKing is offline
Hand of A'dal
 
Join Date: Nov 2005
Posts: 300
BurgerKing will become famous soon enough
SEOBoy - Cool tips, awesome avatar.
Reply With Quote
  #7  
Old Mar 28th 2007, 7:55 pm
SEOBoy SEOBoy is offline
Banned
 
Join Date: Jun 2006
Location: India
Posts: 728
SEOBoy is a jewel in the roughSEOBoy is a jewel in the roughSEOBoy is a jewel in the roughSEOBoy is a jewel in the rough
Quote:
Originally Posted by Monty View Post
Just few others tips regarding image optimization :

* Surround your image with pertinent text
* If your image isn't unique (i.e another instance in Google index), resize it, it will look different for SEs
* I would use a title tag different from the alt tag
* Use Google Image Labeler to help Google know what's your image is about (not sure it does help, but it might )
* Use good quality pictures, the SERP thumbnail will look nicer
Quote:
Originally Posted by BurgerKing View Post
SEOBoy - Cool tips, awesome avatar.
I guess you are referring Monty

Last edited by SEOBoy; Mar 28th 2007 at 8:16 pm.
Reply With Quote
  #8  
Old Mar 28th 2007, 8:05 pm
Monty Monty is offline
of the Nightfall
 
Join Date: Jun 2006
Posts: 1,365
Monty is a name known to allMonty is a name known to allMonty is a name known to allMonty is a name known to allMonty is a name known to allMonty is a name known to all
Quote:
Originally Posted by SEOBoy View Post
I would appreciate Green Reps in lieu
Green rep for what ? Quoting my post ?
__________________
Reply With Quote
  #9  
Old Mar 28th 2007, 8:08 pm
SEOBoy SEOBoy is offline
Banned
 
Join Date: Jun 2006
Location: India
Posts: 728
SEOBoy is a jewel in the roughSEOBoy is a jewel in the roughSEOBoy is a jewel in the roughSEOBoy is a jewel in the rough
Quote:
Originally Posted by SEOBoy View Post
Nice Article

Its surely useful.

you can find more related article on http://www.pearsonified.com
the link I guess

Anyways, Monty deserves a Green Rep. I have given all for today. Yours in que

My nick name is Monty too

Someone gave red rep instead....
Reply With Quote
  #10  
Old Mar 28th 2007, 8:12 pm
BurgerKing BurgerKing is offline
Hand of A'dal
 
Join Date: Nov 2005
Posts: 300
BurgerKing will become famous soon enough
Monty - sorry I stuffed up - my comment was meant for you.
Reply With Quote
  #11  
Old Dec 4th 2007, 10:41 am
mbeharry's Avatar
mbeharry mbeharry is offline
Peon
 
Join Date: Apr 2007
Location: NY, NY
Posts: 25
mbeharry is on a distinguished road
this post from dosh dosh might help: http://www.doshdosh.com/how-to-optim...-more-traffic/
Reply With Quote
  #12  
Old Dec 4th 2007, 11:42 am
corlock corlock is offline
Banned
 
Join Date: Sep 2007
Posts: 539
corlock is on a distinguished road
I've done this to all of my images...and of course, as a result, when I search for them in Google images, they always show ^_^
Reply With Quote
  #13  
Old Jun 2nd 2008, 9:22 am
mark_s mark_s is offline
Hand of A'dal
 
Join Date: Feb 2006
Posts: 494
mark_s will become famous soon enough
Quote:
Originally Posted by Monty View Post
Just few others tips regarding image optimization :
* Use Google Image Labeler to help Google know what's your image is about (not sure it does help, but it might )
Doesn't that just serve you with completely random images? Or can you actually choose to label your own specific image?
Reply With Quote
  #14  
Old Jun 2nd 2008, 7:08 pm
CommonDavid CommonDavid is offline
Hand of A'dal
 
Join Date: Apr 2008
Location: Los Angeles CA
Posts: 440
CommonDavid is on a distinguished road
Good tip and nice thread hijack
Reply With Quote
  #15  
Old Jun 3rd 2008, 2:36 am
jameskertley jameskertley is offline
Hand of A'dal
 
Join Date: Apr 2008
Posts: 281
jameskertley is on a distinguished road
gr8 tips man..thank u....
Reply With Quote
  #16  
Old Oct 4th 2008, 3:23 pm
DareDevils's Avatar
DareDevils DareDevils is offline
Hand of A'dal
 
Join Date: Mar 2008
Location: In Your Root !
Posts: 311
DareDevils is on a distinguished road
great tip dude. tnx. hope u`ll get some +rep
__________________
Muzica Noua
Reply With Quote
  #17  
Old Oct 5th 2008, 12:03 pm
Monis's Avatar
Monis Monis is offline
Grunt
 
Join Date: Jun 2008
Posts: 40
Monis is on a distinguished road
Good tips for images, really DP is the best place to gain knowledge about all SEO.
__________________
IT Outsourcing
SEO Outsourcing
Reply With Quote
  #18  
Old Oct 5th 2008, 12:08 pm
!Unreal's Avatar
!Unreal !Unreal is offline
of the Nightfall
 
Join Date: Apr 2008
Location: http://www.parfumy.com/
Posts: 1,658
!Unreal has a spectacular aura about!Unreal has a spectacular aura about
Great tips there. Thank you
__________________
Free Online Movies | Twitter |
Reply With Quote
  #19  
Old Oct 6th 2008, 12:06 am
Rasputin Rasputin is offline
of the Nightfall
 
Join Date: Mar 2006
Location: The heart of darkness
Posts: 1,505
Rasputin is just really niceRasputin is just really niceRasputin is just really niceRasputin is just really nice
well this is a very old post...but sounds like a good idea.
before I set up 1000 files for individual images, does anyone have experience of whether the pages actually get indexed and found with so litle content?
Cheers
Reply With Quote
  #20  
Old Oct 6th 2008, 12:19 am
dbm009 dbm009 is offline
Peon
 
Join Date: Aug 2008
Posts: 26
dbm009 is on a distinguished road
IMO along with alt text , you should include some kind of SEO headers/descriptions and not just pictures. For instance I had two test sites( affi. sites) one with full descriptions, image pics etc. and one with little content, just images and links. Google did not like my lil. content pics/site and actually banned my ass, lol, oh well i still drive traffic to that site so whatever. But, the other site, with descriptions, h2 Headers, Links, Permalinks, bold keywords etc. etc., ranks very high for thousands of long-tailed products...it hasn't done so great, because it covers various sport niches which are just too competitive, but none the less it has plenty of first page rankings-the site is only 6 weeks old-
The ranking is from the backlinks and the indexing, completely indexed, is from the SEO- it is a highly optimized SEO/doorway/affiliate site
__________________
mylibre
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keyword tools useless for long tail? Andyz Search Engine Optimization 2 Oct 9th 2008 3:18 am
Logging Long Tail Information mads Search Engine Optimization 22 Jul 9th 2007 11:25 am
Writing for the long tail of search Mike Levin Traffic Analysis 15 Apr 2nd 2007 8:09 am
Long Tail Keywords... Are they worth it? web2074 Google AdWords 5 Jan 9th 2007 7:44 am
Long Tail SEO Script (Millions of Pages, Millions of Hits!) affihq Scripts 17 Dec 2nd 2006 6:25 am


All times are GMT -8. The time now is 2:50 pm.