Re:Using it to Optimize - 2007/07/13 23:26There is no preset field in the Yahoo! Store template system for the H1 tag. However, what many merchants can do is with a simple RTML template use H1 tags for the product name title. Looking at your site, I see that you use:
<div class="itemPageTitle">XYZ item</div>
Consider redoing this as such:
<H1>XYZ Item</H1>
and style with CSS.
| | The administrator has disabled public write access.