Showing posts with label Google. Show all posts
Showing posts with label Google. Show all posts
Monday, August 22, 2011
Some Tricks and tips on google plus
• You can click on profile pictures to rotate through them.
• In the stream, you can click ‘j’ to navigate down to the next item or ‘k’ to navigate up.
• If you’re sharing a post with a small circle of people, you can prevent re sharing. Click the arrow at the top-right of the post and choose “Disable re share.”
• If you’re looking for more fun things in your stream, the “Incoming” stream is stuff from people who are sharing with you, but who you haven’t added to a circle.
• To add formatting to your text, use the simple trick below. (*)bold(*): Add * before and after the message.
(_)italics(_): Add _ before and after the message. (-)strike-through(-): Add – before and after the message.
Google introduce some Good tricks through google Plus, Here are some of them:
• Add a + or @ signal to mention someone specifically in a post
• Share your post with Public or Circle/Circles only. You can even share a post with an individual by typing their name or email address
• Click on the Timestamp to get the permalink (web URL) of any post
• You can edit the uploaded photos by selecting ‘Action’ and ‘Edit Photo’
• Resize the Chat Box by dragging its corner or sides
• You can mute posts by selecting ‘Mute this post’ from ‘Options Menu’ on right side of the post
• You can also do – ‘Link to this Post’, ‘Report Abuse’, ‘Block this Person’ – from ‘Options Menu’
• You can do – Edit it, Delete it, Disable comment or Disable Re sharing a post – for your posts
• Share a post or check notifications on Google+ directly from within Gmail account without opening a separate webpage for Google+.
• Unlike Facebook, you can change your Profile appearance to specific person – Input your friends username, select Edit profile, make the alterations to your profile only for that friend
We Will Come More Tricks and Tips for Google, So Keep in Touch
Monday, August 22, 2011 by Rishikesh · 0
Wednesday, July 6, 2011
Google's new social networking site, Google+, launched to much fanfare last week. The new service, currently in invite-only stage, has created a buzz with its novel sharing and group video chat features.
The social network is Google's attempt to change the quasi-monopoly Facebook has enjoyed in the social media space for the past five years. But Google+ will also have far-reaching implications for search. And while some of the details of how Google + will ultimately affect search remain unclear, here are the key areas to watch below.
Search Results
Google suspended its Realtime Search on July 4. The search feature, which displayed Twitter feeds in real time, was turned off by Google because its contract with Twitter had expired. It is clear however, that the contract was not renewed because Google plans on including their own Google+ live feed into their searches, rather than Twitter's. So while the details remain murky, you should anticipate some iteration of Google +'s live feed displayed alongside search results in the near future.
Brand pages
Google has said that their social network is not ready to support brand pages or profiles yet. Obviously, if it wants a chance to compete with the likes of Facebook, the company will have to offer brands a compelling profile or page to communicate with their followers. What kind of platform Google+ intends to offer brands is yet to seen.
URLs
Unlike Facebook, you can't yet claim your URL within Google+. This may be connected to the fact that the company hasn't rolled out brand pages yet, but either way, you'll have to wait until you can start printing your Google+ URL on your business cards.
Sparks Rankings
Sparks is Google+'s personalized content aggregator. Users can pick themes (such as cooking or cycle-cross, for example), and have content streamed to their profiles.
The SEO community is abuzz trying to decipher how, exactly, one would increase their chances of getting their content into Sparks. Some have speculated that the process is akin to getting on top of Google News pages. Barry Schwartz of seroundtable.com posted a reply from a Google exec saying that Sparks is "still very much in flux and being further expanded and tuned." Therefore, the SEO community continues to wait.
Posts
Google indexes public posts from Google+, maknig them available in search results, both when you are logged in and logged out of Google+. Private posts do not currently show up in Google search. Google+ also indexes all comments made on public posts, which will undeniably hold substantial SEO weight.
Overall, Google+ has a lot of sharing to do about how, exactly, it intends to rank content.
If there is one main takeaway of the implications Google+ has on SEO however, it is that real users, not keyword-and-link-seeking robots, will increasingly rank and share content. A recent study highlighted the fact that Facebook usage is actually usurping time spent on the search-based internet. Without a doubt, Google+, with its built-in content aggregators through Sparks, will take us one step further to understanding the Internet not as centered around content, but around relationships.
The social network is Google's attempt to change the quasi-monopoly Facebook has enjoyed in the social media space for the past five years. But Google+ will also have far-reaching implications for search. And while some of the details of how Google + will ultimately affect search remain unclear, here are the key areas to watch below.
Search Results
Google suspended its Realtime Search on July 4. The search feature, which displayed Twitter feeds in real time, was turned off by Google because its contract with Twitter had expired. It is clear however, that the contract was not renewed because Google plans on including their own Google+ live feed into their searches, rather than Twitter's. So while the details remain murky, you should anticipate some iteration of Google +'s live feed displayed alongside search results in the near future.
Brand pages
URLs
Unlike Facebook, you can't yet claim your URL within Google+. This may be connected to the fact that the company hasn't rolled out brand pages yet, but either way, you'll have to wait until you can start printing your Google+ URL on your business cards.
Sparks Rankings
Sparks is Google+'s personalized content aggregator. Users can pick themes (such as cooking or cycle-cross, for example), and have content streamed to their profiles.
The SEO community is abuzz trying to decipher how, exactly, one would increase their chances of getting their content into Sparks. Some have speculated that the process is akin to getting on top of Google News pages. Barry Schwartz of seroundtable.com posted a reply from a Google exec saying that Sparks is "still very much in flux and being further expanded and tuned." Therefore, the SEO community continues to wait.
Posts
Overall, Google+ has a lot of sharing to do about how, exactly, it intends to rank content.
If there is one main takeaway of the implications Google+ has on SEO however, it is that real users, not keyword-and-link-seeking robots, will increasingly rank and share content. A recent study highlighted the fact that Facebook usage is actually usurping time spent on the search-based internet. Without a doubt, Google+, with its built-in content aggregators through Sparks, will take us one step further to understanding the Internet not as centered around content, but around relationships.
Wednesday, July 6, 2011 by Rishikesh · 0
Friday, June 24, 2011
To learn how to do it simple follow up:
Choosing a Font Style and Embedding the Font
- Go To Google Font Previewer
- Choose Your selected font style and then copy the first line of code as shown below,
This line will look similar to the one below,
<link href=http://fonts.googleapis.com/css?family=Aclonica:regular
rel="stylesheet" type="text/css" >
You will have to add a back slash "/" at the end of the above link like this,
<link href=http://fonts.googleapis.com/css?family=Aclonica:regular
rel="stylesheet" type="text/css" />
3. Go To Blogger > Design > Edit HTML
4. Backup your template
5. Search For </head> and just above it paste the code you copied from Font previewer like this,
<link href=http://fonts.googleapis.com/css?family=Aclonica:regular
rel="stylesheet" type="text/css" />
</head>
6. Save your template and follow the next part of the tutorial.
After you have embedded the font in your templates, you will have to apply the effects to selected areas of your blog like Header Title, Post title and Sidebar. To do that follow the steps below,
How To Style Post Titles in Blogger?
- Go To Blogger > Design > Edit HTML
- Backup your template
- Search For the following code in blue,
.Post h3 {
....
...
.... }
4. Inside the above code you will find this line or a similar one,
.Post h3 {
....
font-family: arial, verdana;
.... }
5. Simply replace it with the Second Line which you can get from the font previewer
Like this,
.Post h3 {
....
font-family: 'Aclonica', serif;
.... }
6. Hit Save and you are done!
7. Preview your blog to see your Post titles appearing beautifully!
How To Style Sidebar Titles in Blogger?
All steps are same as we discussed for post titles. Here instead of searching for .post h3, search for,
.Sidebar h2{
....
...
.... }
and replace the font-family with your Second Line of Code like this,
.Sidebar h2 {
....
font-family: 'Aclonica', serif;
.... }
Save your template to see the effect.
Ps: Since the CSS coding for each template may differ so feel free to ask me for any help if needed. Have Fun!
Friday, June 24, 2011 by Rishikesh · 0
Wednesday, June 15, 2011
Google Font Previewer Tricks
For making things as simple as possible I would first discuss in detail some important things about this excellent Font Previewer tool provided by Google itself. We will use this tool to produce our desired embeddable code and CSS code. For this reason I have divided this article in two parts. Part- 1 will let you know how to properly use Google Font Previewer and Part- 2 will involve the use of these fonts in different parts of your Blogger template so keep track of both parts.
This is how Google Font Previewer looks like,
As you can see that there is a Tools menu at your left and the display at right. You set the options to create your custom font. You can change everything through this tool except the color. Once you have set your preferred text you just need to copy the embedding code which appears below the display like this,
<link href="//fonts.googleapis.com/css?family=Lobster:regular"
rel="stylesheet" type="text/css" >
This embedding code can be edited in many ways to make the text appear bold, regular or italic but when you have CSS then why bother disturbing the HTML? :)
and just below this code appears the CSS code which looks like this,
<style> body { font-family: 'Lobster', serif; font-size: 36px; font-style: normal; font-weight: 400; text-shadow: none; text-decoration: none; text-transform: none; letter-spacing: 0em; word-spacing: 0em; line-height: 1.2; } </style>
The blue part is what that will be used in Part- 2 of this tutorial. This CSS code is the most important part and even if you don’t use the Google Font Previewer you can easily customize the Custom Font using this CSS. Now how would you use these custom fonts in blogger? So create your custom Font with your preferred look and feel and keep the embeddable code and blue part for Part- 2.
How To Embed Google custom Fonts in Blogger?
The method is simple. Do this,
- Go To Blogger > Design > Edit HTML
- Backup your Blogger Templates
- Search for </head>
- Just above it paste the embeddable code that you copied from Font Previewer with one adjustment. By default the embeddable code ending tag is not closed and it looks like this,
<link href="//fonts.googleapis.com/css?family=Lobster:regular"
rel="stylesheet" type="text/css" >
You must add a back slash at the end like this,
<link href="//fonts.googleapis.com/css?family=Lobster:regular"
rel="stylesheet" type="text/css" />
You can add as many embeddable fonts as you wont. You just need to end each code with a closing tag.
Now how would you use this font in Blogger posts, titles, block quotes, sidebars, headers, footers and how would you further customize the font, all this will be shared in Part –2 so keep in touch. I have shared below the embeddable codes of some of the best fonts available which will be required in Part –2. The list below will help you use the best fonts for yourself and would save your time too. So here we go,
1. Fontdiner Swanky
<link href="//fonts.googleapis.com/css?family=Fontdiner+Swanky:regular"
rel="stylesheet" type="text/css" />
2. Geo
<link href="//fonts.googleapis.com/css?family=Geo:regular"
rel="stylesheet" type="text/css" />
3. Homemade Apple
<link href="//fonts.googleapis.com/css?family=Homemade+Apple:regular"
rel="stylesheet" type="text/css" />
4. UnifrakturCook
<link href="//fonts.googleapis.com/css?family=UnifrakturCook:regular"
rel="stylesheet" type="text/css" />
5. Irish Growler
<link href="//fonts.googleapis.com/css?family=Irish+Growler:regular"
rel="stylesheet" type="text/css" />
6. Orbitron
<link href="//fonts.googleapis.com/css?family=Orbitron:regular"
rel="stylesheet" type="text/css" />
7. Permanent Marker
<link href="//fonts.googleapis.com/css?family=Permanent+Marker:regular"
rel="stylesheet" type="text/css" />
8. Rock Salt
<link href="//fonts.googleapis.com/css?family=Rock+Salt:regular"
rel="stylesheet" type="text/css" />
9. Slackey
<link href="//fonts.googleapis.com/css?family=Slackey:regular"
rel="stylesheet" type="text/css" />
10. Sniglet
<link href="//fonts.googleapis.com/css?family=Sniglet:regular"
rel="stylesheet" type="text/css" />
11. Tangerine
<link href="//fonts.googleapis.com/css?family=Tangerine:regular"
rel="stylesheet" type="text/css" />
12. Kenia
<link href="//fonts.googleapis.com/css?family=Kenia:regular"
rel="stylesheet" type="text/css" />
13. Kranky
<link href="//fonts.googleapis.com/css?family=Kranky:regular"
rel="stylesheet" type="text/css" />
14. Lobster
<link href="//fonts.googleapis.com/css?family=Lobster:regular"
rel="stylesheet" type="text/css" />
15. Luckiest Guy
<link href="//fonts.googleapis.com/css?family=Luckiest+Guy:regular"
rel="stylesheet" type="text/css" />
16. Mountains of Christmas
<link href="//fonts.googleapis.com/css?family=Mountains+of+Christmas:regular"
rel="stylesheet" type="text/css" />
17. IM Fell English SC
<link href="//fonts.googleapis.com/css?family=IM+Fell+English+SC:regular"
rel="stylesheet" type="text/css" />
18. Allerta Stencil
<link href="//fonts.googleapis.com/css?family=Allerta+Stencil:regular"
rel="stylesheet" type="text/css" />
19. Cherry Cream Soda
<link href="//fonts.googleapis.com/css?family=Cherry+Cream+Soda:regular"
rel="stylesheet" type="text/css" />
20. Chewy
<link href="//fonts.googleapis.com/css?family=Chewy:regular"
rel="stylesheet" type="text/css" />
21. Coda
<link href="//fonts.googleapis.com/css?family=Coda:regular"
rel="stylesheet" type="text/css" />
22. Coming Soon
<link href="//fonts.googleapis.com/css?family=Coming+Soon:regular"
rel="stylesheet" type="text/css" />
23. Covered By Your Grace
<link href="//fonts.googleapis.com/css?family=Covered+By+Your+Grace:regular"
rel="stylesheet" type="text/css" />
24. Droid Serif
<link href="//fonts.googleapis.com/css?family=Droid+Serif:regular"
rel="stylesheet" type="text/css" />
25. Corben
<link href="//fonts.googleapis.com/css?family=Corben:regular"
rel="stylesheet" type="text/css" />
Wednesday, June 15, 2011 by Rishikesh · 1
Tuesday, June 14, 2011
Google AdSense is definitely at the top of the stack, if you want to make money online and is the leader in online advertising. But for some people to get approved for this program is difficult. Or perhaps some publishers have had the misfortune to be banned Google Adsense due to some reason.
This message can come to your rescue, because it offers the best of the many advertising opportunities on the Internet. I have listed some of the best advertising opportunities that you can use, although these are only suggestions.
Bidvertiser.com: He is a professional network of contextual advertising. It is very similar to Google AdSense. One thing I liked most about it is, Bidvertiser displays high paying ads first, then the rest. allows you to generate good revenue.
Adbrite.com: You can set your advertising prices on a weekly, monthly, etc. With a variety of ad formats you can choose one of the formats to suit the design of your blog.
Chitika.com: It 's a CPC ad network. All publishers, Chitika is an easy to use the platform to get daily ad revenue. They also allow you to add advertising to the RSS feed. Customize your PayPal payment and the right mix of advertising Chitka operates one of the best Adsense alternatives.
Yahoo Publisher Network: Yahoo is currently playing and trying to catch Google released its own ad hoc service. This promises to be an excellent alternative to Google Adsense, but the reality is likely to be a mere copy of the same restrictive conditions as Google, including the minimum $ 100 per payment. Although I have never used YPN, but if you look at all the major Internet brand and has gained a certain reputation.
Kontera.com: It is a leading provider of in-text advertising for your website, providing state of the art content-targeted ads. pay by Kontera advertising solutions on top. There are over 140 million unique users per month on the Kontera network. TWC using Kontera for its advertisements in the text.
Infolinks.com: There is another line of text ads in the programs with PayPal payment option, free MasterCard Pioneer, relevant text ads online is the best option to choose from. Kontera blog for some can do well, but for some Infolinks can do well, so it's only a matter of choice what you choose and a matter of luck if it proves to be an opportunity for you.
BuySellAds.com: This is the best and well-paid advertising, you can choose instead of Google Adsense. It works on tender offers advertisers for advertising space on your blog. Here you choose the price for each banner that you place so you can get a good chance of winning a prize from here. To obtain a permit to BuySellAds, your site has a decent traffic. For me, the BSA works like a charm, and helped me to maximize my income.
Clicksor.com: Provides the ability for webmasters to earn extra income simply by highlighting the selection of clickable text (inline text links), and display targeted ads targeted to different sizes of banners on their websites or blogs.
TribalFusion.com: This is another ad network paying. But they require that the site must have a minimum of 500,000 unique visitors per month, after which it is out of reach for most bloggers.
LakeQuincy.com: Lake Quincy Media is the developer of a network of content sites include more than one hundred and ninety Microsoft technology-focused sites. This is a project in code project is one of the largest development community in the world, consisting of professional developers, development managers and architects are seven million registered users and growing! There are different advertising options to suit your advertising needs. Banners, newsletters, dog-ears, eblasts and more!
If you feel you need to explore more opportunities, yes, you can always go further and explore other ways to earn money from your blog. This list contains more than 180 adsense alternative sources which contains everything from CPM, CPA, CPL, CPC, procurement networks, contextual advertising programs and affiliate networks.
To me, these 10 are the best ways to earn money from AdSense on your site! But I'd love to hear your experience and what you have to say.
This message can come to your rescue, because it offers the best of the many advertising opportunities on the Internet. I have listed some of the best advertising opportunities that you can use, although these are only suggestions.
Bidvertiser.com: He is a professional network of contextual advertising. It is very similar to Google AdSense. One thing I liked most about it is, Bidvertiser displays high paying ads first, then the rest. allows you to generate good revenue.
Adbrite.com: You can set your advertising prices on a weekly, monthly, etc. With a variety of ad formats you can choose one of the formats to suit the design of your blog.
Chitika.com: It 's a CPC ad network. All publishers, Chitika is an easy to use the platform to get daily ad revenue. They also allow you to add advertising to the RSS feed. Customize your PayPal payment and the right mix of advertising Chitka operates one of the best Adsense alternatives.
Yahoo Publisher Network: Yahoo is currently playing and trying to catch Google released its own ad hoc service. This promises to be an excellent alternative to Google Adsense, but the reality is likely to be a mere copy of the same restrictive conditions as Google, including the minimum $ 100 per payment. Although I have never used YPN, but if you look at all the major Internet brand and has gained a certain reputation.
Kontera.com: It is a leading provider of in-text advertising for your website, providing state of the art content-targeted ads. pay by Kontera advertising solutions on top. There are over 140 million unique users per month on the Kontera network. TWC using Kontera for its advertisements in the text.
Infolinks.com: There is another line of text ads in the programs with PayPal payment option, free MasterCard Pioneer, relevant text ads online is the best option to choose from. Kontera blog for some can do well, but for some Infolinks can do well, so it's only a matter of choice what you choose and a matter of luck if it proves to be an opportunity for you.
BuySellAds.com: This is the best and well-paid advertising, you can choose instead of Google Adsense. It works on tender offers advertisers for advertising space on your blog. Here you choose the price for each banner that you place so you can get a good chance of winning a prize from here. To obtain a permit to BuySellAds, your site has a decent traffic. For me, the BSA works like a charm, and helped me to maximize my income.
Clicksor.com: Provides the ability for webmasters to earn extra income simply by highlighting the selection of clickable text (inline text links), and display targeted ads targeted to different sizes of banners on their websites or blogs.
TribalFusion.com: This is another ad network paying. But they require that the site must have a minimum of 500,000 unique visitors per month, after which it is out of reach for most bloggers.
LakeQuincy.com: Lake Quincy Media is the developer of a network of content sites include more than one hundred and ninety Microsoft technology-focused sites. This is a project in code project is one of the largest development community in the world, consisting of professional developers, development managers and architects are seven million registered users and growing! There are different advertising options to suit your advertising needs. Banners, newsletters, dog-ears, eblasts and more!
If you feel you need to explore more opportunities, yes, you can always go further and explore other ways to earn money from your blog. This list contains more than 180 adsense alternative sources which contains everything from CPM, CPA, CPL, CPC, procurement networks, contextual advertising programs and affiliate networks.
To me, these 10 are the best ways to earn money from AdSense on your site! But I'd love to hear your experience and what you have to say.
Tuesday, June 14, 2011 by Rishikesh · 3
Friday, June 3, 2011
Google announced they are changing the “i” link found in the Google AdSense ads to “AdChoices.”
The change is to comply with the online advertising industry’s Self-Regulatory Program for Online Behavioral Advertising. It will allow Google “to more proactively give users notice and choice about the ads they see.” Google explained:
Here are some pictures:
“i” not expanded:

