How Keeping Title Tags Short and Pertinent is Effective in SEO:
Recommended Reads For You:
What is a Title Tag?
Title tags is just like the chapters title of a book which tells people and search engines what your page is about.Title tags are part of the meta tags that appear at the top of your HTML inside the section of your blog/website.
Title tag Looks Like?
The title tag looks like this in your HTML code:
<title>Your Blog/Post Title Goes Here</title>
Title tags appear in a browser that uses the bar to display title tags or use the tab space as shown in figure below:
Title tags is what makes people decide whether to visit your site when it shows up in the search results. The title tag should contain important keywords to help the search engine determine what the page is about.Title tag is vitally important to your SEO strategy.To know where actually Search Engine shows title tag just view the figure given below:
Best SEO Practice to Write Title Tag:
The best SEO Practice to write title tag is to write your post title first and then your blog title same practice i am using on this blog see example below:
<title>Your Post Title | Your Blog Title</title>
To make these setting in your blogger blog just visit link below:
How to Optimize Title Tag for WordPress:
The best possible Title tag for a single wordpress blog post is the title of the post alone. The name of the blog will increase the number of keywords and it might not be related to the post content at all.So use the code below into your wordpress blog.This code will display the blog name on the home page, the post title on single post pages and the blog name plus category name for category pages.
<title><?php if (is_home () ) { bloginfo(‘name’); }elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo(‘name’); }elseif (is_single() ) { single_post_title();}elseif (is_page() ) { single_post_title();}else { wp_title(‘’,true); } ?></title>
Dear Readers if you have any query/question feel free to ask me via comment box given below. Also Follow us on social media site and share that post with your friends.
Share your views below in comment box and stay tuned for the amazing SEO Tips coming next! Peace and blessings buddies
Share your views below in comment box and stay tuned for the amazing SEO Tips coming next! Peace and blessings buddies
Post a Comment
Thanks You For FeddBack! :)