Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-25-2012, 04:17 PM   PM User | #1
Papo
New to the CF scene

 
Join Date: Jan 2012
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Papo is an unknown quantity at this point
Help with img-tag

Hi everyone,

I forehand applogise for my english (im Dutch) and this probabbly beeing a very nooby question, nontheless i need help!
I am trying to tag images so they can be found on the net. On my html page i've put an 'alt' aswell as an 'title' tag.
Here is a example: <img src="photos/thumb_image15.jpg" alt="Dropveters halssieraad" title="Dropveters halssieraad ketting" width="217" height="130">

So if i am correct the words tagged to the image are: dropveters, halssieraad ketting.
The site is online longer than a week. Still, if i search any combination of these three words nothing is found on the net.
Can anybody tell me why?

Thanks!
Papo is offline   Reply With Quote
Old 01-25-2012, 04:30 PM   PM User | #2
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
Did you submit your site map to google to let them know to index your site?
__________________
Teed
teedoff is offline   Reply With Quote
Users who have thanked teedoff for this post:
Papo (01-27-2012)
Old 01-25-2012, 08:10 PM   PM User | #3
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,447
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Do you have links to your page from other sites already listed by Google. If you don't have links from other sites then Google will not consider your page to be important enough to list.

Also the alt and title attributes are not there to tag the image for the search engines. The alt tag provides the alternate text for people who can't see the image (eg. they are blind or using a text only browser). Those people who can't see the image will 'see' the alt text instead. The title attribute is for generating a tooltip. Most browsers display the text in a yellow box when you hover the mouse over whatever tag the title is attached to. Some browsers display the text in the status bar instead so as to not cover the content you are trying to interact with. The content of those attributes should be written with these intended purposes in mind - then the search engines will make appropriate use of the information rather than blacklisting your page as soon as they identify that you are presenting junk text to your real visitors.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Old 01-27-2012, 09:42 AM   PM User | #4
Papo
New to the CF scene

 
Join Date: Jan 2012
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Papo is an unknown quantity at this point
Teed,

thank you. No site map was submitted. This is the frist thing i am going to do.

Thnx
Papo is offline   Reply With Quote
Old 01-27-2012, 09:45 AM   PM User | #5
Papo
New to the CF scene

 
Join Date: Jan 2012
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Papo is an unknown quantity at this point
Stephen,

Thank you for the info. Very educational.

Thnx.
Papo is offline   Reply With Quote
Old 01-27-2012, 12:18 PM   PM User | #6
hari2forum
New to the CF scene

 
Join Date: Jan 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
hari2forum is an unknown quantity at this point
Thumbs up

<img src="smiley.gif" alt="Smiley face" height="42" width="42" /> this is the correct code. try this.
hari2forum is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 02:42 PM.


Advertisement
Log in to turn off these ads.