Urgent issues? Contact us directly at help@monitus.com or check Monitus Tools Updates.
Monitus Tools Forum  


Using it to Optimize - 2007/07/13 21:14 Great tool. I am using the extension to view my product pages and check for titles, description, and head tags. This alows me to easly view these fields and make edits in store editor real time.

It is my understanding that it is good SEO to duplicate what you have in your title tag to your H1 tag. What field should I used to do so in the Yahoo store editor?
  | | The administrator has disabled public write access.
Re:Using it to Optimize - 2007/07/13 23:26 There 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.