SEO Plugin


SEO Meta Editor Advanced is the ultimate SEO plugin for wordpress-based websites. It allows you to easily create a customized Title, Description and Meta Tags for every single post or page that you create. This is extremely important from an SEO standpoint. Honestly, with very little effort, all of my wordpress-based websites with this plugin have jumped in ranking in a very short period of time. I don’t understand why wordpress was lacking in this feature, but thankfully it has it now! So, for those of you who are using my Free Website Setup service here, the plugin is already built-into your website along with all the other features. There is no need to worry about installing it or anythng like that, so the following does not apply to you. And those of you who need to download SEO Meta Editor Advanced and install it yourself on your own website, the instructions are below here. First, please take a look at what you will see below your Text box when creating a post or page:

seometaediting.png

>> DOWNLOAD SEO META EDITOR ADVANCED HERE<<

(Please note, if you are using my free website setup service, there is no need to do this as it is all built-in for you)

 


Installation Instructions:

  • First, download the zip file to your computer, extract it and then upload the meta-editor.php file to your plugins folder. Your plugins folder is located at: http://www.yourwebsite.com/wp-content/plugins/
  • Activate the Theme that you would like to use for your website, then open up the theme’s header.php file. You can do this through a FTP program or by clicking on “Theme Editor” Under Presentation.
  • You are going to be required to insert in 2 simple pieces of code - and once that is done your plugin will work. I will paste in what you need to insert - the highlighted yellow text is what needs to be inserted and rest of the normal text is what your header will have surrounding it.

<!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″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(’html_type’); ?>; charset=<?php bloginfo(’charset’); ?>” />
<?php
global $wp_query, $post;
$meta_description=get_post_meta($post->ID, “html_meta_description”,true);
$meta_keywords=get_post_meta($post->ID, “html_meta_keywords”, true);
$meta_title=get_post_meta($post->ID, “html_meta_title”, true);

if($meta_keywords)
print ‘<meta name=”Keywords” content=”‘.$meta_keywords.’” />’;
if($meta_description)
print ‘<meta name=”Description” content=”‘.$meta_description.’” />’;
?>


<?
if($meta_title)
print “<title>$meta_title</title>”;
else
{
?>
<title><?php bloginfo(’name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<?
}
?><meta name=”generator” content=”WordPress <?php bloginfo(’version’); ?>” /> <!– leave this for stats –><link rel=”stylesheet” href=”<?php bloginfo(’stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(’name’); ?> RSS Feed” href=”<?php bloginfo(’rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(’pingback_url’); ?>” />
<?php wp_head(); ?>
<script language=”JavaScript” type=”text/javascript”><!–
if (navigator.appName == “Microsoft Internet Explorer”) {
document.write (’<link href=”<?php bloginfo(’stylesheet_directory’); ?>/style_ie.css” rel=”stylesheet” type=”text/css” media=”screen” />’);
};
//–></script>
</head>
<body>
<div style=”width:100%; height:100%;” align=”center”>
<div class=”main_b”>
<div class=”table_main”>
<div class=”footer”>
<div class=”header”>
<div class=”co_name”>
<h1><a href=”<?php echo get_settings(’home’); ?>/”><?php bloginfo(’name’); ?></a></h1>
<div class=”slogan”><?php bloginfo(’description’); ?></div>
</div>

</div>
</div>
<div class=”main”>
<div class=”table”>
<div class=”table_row”>


Breakdown:

Basically, copy the first piece of highlighted yellow code - look at your header.php file and find the spot that shows this: <meta http-equiv=”Content-Type” content=”<?php bloginfo(’html_type’); ?>; charset=<?php bloginfo(’charset’); ?>” /> and place the first piece of code directly after that, starting at the next line.

Directly after that you will see this: <title><?php bloginfo(’name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> and directly after that on the next line you should place the short code snippet - and that’s it!


Questions? Need Help? Comments?

SEO Plugin Contact Form
  1. (required)
  2. (valid email required)
 

cforms contact form by delicious:days