• Resolved Trainer1

    (@trainer1)


    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)
  • Looks like there’s a function called woo_meta.
    I suspect that your theme is using some sort of option to add the meta.
    Have you looked under theme options to see if these can be added there?

    Thread Starter Trainer1

    (@trainer1)

    Christine, thanks for the reply, but I can’t see anywhere that I put in the title in the theme and I am trying to use the WordPress SEO Description and Title that I have added to each page.

    I have however seen some articles about replacing the php woo_title with ‘><?php wp_title(‘ | ‘, true, ‘right’) and also the php wp_meta() so I have done this and it appears to work. The only thing is that I have changed it in the woo theme header which means I will need to keep an eye on it for any updates.
    see article https://spoonjab.com/woothemes-and-yoast-seo-produce-double-title-separators/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Met Tags and Descriptions possible _head conflict’ is closed to new replies.