Google Pagerank Update

| 2 comments

This is just a quick post about this blog's new PR. I was surprised that the Page rank for this blog went from nothing (0/10) to (1/10), not much, but I feel happy about it. Why, because it I didn't expect it. How did I do it? All I know is that what I post in this blog are the things that I usually use tweaking and optimizing my other blogs. Trying to make this blog as relevant as possible when it comes to blogging. Hopefully, it can also help other newbie bloggers out there who are looking for tips and useful tweaks for their blogs. This blog is just about four months old with a couple of post related to optimizing blog and I am pretty excited about it.

I have read from other sites that to increase your Google Page rank you should have relevant link or back links from other related sites. This is like Google giving your site a grade for its importance and it comes every 2 or 3 months, So maybe someone out there find this blog useful, thanks to you.

This is my own way of compiling the things that I encounter and learned from other great blogs and spreading it to others. So what are you waiting for, come and join me as we start blog cruising some more.

Read more... "Google Pagerank Update"

Different Meta Descriptions for each blogger post

| 1 comments

On your dashboard switch to the Edit HTML tab of your template and find this line:

<b:include data='blog' name='all-head-content'/>

You can find this just below the <head> section of your template.

Then put this code just below the <b:include data='blog' name='all-head-content'/> tag


<b:if cond='data:blog.url == "http://YOUR-BLOG-URL.com/"'>
<meta content='DESCRIPTION' name='description'/>
</b:if>


This was done to add META Tags to the main page of the blog.

To change the META Tag for each blogger post,
copy and paste this code just below the code you just added


<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageName' name='Description'/>
</b:if>


That's it, save your template and your done!

Read more... "Different Meta Descriptions for each blogger post"

Easy steps to edit blogger template

| 2 comments

1. Login to your Blogger Account. If you are managing different blog select the blog that you want to change then click Layout.
2. In Layout tab, you will be presented with Page Elements, Fonts and colors, Edit Html, Pick new Template. Click Edit Html.

3. Before editing or changing your template create a Backup first by selecting Download full template and save a copy on your hard rive. So if anything happens that you don't like you can just revert to your old template easily.

4. You can choose one of the default templates provided by Blogger by clicking on Pick New Template. Use Preview to see the new template then click the Save Template button.

5. Or, you can also download a customized template from a third party website and save the xml package to your hard drive. Apply your customized template by clicking on the Browse button look for the new XML file and click Upload.

Now preview your new template. If everything seems ok just click Save Template.

Read more... "Easy steps to edit blogger template"

My Blog List