Home Forums Theme support meta code google master bing

This topic contains 8 replies, has 2 voices, and was last updated by  7Theme Support 7 years, 1 month ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • hi … in your theme options ( are all …the same .) for example lotus
    where i can put
    the

    <meta name=”msvalidate.01″ content=”xxxxxxxxx” />

    i have tried in the google wembaster tool.
    but not verified
    where i can put it ?
    txs

    Hi,

    we’ve tested it and on our themes it’s working without any problem, the meta tag is in the header of the website. Can you send us the link to your website, then we can take a look at the source code…

    thanks a lot

    Ok, checked the source code, but the code isn’t there. Do you use a cache plugin? But there is another problem I forgot, the Google Analytics code is in the footer, not in the header.

    I think the only solution is to open the file “header.php” and add it manually. Or you can try to find a plugin for custom meta tags for the header

    ok .. i ll open the header and put the meta tag .
    the analytics ? . what do u mean
    i have added in the form u created too insert and the visit counter is going on
    seem to be ok .
    tell me what do u suggest ? thanks a lot

    Oh, sorry, thougt you wrote the “Google Analytics field”. I think the easiest way is to add it via header.php file…

    ok i ll do .it too
    txs
    i ll put here :

    <head>

    xxxx meta of bing
    xxxx script of analytics

    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
    <link rel=”shortcut icon” href=”<?php echo load_option(“favicon”); ?>” type=”image/x-icon”>
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php //wp_get_archives(‘type=monthly&format=link’); ?><?php // this function will be produce an Validation Error. You can uncomment if you want! ?>
    <?php //comments_popup_script(); // off by default ?>
    <!–[if lt IE 9]>
    <script src=”//html5shim.googlecode.com/svn/trunk/html5.js”></script>
    <![endif]–>
    <?php wp_head(); ?>
    </head>

    I REMOVE FROM YOUR FIELS IN THE BACK END TOO?

    Hi, yes, great. And yes, you can remove it in the backend

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.