to start off the top of the page has teh name of your blog and description and inthe code there a H1 tag. I wnted to optimize each page an post so at the top would show them and the keyword im targeting would be h1 tagged not the name og my blog.
headover to the header inthe theme editor and look for this
<div id="container">
<div id="masthead">
<h1>"><?php bloginfo('name');?></h1>
<h3><?php bloginfo('description'); ?></h3>
change: <?php bloginfo('name');?> to: <?php the_title(); ?>
but now i want to figure out how to keep a static name title for the front page/ index.