what is alt tag

kmkhyd2014

New member
what is alt tag recently i have started a new web site one some one was suggesting me to use alt tag.can an one tell me how to use alt tag
 
Take a time and search around the forum. As far as I know there is a thread which is addressing the same information what you are looking for. Follow the thread link.

http://www.ewebdiscussion.com/searc...f-alt-tags-in-search-engine-optimization.html

First thing is you have to keep in mind Alt is not a tag it's an attribute of IMG tag. Alt is used to optimized image. Through Alt search engine crawlers knows about image. And provide you the specific image on image search.
 
The alt attribute is used in HTML and XHTML documents to specify alternative text that is to be rendered when the element to which it is applied cannot be rendered.
 
Exactly what rashidajones said. Not to be confused with a picture's title which shows on hover. Honestly though, many times I'll make it the same. I don't know if that's considered bad form or not?
 
Alt tag is a way to tell search engines what a particular image is about. Search engines cannot understand the content in images. So we need to use alt tag to tell them that the image is about a particular topic.
Ex.: if you have an image of a software, you can use an alt tag like alt="name of the software"
You can also use relevant keywords in alt tag if you want.
 
The alt attribute is used in HTML and XHTML documents to specify alternative text (alt text) that is to be rendered when the element to which it is applied cannot be rendered.
 
Alt tag is a way to tell search engines what a particular image is about. An HTML attribute specified in the IMG tag to provide alternate text when an image on a Web page cannot be displayed.
 
An HTML attribute specified in the IMG tag to provide alternate text when an image on a Web page cannot be displayed.
Example: < img alt="This is the image description (ALT TAG)" src="link" >
 
Images are not read by Google so Alt tag is used to tell the Google what your image is about. Alt tag increases the chances of ranking your image in SERP.
 
Back
Top