“i” expanded:
New “AdChoices”:

Old Way in 2005:
The change is to comply with the online advertising industry’s Self-Regulatory Program for Online Behavioral Advertising. It will allow Google “to more proactively give users notice and choice about the ads they see.” Google explained:
Just like before, users who click on the “AdChoices” label will be taken to a page where they can learn more about online advertising and the ads they’ve just seen. This page will also provide a link to the Ads Preferences Manager, where users can control the types of interest-based ads they see. Our tests of this new icon and label showed that they should not have any effect on ad performance. We think this rollout will help users better understand the ads they’re seeing, and we look forward to seeing widespread adoption of this label throughout the industry.This is nothing really new, except the label change. Google has allowed users to report bad ads via that link since 2005.
Here are some pictures:
“i” not expanded:
“i” expanded:
New “AdChoices”:
Old Way in 2005:
Friday, June 3, 2011 by Rishikesh · 4
Thursday, June 2, 2011
How to build a successful Google Adsense income blog? Google Adsense is still the #1 revenue sharing network that many bloggers can earn a living with. There are no other best alternatives to Google Adsense in the PPC industry. That is why most of big bloggers like Quick Online Tips are still placing adsense on this blog.
However, not many publishers can earn much from Google Adsense even though they are good at marketing or SEO. Where are the main reasons? Yes, there are many factors that affect your adsense earnings that you might have missed.
Here are some key factors that can help you build a successful adsense income blog:
1. Targeted Traffic
Yes, traffic does matter and you will have to drive a huge amount of traffic to your sites in order to make Google AdSense worth your time and effort. There are many ways to drive traffic to your blog in order to increase your adsense earning. Commenting or guest blogging is also a great way to get your blog much exposed to the public. You should do this on regular basis to maintain high volume of traffic.
If you are good at SEO or keywords analysis, you know what to do to drive more organic traffic to your blogs. But, you should keep an eye on the top trending keywords or at least high paying keywords. You can use Google Keywords Tool to see how much a keyword is bid by advertisers.
Another thing you should consider is to create as many sites on different topics as you can. They should not be autoblogs but real sites with efforts. Several sites are always better than one site.
2. High paying niches
The highest paying niche is also another factor for AdSense success. If all of your sites focus on low paying keywords, your income is very low. You should think about other sources of income like affiliate marketing.
With only 5 cents per click and 200 clicks per month, can you live on? I do not think so. That is why you need to think about highest paying niches that have higher bid from advertisers. You can easily do this by using Google Keywords Tool to research.
3. Right Ad units placement
Many bloggers would like to save space for other things and move Adsense ads down to the bottom of the page or somewhere that is hard to draw attention of readers. It is a big mistake as no one can click on your ads if they do not see it.
However, placing too many ads on a page that cannot get your contents distinguished, can lead to invalid clicks and your account is in danger of termination too. Therefore, be creative in placing your Adsense ads in appropriate ways.
4. Fresh content
Do not write about what people have mentioned many times. If your blog ranking is low, duplication of topic or content will not help you rank higher in SERPs.
So, choosing a new and fresh content to write about is a smart approach. This will help your content stand out in the crowded niche.
5. Your invested time
If you are thinking about something like autoblogs or autopilot models, my advice is that you should quit making money online with Adsense this way. Your account can sooner or later be disabled for duplicate contents.
The most important success factor for AdSense is how much time and effort you are willing to put into it. The less time you put into it, the less success you will have. The more you put into it, the more success you have!.
6. Using Adsense Multiple Palettes
If your readers are returning ones and Adsense ads are too familiar with them, try to refresh their mind by using different ad units or choosing the multiple colour palettes.
Your adsense ads will change whenever readers open new posts or refresh the pages. The ads new colour will draw more attention from readers too. And, your Adsense ads will likely get more clicks.
7. Listen to Google suggestions
Google usually shares great tips with its publisher either on its blog or forum. You should pay attention to their advice to optimize your Adsense revenue. There are many great tips shared recently and many bloggers reported that they have improved their earnings from Google’s suggestions. Why not you?
If you are serious about making money online with Google Adsense, you should work hard and pay attention to 7 key factors that can help you build a successful Adsense income blog.
However, not many publishers can earn much from Google Adsense even though they are good at marketing or SEO. Where are the main reasons? Yes, there are many factors that affect your adsense earnings that you might have missed.
Here are some key factors that can help you build a successful adsense income blog:
1. Targeted Traffic
Yes, traffic does matter and you will have to drive a huge amount of traffic to your sites in order to make Google AdSense worth your time and effort. There are many ways to drive traffic to your blog in order to increase your adsense earning. Commenting or guest blogging is also a great way to get your blog much exposed to the public. You should do this on regular basis to maintain high volume of traffic.
If you are good at SEO or keywords analysis, you know what to do to drive more organic traffic to your blogs. But, you should keep an eye on the top trending keywords or at least high paying keywords. You can use Google Keywords Tool to see how much a keyword is bid by advertisers.
Another thing you should consider is to create as many sites on different topics as you can. They should not be autoblogs but real sites with efforts. Several sites are always better than one site.
2. High paying niches
The highest paying niche is also another factor for AdSense success. If all of your sites focus on low paying keywords, your income is very low. You should think about other sources of income like affiliate marketing.
With only 5 cents per click and 200 clicks per month, can you live on? I do not think so. That is why you need to think about highest paying niches that have higher bid from advertisers. You can easily do this by using Google Keywords Tool to research.
3. Right Ad units placement
Many bloggers would like to save space for other things and move Adsense ads down to the bottom of the page or somewhere that is hard to draw attention of readers. It is a big mistake as no one can click on your ads if they do not see it.
However, placing too many ads on a page that cannot get your contents distinguished, can lead to invalid clicks and your account is in danger of termination too. Therefore, be creative in placing your Adsense ads in appropriate ways.
4. Fresh content
Do not write about what people have mentioned many times. If your blog ranking is low, duplication of topic or content will not help you rank higher in SERPs.
So, choosing a new and fresh content to write about is a smart approach. This will help your content stand out in the crowded niche.
5. Your invested time
If you are thinking about something like autoblogs or autopilot models, my advice is that you should quit making money online with Adsense this way. Your account can sooner or later be disabled for duplicate contents.
The most important success factor for AdSense is how much time and effort you are willing to put into it. The less time you put into it, the less success you will have. The more you put into it, the more success you have!.
6. Using Adsense Multiple Palettes
If your readers are returning ones and Adsense ads are too familiar with them, try to refresh their mind by using different ad units or choosing the multiple colour palettes.
Your adsense ads will change whenever readers open new posts or refresh the pages. The ads new colour will draw more attention from readers too. And, your Adsense ads will likely get more clicks.
7. Listen to Google suggestions
Google usually shares great tips with its publisher either on its blog or forum. You should pay attention to their advice to optimize your Adsense revenue. There are many great tips shared recently and many bloggers reported that they have improved their earnings from Google’s suggestions. Why not you?
If you are serious about making money online with Google Adsense, you should work hard and pay attention to 7 key factors that can help you build a successful Adsense income blog.
Thursday, June 2, 2011 by Rishikesh · 0
Google +1 (pronounced “plus one”) is a recommendation button somewhat similar to Facebook like button. Both of them show friends that recommended your post. But while Facebook Like button shows them under the Like button in your post, Google +1 shows them under your post in Google search results.
This tutorial will show you how to add a Google +1 button to every blog post in a Blogger blog. It lets your readers recommend your posts to their Google friends right from your blog post.
This button will +1 the containing post, regardless the page you are at. It will work on both multi-post pages (home page, archive etc.) and individual/post page etc. You will have an option whether to include a counter or not.
Let us proceed with the tutorial:
This tutorial will show you how to add a Google +1 button to every blog post in a Blogger blog. It lets your readers recommend your posts to their Google friends right from your blog post.
This button will +1 the containing post, regardless the page you are at. It will work on both multi-post pages (home page, archive etc.) and individual/post page etc. You will have an option whether to include a counter or not.
Let us proceed with the tutorial:
- Go to Dashboard > Design > Edit HTML.
- Back up your template.
- Tick the Expand Widget Templates check box on top right of the HTML window.
- Find the following code in your HTML, this is the code for your post content:
<data:post.body/> - Paste the +1 button code immediately below (after) it:
<!-- Google +1 button Start -->
<b:if cond='data:blog.pageType != "static_page"'>
<p></p>
<div style='float:left;padding:10px;'>
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
<g:plusone expr:href="data:post.url" size="standard" count="true"></g:plusone>
</div>
</b:if>
<!-- Google +1 button End --> - Configure button
You can configure by changing the attributes in line 5.
- Select the size of button by replacing the value of size attribute with a value from the table below.
| Button size (with count) | Value |
small | |
medium | |
standard | |
tall |
- You can remove the count by changing the value of count attribute from true to false.
7. Button repositioning
The code above positions the button on bottom left of each post. You can change the positioning if you wish.
The code above positions the button on bottom left of each post. You can change the positioning if you wish.
- Position it on top of post
Place the button code before (instead of after) <data:post.body/>. - Position it on the right
Change the float in line 4 from left to right.
8. Displaying button on static pages
The code above doesn't display the button on static pages. To make it appear on static pages as well, remove the conditional tag -code line 2 and 7.
The code above doesn't display the button on static pages. To make it appear on static pages as well, remove the conditional tag -code line 2 and 7.
9. Preview before saving.
Enjoy!
by Rishikesh · 0
Monday, February 28, 2011
Google Talk keyboard shortcuts and tricks
* Change the font size – While holding the control key, move the scroll wheel on your mouse either up or down. This trick works while being focused in either the read or write area.
* Insert line breaks - If you want to have a message that spans multiple paragraphs, just hold shift and hit enter. You can add as many new lines as you want to create.
* Bold Text – To write something bold, you can use an asterisk before and after the word, like *this* .
* Italic Text – To use italics, use an underscore before an after the word, like _this_ .
* Switch windows – Hitting tab will cycle through open windows. It will select minimized conversations, to expand them just hit enter. If you just want to cycle through IM’s and don’t care about the buddy list, control-tab will do that and will automatically expand a minimized conversation if you settle on one.
* Invitation Tips – You don’t need to say Yes or No when someone wants to add you as a friend; you can simply ignore it, the request will go away. (On the other hand, someone with whom you chat often will automatically turn to be your friend, unless you disable this in the options)
Keyboard Shortcuts:
* Ctrl + F4 - It closes the current window.
* Alt + F4 - It closes the current window.
* Alt + Esc - It Minimize all the windows.
* Windows + Esc – Open Google Talk (if it’s minimized, or in the tray)
* F9 – Open Gmail to send an email to the current contact.
* F11 - It initiates a telephonic call with your friend.
* F12 - It cancels a telephonic call.
* Esc - It closes the current window.
* Change the font size – While holding the control key, move the scroll wheel on your mouse either up or down. This trick works while being focused in either the read or write area.
* Insert line breaks - If you want to have a message that spans multiple paragraphs, just hold shift and hit enter. You can add as many new lines as you want to create.
* Bold Text – To write something bold, you can use an asterisk before and after the word, like *this* .
* Italic Text – To use italics, use an underscore before an after the word, like _this_ .
* Switch windows – Hitting tab will cycle through open windows. It will select minimized conversations, to expand them just hit enter. If you just want to cycle through IM’s and don’t care about the buddy list, control-tab will do that and will automatically expand a minimized conversation if you settle on one.
* Invitation Tips – You don’t need to say Yes or No when someone wants to add you as a friend; you can simply ignore it, the request will go away. (On the other hand, someone with whom you chat often will automatically turn to be your friend, unless you disable this in the options)
Keyboard Shortcuts:
* Ctrl + F4 - It closes the current window.
* Alt + F4 - It closes the current window.
* Alt + Esc - It Minimize all the windows.
* Windows + Esc – Open Google Talk (if it’s minimized, or in the tray)
* F9 – Open Gmail to send an email to the current contact.
* F11 - It initiates a telephonic call with your friend.
* F12 - It cancels a telephonic call.
* Esc - It closes the current window.
Monday, February 28, 2011 by Rishikesh · 0
Subscribe to:
Posts (Atom)

