How to write effective ALT tage

5 replies
  • SEO
  • |
Hey everybody, I am trying to seo my ecom store and somebody adviced me to give alt tags to the images, but I dont get it.

Note:I am using a procreated platform for my ecom store.

Any help will be appreciated.
#alt #effective #tage #write
  • Profile picture of the author solar
    As I know "tag" and "title" are very important for seo. You need to put some of your keywords there but you need to make sure that different images have different alts, otherwise the search engine can just ignore the website.


    pelase correct me if i am wrong.
    {{ DiscussionBoard.errors[3427498].message }}
    • Profile picture of the author Rich Struck
      Originally Posted by solar View Post

      As I know "tag" and "title" are very important for seo. You need to put some of your keywords there but you need to make sure that different images have different alts, otherwise the search engine can just ignore the website.


      pelase correct me if i am wrong.
      The title of the page is extremely important. It goes in the head of your document and looks like this...

      Code:
      <html>
      <head>
      <title>The title of your site goes here.</title>
      </head>
      You can also use title tags with links, like this...

      Code:
      <a href="http://www.whatever.com" title="descriptive text here">Link Text Here</a>
      Signature

      {{ DiscussionBoard.errors[3427516].message }}
  • Profile picture of the author Rich Struck
    The code would look like this...

    Code:
    <img src="image-name.jpg" alt="put descriptive text here">
    Signature

    {{ DiscussionBoard.errors[3427499].message }}
  • Profile picture of the author Georgech
    search engine crawlers cannot read graphic, so the alt is to tell them what the image is about. Sometimes, when the image is not properly loaded on visitors browser, they can know what the image is all about. Search engines appreciate this and much credit is given to the alt text in terms of understanding your site topic. It helps a lot for on page SEO.
    {{ DiscussionBoard.errors[3427601].message }}
  • Profile picture of the author rosesmark
    <img src="http://www.warriorforum.com/images/site_01.gif" width="264" height=" 83" alt="Warrior Forum - Internet Marketing Forums ">

    Just Sample Work
    {{ DiscussionBoard.errors[3427724].message }}

Trending Topics