Friday, February 27, 2009

Optimation Blog Meta Tag Title

One way to make it easier for a blog indexed with search engines is how to install meta tag. Meta tags will be explained to the search engine more about your blog. That way, our blog will be easier for indexed by Search Engines.

And now I'll let tips optimize Meta Tags in the Title blog. At default settings, always place the code from the blog title before the code from the post title. Hmm, now I will explain how to put the code from the post title before the code of the blog title. In this way, blogs can be more easily indexed by search engines.

If you want to make it, please follow these steps.


  1. Log in with your blogger account.
  2. Click Layout -> Edit HTML.
  3. Find this code (precisely at the top).

    <title><data:blog.pageTitle/></title>

  4. Then replace the above code with the 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>


  5. Then click Save Template. Finished.



If you've been following the above steps is correct, then your blog can be very easy to be indexed by search engines. But remember! Search engines take several days to save the settings of your title meta tag.

0 comments:

Post a Comment