Whats better to use? title or alt tag?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VikingStar
    Confirmed User
    • Feb 2007
    • 190

    #1

    Whats better to use? title or alt tag?

    I see more and more sites using "title" tag instead of "alt" tag when inserting an image to a page, whats the difference? SEO? What is better of those two?
    .
  • u-Bob
    there's no $$$ in porn
    • Jul 2005
    • 33063

    #2
    'title' = the text your browser is supposed to show when you are hovering over the image.

    'alt' = the text your browser is supposed to show when the image couldn't be downloaded or your browser is configured to not show images...

    Comment

    • k0nr4d
      Confirmed User
      • Aug 2006
      • 9231

      #3
      title goes in <a> whereas alt goes in <img>
      Mechanical Bunny Media
      Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

      Comment

      • u-Bob
        there's no $$$ in porn
        • Jul 2005
        • 33063

        #4
        Originally posted by k0nr4d
        title goes in <a> whereas alt goes in <img>
        incorrect.

        Comment

        • TheDoc
          Too lazy to set a custom title
          • Jul 2001
          • 13827

          #5
          Title= is for the nature of a link. It describes the link you are linking to. IE: It's the title/anchor text for an image.

          It can also be used to describe a linked picture, if the picture is about the linked page. This way text around the image + the link + the relevant page match. However, I have seen no proof that this works for any SEO value.

          alt: Describes the exact picture that is being displayed. Not the linked page.
          ~TheDoc - ICQ7765825
          It's all disambiguation

          Comment

          • Bojangles
            Confirmed User
            • Apr 2007
            • 5419

            #6
            Use both?

            Comment

            • TheDoc
              Too lazy to set a custom title
              • Jul 2001
              • 13827

              #7
              May have been hard to understand:

              The link is over an image, using title tells the bot what the linked page is about.
              Code:
              <a href="#" title="my phrase"><img src="img.jpg"></a>
              An information tag used to tell what the nature of the picture is about. Mostly used for people with vision problems. The title tag will be read back to the visitor so they know what the image is about.
              Code:
              <a href="#"><img src="img.jpg"  title="my phrase"></a>
              Tells what the actual viewed picture/thumbnail is about.
              Code:
              <a href="#"><img src="img.jpg"  alt="about picture"></a>

              You can use both, use title in your a href's that link to images (not text), and use alt tags in any image with supporting text around it. So not all images need alt tags.
              ~TheDoc - ICQ7765825
              It's all disambiguation

              Comment

              • - Jesus Christ -
                Confirmed User
                • Mar 2003
                • 7197

                #8
                You're referring to the title attribute not the tag...

                The title tag is important. The title attribute is not.

                The title attribute can be added to almost any tag on a page so it would be open for major abuse if given any significant value by search engines.

                Amen

                Comment

                • TheDoc
                  Too lazy to set a custom title
                  • Jul 2001
                  • 13827

                  #9
                  Originally posted by - Jesus Christ -
                  You're referring to the title attribute not the tag...

                  The title tag is important. The title attribute is not.

                  The title attribute can be added to almost any tag on a page so it would be open for major abuse if given any significant value by search engines.
                  A title of a page and the title of a link a totally different. You could have a page/title about frogs, and link off using a title link to Cars, and the value of the anchor text will pass. It may not be the best relevant link, but it does pass value.
                  ~TheDoc - ICQ7765825
                  It's all disambiguation

                  Comment

                  • - Jesus Christ -
                    Confirmed User
                    • Mar 2003
                    • 7197

                    #10
                    Originally posted by TheDoc
                    A title of a page and the title of a link a totally different.
                    Thats what I just said.

                    Originally posted by TheDoc
                    and link off using a title link to Cars, and the value of the anchor text will pass. It may not be the best relevant link, but it does pass value.
                    huh? Anything you put in the "tittle" attribute for a link is not counted as anchor text and will not give a link any juice for that term (as far as google goes). I've tested it and so have others.

                    Amen

                    Comment

                    • - Jesus Christ -
                      Confirmed User
                      • Mar 2003
                      • 7197

                      #11
                      BTW... it doesn't ever HURT to use title attributes...

                      ..but NEVER neglect alt in favor of title.

                      Amen

                      Comment

                      • aico
                        Moo Moo Cow
                        • Mar 2004
                        • 14748

                        #12
                        Use both. Alt tag is the text that shows before and/or if the images does not load ie "Nude Pic of aico", Title tag is the text that shows up next to your cursor when you mouse over a link or image, ie "Click to see Nude Pic of aico".
                        Last edited by aico; 10-05-2008, 10:50 AM.

                        Comment

                        • - Jesus Christ -
                          Confirmed User
                          • Mar 2003
                          • 7197

                          #13
                          I see doc.. you thought I was talking to you in my original post.
                          My orginal comment was to the OP; he called it a tag in the title.

                          Amen

                          Comment

                          Working...