Featured Posts

FREE DOWNLOAD POCKET BOOK WORLD CUP 2010FREE DOWNLOAD POCKET BOOK WORLD CUP 2010 FREE download bundle books World Cup 2010 schedule and player roster is in your pocket. Small pocket book-sized 10 cm can be a free, without paying a penny. Free due to popularize the web author. Please...

Readmore

Wordpress : Integrating your own logo By default, most WordPress themes display a header text—usually the name of the blog blog description. This is a nice option for personal blogs. However, I personally believe displaying your own personal...

Readmore

WORDPRESS SEO TITLE TAG FOR BETTER GOOGLE INDEX Wordpress SEO title tag for CMS or wordpress-based blogs can be used without having to use the plugin. Please edit the title tag in header.php. By using this tag title then the title of the homepage more...

Readmore

Display tabs on your sidebar There are a lot of things that you can add in your blog sidebar such as Blogroll, Feedburner suscribers, categories, 125*125 pixels ads, and more. The problem is, your sidebar becomes quite lengthy which...

Readmore

About 120,000 blogs are created About 120,000 blogs are created every day. Most of them quickly die, but a few stay, grow up, and then become well known and respected places on the Web. If you are seriously interested in being in the...

Readmore

Enter your email address:

Delivered by FeedBurner

twitter facebook stuble flickr rss

WORDPRESS SEO TITLE TAG FOR BETTER GOOGLE INDEX

Posted by Ryu | Posted in Wordpress | Posted on 09-06-2010 | 1 Comments

Wordpress SEO title tag for CMS or wordpress-based blogs can be used without having to use the plugin. Please edit the title tag in header.php. By using this tag title then the title of the homepage more SEO and also on a single page. Open your Cpanel and edit header.php on your template folder
Find the code between Tag title <title> Replace your title tag with

a few code

The following code:

<title>
<?php if (is_home () ) {
bloginfo(‘name’); echo ‘ – ‘ ; bloginfo(‘description’);
} elseif ( is_category() ) {
single_cat_title(); echo ‘ – ‘ ; bloginfo(‘name’);
} elseif (is_single() ) {
single_post_title();
} elseif (is_page() ) {
bloginfo(‘name’); echo ‘: ‘; single_post_title();
} else {
wp_title(”,true);
} ?>
</title>

Looking so smooth in my blog, and I implement this code and have better google index page

Comments (1)

Some can not understand, but I believe the future will be able to understand!

Write a comment