When I upload images onto my blog (http://schoenfeldt.com/blog) I am careful to fill out all of the fields, "Alternate text" "Caption" and "Description" I do this so that people searching for my images on any search engine's image search will find them.
The thing is, when the post is complete, the description tag, it does not show up in the page source. Where does it go? Is it just for my benefit, does it serve no purpose?
Here is an example. On this post: http://schoenfeldt.com/blog/360/weddings-from-the-archives-san-ramon-wedding-from-2004/ in the description for the images I put "Photos shot by San Francisco Photographer Alex Schoenfeldt."
Now here is one of the images in page source:
<img width="150" height="100" src="http://schoenfeldt.com/blog/wp-content/uploads/2010/03/IMG_6976-150x100.jpg" class="attachment-thumbnail" alt="Bridesmaids Help Bride Get Ready" title="IMG_6976" />
So we have the image title, "IMG_6976". We have the alternate title "Bridesmaids Help Bride Get Ready" but where is the description? Where did it go? Is this fixable?
Thanks for your help.