Can someone please help me enter html verification code from Google in my header
-
I have read several posts in the forum on how to do this but still have had no luck pasting my google verification code into my header. It either shows up on my website at the top left corner or it doesn’t show up at all and I get an error saying it can not be found I have copied and pasted the header code below with the google code where I thought it was supposed to go. Can someone please correct me in where it is supposed to go? Sorry I am very very new a all of this and have been banging my head against word press for years now without understanding it any better than when I started:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <title><?php wp_title('?', true, 'right'); ?> <?php bloginfo('name'); ?></title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_head(); ?> <!--[if IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]--> <script type="text/javascript" language="javascript" src="<?php bloginfo('stylesheet_directory') ?>/js/func.js"></script> <link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory') ?>/images/favicon.ico" /> </head>googleeb48a48e812f03bd.html <body> <div id="page"> <div class="shell"> <div id="header"> <h1 id="logo"><a>">TSR tech support recordings</a></h1> <div class="top"> <div class="follow"> <a>" class="fb" target="_blank">?</a> <a>" class="ms" target="_blank">?</a> <a>" class="tw" target="_blank">?</a> <a>" class="yt" target="_blank">?</a> </div> <h2 class="news notext">news/updates</h2> <a>" class="rss">Subscribe</a> </div> </div> <div id="container"> <div class="btm"> <div id="main">
[In future, please wrap code in backticks]
- The topic ‘Can someone please help me enter html verification code from Google in my header’ is closed to new replies.