Archive for Wordpress Website Design
Google Webmaster Tools Wordpress Site Verification
Posted by: | CommentsHere is the easiest the easiest way to get your site verified on Google Webmaster Tools.
Go right into Google Webmaster Tools. Add a new site. Copy the meta code that Google generates for you. Go into your Wordpress dashboard and click on appearance/editor/header.php. Open up the header and drop the code in right here:
<?php global $wp_theme_options; ?>
<!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”>
<head profile=”http://gmpg.org/xfn/11″>
Add about 5 space above and below the newly added code just in case it does not work. The code looks like this: <meta name=”google-site-verification” content=”0SeOzqrLNO_85mtc1YbqrlhjYhFg_SpDz_IxMMqlIlk” />
This has always worked for me. Never has failed!
