Met Tags and Descriptions possible _head conflict
-
Someone built a website for me, but when I use crawlers to check the website they indicate it has no Met Tags and Descriptions which I have added through wordpress seo plugin. I think there may be a conflict, but I am a complete novice so if you know what the problem is please keep it simple.
Content of header is below:* Header Template * * Here we setup all logic and XHTML that is required for the header section of all screens. * */ global $woo_options; ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <title><?php woo_title(); ?></title> <?php woo_meta(); ?> <link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_url' ); ?>" media="screen" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php wp_head(); ?> <?php woo_head(); ?> </head> <body <?php body_class(); ?>> <?php woo_top(); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Met Tags and Descriptions possible _head conflict’ is closed to new replies.