Showing posts with label meta tags. Show all posts
Showing posts with label meta tags. Show all posts

Saturday 12 October 2013

SEO Effect on Title,Header,Meta Tags

// siddhu vydyabhushana // 169 comments
Blogger is the one of the most popular CMS (Content Management System) which used by millions of people.So Goggle provided WEBMASTER TOOLS to which analyze our blog rankings,page views and bounce rate.In internet soo many templates are there to give look to your blog,some templates already SEO optimized some may not,by modifying the blogger template we can change our template to seo friendly.
seo effect on title,header,meta tags


 Display post title first in search results:

 

1.Goto Blogger >> Template >> Backup your Template
2.Click on Edit  Html and find the code below
<title><data:blog.pageTitle/></title>

3.Replace above code with following code

<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
 
 

2. Add Meta Tags to blogger template

3.Optimize your post tile by H2

most of the search engines show the tag h2 instead og h1, h3.so we have change the post title tag.
1.Goto Template >> Edit Html
2.Search the below code
<b:if cond='data:post.title'>
 
you will find something like below picture

optmize post title for seo

 Change h3  >> h2 as



optmize post title for seo 1
now observe your blog seo and enjoy.
Read More