October 29, 2010

Different title for every post Bloger

I know that everyone will want their blog with a high Google page rank. Why high Google page rank? The answer lies in the question itself. It is simply because "Google". Though there are various factors that will improve your page rank, one small method that will improve the page rank is proper usage of the HTML in your template.

The blogger templates are not search engine optimized that is they are not simply compatible to boost up your page rank. If you take a look at your existing Blogger title you’ll see that blogger displays the blog name first then followed by your post title. They have it backwards so let’s get your blog setup properly.


this code will add different title to every post

Follow these very simple steps and you can optimize your blog.
1. In your Blogger dashboard, go to “Layout”“Edit HTML”.
2. In the template code, do a search for the below code:




Remove this * Before using this code


    <*title><*data:blog.pageTitle/><*/title>
                               or
<*title>maybe you will see your site title here<*/title>
It’s usually in the first 5-10 lines of code in your template.
3. Replace the above code with the following code:

      <*b:include data='blog' name='all-head-content'/>
4. Save your template and go back to your blog. Click into any individual post and look at the page title. Now, your blog is search engine optimized and within few days, you will find your page rank improved provided you keep your blog alive. To improve your traffic,

August 16, 2010

How to add Unique Meta Tags to Each and Every Blog Posts?

(REMOVE THIS  *  BEFORE COPY AND PASTING CODE IN YOUR PAGE)
To do so, you have to add some pieces of code to your blogger templates.
1]First Sign in to Blogger dashboard » Layout » Edit html
and find this line

<*b:include data=’blog’ name=’all-head-content’/>
2] Now, add the below code just below the above line
<*b:if cond=’data:blog.url == “http://itcharger.blogspot.com/“‘>
<*meta content=’DESCRIPTION’ name=’description’/>
<
*meta content=’KEYWORDS’ name=’keywords’/>
Replace “itcharger.blogspot.com” with your particular blog post.
Write this code for as many posts you want like below.
If you want to add meta description for another post, for example : http://itcharger.blogspot.com-tips/how-to-remove-navbar-from-blogger/
Now, what you have to do is paste the above 3 lines below the present code and change the link,description and keywords.
So, the final code now looks something like
<*b:include data=’blog’ name=’all-head-content’/>
<*b:if cond=’data:blog.url == “http://itcharger.blogspot.com/”‘>
<*meta content=’IT Charger is an Information technology blog where you can find tips and tricks related to blogging.’ name=’description’/>
<*meta content=’blogger tips, blogger tricks, blogging tips, how to blog’ name=’keywords’/>
<*b:if cond=’data:blog.url == “http://itcharger.blogspot.com-tips/how-to-remove-navbar-from-blogger/”‘>
<*meta content=’How to Remove Navbar from Blogger Blog using simple techniques’ name=’description’/>
<*meta content=’remove navbar, delete navbar blogger’ name=’keywords’/>
Same as the above steps, you can add different meta tags to as many blog posts as you can.

September 24, 2008

How to Quickly Lock Your Computer and Use Other Windows Logo Shortcut Keys

In all of the preceding scenarios, the "Windows logo key+L" shortcut can lock the computer. If you do not have a password that is set for your user account, anyone can unlock your computer. To set a password for your user account: In Control Panel, double-click User accounts, select your user account, and then click Create a password.

You can also use the following keyboard shortcuts with a Microsoft Natural Keyboard or any other compatible keyboard that includes the Windows logo key and the Application key.

Press To
Windows logo key Display or hide the Start menu
Windows logo key+L Lock the computer
Windows logo key+BREAK Display the System Properties dialog box
Windows logo key+D Show the desktop
Windows logo key+M Minimize all windows
Windows logo key+SHIFT+M Restore minimized windows
Windows logo key+E Open My Computer
Windows logo key+F Search for a file or folder
CTRL+Windows logo key+F Search for computers
Windows logo key+F1 Display Windows Help
Windows logo key+R Open the Run dialog box
Windows logo key+U Open Utility Manager

Application key Display the Shortcut menu for the selected item
More Interesting Blogs!