This Is A Sample Of Sticky Post


The Problem is: to do this trick, we must use HTML code to make up the text... But don't worry, if you are not capable with HTML Codes, there are simple and fast way to make your sticky post without learn it. Use your "New Post" to make a sample of your sticky post, set the display as close as your real post, use the Preview to check your sticky post display then copy-paste into your content collumn text add gadget.

Learn how to make this sticky post in http://doit2us.blogspot.com/2010/02/how-to-make-sticky-post-in-your-blogger.html

Showing posts with label Optimizing Post Title. Show all posts
Showing posts with label Optimizing Post Title. Show all posts

Optimized Your Blogger Blog Post With This Simple Blogger SEO Tips (Blogger Tip Trick No 2.)

>> Wednesday, November 4, 2009

If you want your Blogger blog post being optimized (be easily indexed by search engines), on each post page, your blog title has to be in this order below:

<post title>: <blog title>

But by Blogger default, when your post page is displayed, your blog title is always shown as:
 <blog title>: <post title>

So, how could we achieve that?
Below are the steps to optimize your Blogger blog post:
1. Login to your Blogger account.
2. Navigate to Layout >> Edit HTML from the Dashboard.
3. Before editing your template, please back up your template by clicking “Download Full Template“.
4. Find the code below.
<title><data:blog.pageTitle/></title>
5. Replace the above tag with the following tags:
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/>: <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
6. Click ‘Save Template

That is all...

 

  © New Blogger Tips For Us Free Blogger Template by Mc 2010.

Back to TOP