I'm working on
SEO for my company's home page. The contents of H* tags are always images generated by a
PHP script. The code looks like so:
- HTML: Select all
<h3><img src="functions/txtcreate.php?string=TECHNICAL DETAILS&type=1&list=true" alt="TECHNICAL DETAILS" class="i_list" /></h3>
Obviously, search engines can't read the text in the image, so I figured that if I add an "alt" attribute, then the search engines can still read the headers..... Is my assumption correct?