Improving SEO for Your Blog by Customizing Title Tag

Posted by Prem Godara | 11/10/2008 11:44:00 PM | , | 0 comments »

If your blog is new, you might get frustrated that not many people are visiting your blog even after you submitted your sitemap to Google.

Follow the below steps to increase SEO (Search Engine Optimization) for your blog.

1. Navigate to your Blogger's Dashboard.

2. Click "Layout" > "Edit HTML".

3. Search for the below content

<title><data:blog.pageTitle/></title>
4. Replace the above entire code to the below and save your Template.
<b:if cond='data:blog.pageType == "index"'><title><data:blog.title/> : Your Blog Title Goes Here</title>
<meta content='Add Your Description' name='Description'/>
<meta content='Add Your Keywords' name='Keywords'/><b:else/>
<b:if cond='data:blog.pageType == "archive"'><title><data:blog.title/> : Your Blog Title Goes Here</title>
<meta content='Add Your Description' name='Description'/>
<meta content='Add Your Keywords' name='Keywords'/><b:else/>
<b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/> - <data:blog.title/></title>
<meta expr:content='data:blog.pageTitle' name='Keywords'/></b:if></b:if></b:if>
5. Now, Save the template and check the title of your blog.



0 comments

Post a Comment


Your Ad Here