Custom JSP tags library lets you provide SEO tricks.
Tag ImgTxt lets you show an image instead of simple text to your visitors,
but search engines will see only the text. For example:
<%@ taglib uri="taglib.tld" prefix="s" %> <s:ImgTxt img="your_image.png" width="486px" height="80px">it is a text description </s:ImgTxt> Tags are: ImgTxt Body tag lets you present a text for search engines and image for visitors. Tag's body describes a text. Attributes are: 1) img Describes your image
for downloading: Library: seotag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|