Title Your Way To The Top
When it comes to search engine optimization there is only one thing I focus on and that is my title. Having unique title’s can possibly be one of the most effective SEO moves you can make. Just like you see in magazine’s, if you notice a catchy title you are more inclined to read. It is the same way with Google, people that are searching are more inclined to click on the link to your post title.
How do you make your post title’s more effective?
- Download the Optimal Title plugin for Wordpress. This will allow your posts to be displayed first before your website’s name. Ex. Title Your Way To The Top l CallMeStrip.com
- Add this line of code between your <title> tags in your header.php template file. Add this code will create dynamic titles automatically, which will help you become Google’s best friend.
<?php if (is_single() || is_page() || is_archive()) { wp_title(”,true); } else { bloginfo(‘description’); } ?> — <?php bloginfo(‘name’); } ?>
- Alternatively you can download the All-In-One SEO plugin and title each post and fill in the appropriate keywords

No comments yet.