Hello,
If you go to Google Search and type in "Epicure on a Budget" you will see my site is the very first result showing. However, you only see my URL and title of blog pages..you don't see a title though, it is blank except for a bar sign, like this: |
This is the code from my header
load_theme_textdomain('uti_theme');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta http-equiv="description" content="<?php bloginfo('description'); ?>" />
Is something missing? Could that be the reason for this?