Saturday 30 March 2013

How to Write Title Tags for Individual Blog Posts on Blogger

Leave a Comment
How to Write Title Tags for Individual Blog Posts on Blogger
Search Engine Optimization (SEO) increases your Blogger blog's visibility and adding title tags to your blog increases your traffic. By placing keywords in your titles, people searching for content find your blog first. Blogger's free blogging platform doesn't automatically place the title tags first, but by editing the HTML code you can do this for yourself. You don't need to learn how to code HTML, only how to cut and paste, and then each of your individual blog posts show the page title.
  1. Log in to Blogger and click "Template" on your blog homepage.

  2. Click "Edit HTML" to makes changes to the HTML code on your Blogger blog.

  3. Search for "<title><data:blog.pageTitle/></title>" under the "<head>" tag.

  4. Highlight and replace that line of code with:

  5. <b:if cond='data:blog.pageType == "index"'>
    <title><data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageName/></title>
    </b:if>

  6. Click "Save Template" to complete the changes and "View Blog" to see the new Blogger title tag.

Use "Ctrl+F" to locate specific code quickly in your HTML.
Before editing your HTML code, save a backup of your blog with the links provided by Blogger.

0 comments :

Post a Comment

Related Posts Plugin for WordPress, Blogger...