WordPress update from yesterday
Ok. I still haven't gotten the sitemap up yet. I'm waiting for some template changes from one of the other guys.
However, I did a little tweaking with the title tags. Here's what I put in:
<?php if (is_home()) { ?>
<title><?php bloginfo('name'); ?> | (Lot's o' keywords here)</title>
<? } else {?>
<title><?php wp_title(); ?> | <?php bloginfo('name'); ?></title>
<? } ?>
Hopefully this will help as well.
Labels: SEO, title tags, WordPress

