Tuesday, 23 July 2013

Most important links for blogger


Monday, 8 July 2013

10 Essential WordPress Plugins to Improve SEO & Usability

Word press Plugin Secrets
After you've installed WordPress and covered the basics of improving WordPress for SEO and the user experience, it's time to go a bit deeper. Many great plugins are available to help your WordPress site when it comes to SEO, usability, and conversion. Here are 10 great plugins – most of which are available for free.

1. WordPress SEO by Yoast : 

http://wordpress.org/extend/plugins/wordpress-seo/

Download this plugin now and use it on every WordPress site you own. This plugin, in my opinion, is as important as the WordPress installation itself. It's also extremely easy to use.

Also, if you haven't already, make sure to use Yoast's Google Analytics plugin.

2. Simple URLs : 

http://wordpress.org/extend/plugins/simple-urls/

This plugin is great. You can track outbound links and control them completely right within the WordPress backend. If you add Disallow: /go/ into your robots.txt file it will also stop any authority from passing through the link itself.

You can use this plugin to keep track of these outbound links. For example, if you have affiliate links on your site, you can calculate a conversion rate from knowing the number of clicks to the number of people who purchase something via the affiliate link.

3. RB Internal Links : 

http://wordpress.org/extend/plugins/rb-internal-links/

Although this plugin hasn't been updated in more than two years, it still should be included in every WordPress installation. This plugin helps with internal linking.

RB Internal Links is great because it uses the post ID to link internally rather than the URL itself. This means that if you want to change the URL of a page or post, then the URL will be updated dynamically.

This cuts the risk of internal 404 pages that can harm SEO for internal pages, as well as ensuring that no visitor reaches a page that does not exist.

4. NextGen Gallery and Lightbox Plus :

http://wordpress.org/extend/plugins/lightbox-plus/
http://wordpress.org/extend/plugins/nextgen-gallery/

These two plugins have been combined into one entry because they work hand-in-hand. Lightbox Plus uses Colorbox – a lightweight jQuery image gallery script that is the friendliest for performance and doesn't hinder on-page SEO. Although Lightbox is included as an option within NextGen itself, Lightbox Plus offers a lot more options for the appearance and behavior of Lightbox's execution.

NextGen as a plugin is all you need when it comes to image gallery management. You can define lots of things such as the image's title and alt tags, which solves any SEO image problems.

Its flexibility into WordPress themes is great too, as you can add templates to use with the shortcode NextGen offers (more information on using NextGen templates can be found here). So, for example, I may use my own image gallery viewer and want it to output a certain way so I create my own NextGen gallery template called gallery-alexmoss.php and upload it into a subfolder of my theme called nggallery.

Below is a template I have developed to work with Twitter's Bootstrap image carousel:


5. Widget Logic : 

http://wordpress.org/extend/plugins/widget-logic/

This plugin works specifically with your widgets. When installed, an extra option is added into each widget where you can define exactly where that widget should/shouldn't appear. This is great when you want to control what content appears in which sections of the site.

Here are a few examples of widget logic you can use:
is_category(X) || (is_single() && in_category(X)) - if viewing Category X or a post within Category X.
is_archive() - if viewing any archive page.
is_page() - if viewing a page.
!is_page() - if viewing anything other than a page. Note that the use of ! turns the condition into if is not.

When you use this plugin ensure that you are confident with using some PHP code as incorrect use can lead to potential problems.

6. Members : 

http://wordpress.org/extend/plugins/members/

You may find that the default user roles provided by WordPress aren't enough for you to control the access that you want. This plugin adds flexibility to edit existing user roles as well as adding additional user roles. The plugin also comes with easy to use widgets and shortcodes so you can limit content based on the user's role.

7. Use Google Libraries : 

http://wordpress.org/extend/plugins/use-google-libraries/

This very simple plugin that substitutes JavaScript libraries called locally on your own server with Google's own CDN. This saves on bandwidth, keeps using compressed versions of the scripts, and increases the chance that a user already has these files cached and therefore increases the general performance of your site.

8. W3 Total Cache : 

http://wordpress.org/extend/plugins/w3-total-cache/

While we're on the subject of performance, W3 Total Cache is the most powerful and comprehensive caching plugin available. This plugin handles everything from combine and minification for both CSS and JS to HTML linebreak and comment removal, disk caching, browser caching and more.

It's useful to test any settings out to ensure that there are no issues once enabled and deployed but most of the time W3 plays ball with your WordPress installation.

9. Gravity Forms : 

http://3doo.rs/gravity

This is the best plugin available. Although paid (from $39), this plugin is a must have on any WordPress installation and pays for itself.

This plugin handles all kind of form generation and management from basic contact forms to complete content management. There is so much you can do within Gravity Forms that I can't cover it in this post alone. Some examples of how you can use Gravity Forms:
Basic contact forms: Also includes seamless integration with CAPTCHA
Contact forms with email routing: This is great for larger companies. Based on options filled out in the form, email is routed to a different address saving time sifting through a generic email address
MailChimp integration: You can use any form's email input and send that information to MailChimp directly through an add-on available (only for people who purchased the developer license) using MailChimp's API.
Creating content: Forms can actually generate posts or pages within your site. You can create a form that populates all the data needed to publish a new post or page, including the title, excerpt, body, featured image and more.

Another great thing about Gravity forms is that all entries are stored and viewable within the backend of the site meaning that some forms don't even need to have email notifications upon submission. Not enough for you? You can also export all entries as a CSV file, as well as being able to import and export all forms for you to backup or transfer to other sites.

10. Twitter Feed Pro:

http://3doordigital.com/wordpress/plugins/wp-twitter-feed-pro/

This is my own plugin. This paid plugin ($19.99) outputs a Twitter feed based on a number of settings using the shortcode. You can output your latest tweets or someone else's (or a combination), view replies and public mentions, view favorites of any username or search for any term or hashtag. There are also many options for customizing the look and feel of how the tweets are output.

There are two reasons I mention this plugin.

First is that tweets use HTML to output tweets rather than using jQuery (as this is the only other way to do so via Twitter's official embedded timeline widget).

Additionally, this plugin is fully compatible with Twitter API v1.1. Some other plugins or Twitter Feed options within WordPress themes use v1.0 of the API which will retire on June 11. If you want to know more about this issue, I have written about Twitter API v1.1 and its implication.

Summary : 

It has taken me a long time to find the best plugins to perform all kinds of different tasks and tweaks with WordPress. Finding trustworthy authors and plugins that are not abusive is extremely important so I like it when I find confidence in a plugin to use on my own sites, and more importantly, sites for my clients.

5 Basic Tips to Improve WordPress for SEO and the User Experience

5 Basic Tips to Improve WordPress for SEO and the User Experience

WordPress is one of the most popular content management systems available today. In September 2012, it was reported that WordPress powers 1 in 6 websites.

As someone who codes within WordPress on a daily basis, it's easy for me to sell WordPress to clients. They are assured that the CMS platform is future proof – at least for the foreseeable future.

However, downloading and installing WordPress isn't enough to make the site successful for SEO, security, and performance. But the following basic tips will improve your WordPress site for SEO and the user experience.

Although most of you reading this post already have a live WordPress site, this post will begin at the point just after a self-hosted five-minute install.
Remove Some WordPress Defaults

The top item to remove from WordPress sites: the “Hello World” post and “Sample Page”. If the site is still in development, then these elements are OK to have for testing layout and typography. Once the site is live to the public, however, make sure you remove them – you could even delete them from the trash to keep your database a little less cluttered.

Tip: You should rely on better content than the default post and page. If you want to have better sample content you can download the WP Example Content plugin by Josh Ferrara and Jonathan Simmons.

In addition, remember to remove (or change) the default “Uncategorized” category. If you want to keep it, at least create a new category that you know will become the most popular category for you and set it as default. You can do this within the admin area by navigating to Posts -> Categories.

Why this is good for SEO: The sample page and post “Hello World” is less problematic for SEO, but more important to remove for user experience. However, the default category should be a top focus for SEO. Your post is generally not uncategorized, so ensure that you create relevant categories for all your posts.
Set Your Permalinks

The default setting for Permalinks isn't an efficient URL structure for SEO. Changing the setting to Post Name (/%postname%/) is usually best practice. Some like to use /%category%/%postname%/ as their setting but can cause a few issues when content for categories aren't optimized (more on that later).

Why this is good for SEO: WordPress’ default setting sets all pages to run via URL parameters, which Google advises against.
Add Some Update Services

When new pages and posts are created it may take some time for that new URL to be indexed by search engines (depending on the site’s crawl rate). To speed this up, WordPress offer the chance for you to add update services within the General Settings page. Ensure these four are in the list:
http://blogsearch.google.com/ping/RPC2
http://rpc.pingomatic.com/
http://rpc.technorati.com/rpc/ping
http://www.feedburner.com/fb/a/pingSubmit?bloglink=http%3A%2F%2www.domain.com/

You can see a few more within WordPress.org, and allstuffweb also offer a much longer list.

Why this is good for SEO: Having your site indexed is fundamentally the most important thing for you. If a URL isn't indexed it will never be shown in any SERP. Not indexing quickly or often enough means your site could miss some big organic search opportunities, especially if your site relies on current affairs or breaking news.

WordPress Homepage: Blog Posts or a Static Page?

Originally, WordPress was a blogging platform. Although still essentially true, now it's more of a content management system (CMS). 
Because its conception was for bloggers, the default setting sets the homepage to output your latest posts. If you want to change this to a static page: 
Create a blank page for your latest blog posts.
Go to Settings -> Reading settings.
Choose whether you want latest posts or a static page for Front Page Displays.
For each article in a feed, show the excerpt.
Ensure “Discourage search engines from indexing this site” is unticked. 
Note: some themes actually use a different method by letting you choose a page template to output blog posts rather than use the default settings. I’m not a fan of this but is something you should be aware of. 
Why this is good for SEO: Solving the issues above will help with potential duplicate content and indexation issues.

Customize Media Settings

By default, WordPress provides settings on how to deal with image thumbnails. I’m not a fan of the default settings – I like to set my own dimensions for all three available image sizes (thumbnail, medium and large) per WordPress install; and more importantly I like my thumbnails not to be cropped exactly to the dimensions. I don’t like this as, more often that not, I want to upload images that maintain their proportion when resized. 
To change these settings, simply navigate to Settings -> Media and change the settings to how you like to see your site deal with thumbnails. 
Tip: Already have a site set up and you're only now realizing you can do this? Want to automatically change all previous thumbnails? There is a solution. Once you’ve changed the settings as above, you can download the plugin Regenerate Thumbnails by Viper007Bond that can do this for you. 
One more thing I like to do is untick the month/year hierarchy setting. Some larger sites do have a need for this for better organization, but it’s an unessential setting the majority of the time.
Why this is good for SEO: Thumbnails are useful to display an image smaller than full size, which helps bandwidth and performance. As an example you may want to upload an image that is 2,000 x 2,000 px – this size will only be needed for people who want to download the full size version. Here it would be better to set a large size to say 940 px to ensure that it fits on most screens – then simply call that image in the source rather than the larger version. Note that this is different than adding the full size image and then resizing to 70 percent in image settings (as the original 2,000 px image is still called and loaded).

Use Google Analytics

You should never manage a site without some form of tracking. Google Analytics is free and so easy to implement that there’s no excuse not to use it. 
Create a new analytics profile, and then install Google Analytics for WordPress by Joost de Valk. This plugin makes it easy for you to connect your profile to WordPress without the need to use copy and paste (and you can also enter the tracking code manually). Once connected, there are numerous settings that you should tweak at your discretion. 
Additionally, you should ensure that you enable site search in your analytics profile. 
Why this is good for SEO: Having analytics on your site can provide so much useful data and help you complete a number of different tasks such as locating 404 pages, studying how long a visitor browses your site for, and how much traffic you receive from search engines. Incorrect implementation of analytics can cause incorrect data to display. The Google Analytics for WordPress plugin makes it easier for you and adds functionality such as tracking users by username, which is useful for ecommerce sites and ignoring administrators who spend a lot of time in the site and cause anomalous data such as extremely high page views.

Summary

By tweaking some default settings, setting permalinks, adding update services, and customizing media settings – plus installing Google Analytics – you will greatly improve your WordPress site for SEO and the user experience.

Get Wordpress plugin secrets

Saturday, 6 July 2013

5 Simplest Ways to Earn Money from WordPress

5 Simplest Ways to Earn Money from WordPress Everyone knows internet is a good medium to earn money. There are several ways to earn money from internet and WordPress is one of the best platforms to earn money from internet. In a WordPress platform there is lot of facility to earn money. If you have a WordPress site you can use the site to earn money. All you need to do is use your site in a right strategy. I am here to guide you how to get money from WordPress or give you some tips to get money from WordPress. There is no need of any hard work just follow the tips that given bellow.




1-Earn money by Selling your plugins and gadgets
If you are a WordPress user you know the importance of plugin and gadgets. Every one needs some plugin and gadgets for making their website more efficient. All you need to do is create some plugin and gadgets but your creation must be a useful one then only others buy from you. If you don’t know how to create a plugin there are lots of WordPress developers around you can contact them and solve your problems. One suggestion is you can create some SEO and security plugins.
2-Earn money from Freelance Writing
The freelance writing has surely become one of the effective ways of earn money. There are many website owners who need freelance writing services to promote themselves strategically. If you are a freelance writer then you need to make a WordPress website or blog and then use it for freelance writing. People will surely hire you for advertisement and that can help you to make good amount of money. Make sure that you have a good writing skill. If you don’t have writing skills then try to develop by reading some great blog and contact with them.
3-Earn Money from AdSense and BannerAds
The Google AdSense has become an effective way of making money regularly. If you have a WordPress website and can pull traffic towards it then you can easily use AdSense to make money from it. However, the Google AdSense works only if you have a steady flow of visitors regularly. You will be getting paid every time your visitors click on the advertisements.But one in one case only you can use the Adsense on wordpress. Google doesn’t allow adsense to wordpress site. If you migrate from blogger to wordpress with an adsense account you can use adsense on wordpress. 
Banner ads is a great way to earn money .You can post some ads of other company or website and they will give some money for promoting them trough your blog.But you need that much of traffic for getting banner ads.
4-Earn Money from selling products
You can sell anything and everything if you have the right strategies for that. You can develop your own WordPress website and then promote yourself with it properly. You can hire SEO and online marketing experts to make your product selling WordPress website popular. Once you have enough customers, you can start growing your business and make a lot of money. 
Other case you can sell your own product like Writing some book, widget, software….But you need great traffic to your site for selling more products.
5-Earn money from affiliate marketing
Affiliate marketing has become popular in last few years and it’s surely a great way to make money online with WordPress website. You have to use the website for Affiliate marketing and get your percentage depending on the use of those link s you share. You have to make sure that you attract a good amount of traffic towards your website.

That’s all and I am sure that you have some doubts share with me. Share your doubts as a comment.

At last Have a Nice Day…..

5 Things you need to know before Applying for Google AdSense.

Are you going to applying for Google AdSense? But it’s not easy to get into AdSense program now a day. You have to do few things before applying for AdSense.

Everyone know that Google AdSense is the world’s largest Ads network. How AdSense get more popularity Because of its paying rate. AdSense is a product of Google that’s why it is so popular to all bloggers and webmasters. Due to this popularity everybody running behind AdSense then google made approval system very strict. You need a complete guidance before applying for Google Adsense and supposing that you are ready.


5 things you need to know before applying for Google AdSense.


1 : You Must Have Top Level Domain : 
If you have a blogspot.com or worpress.com site then you are really need some hard work to get approved by Google AdSense. As for today, you must have your own unique domain that specifies your Blog. If you don’t have one yet, stop dreaming about getting approved with Sub domains and go buy a Top Level Domain.
2 : Content Type and Providing Value : 
Be careful with what type of content you are publishing. Because it is something that truly matters. Google AdSense is not for Pornographic, Illegal Items, Drugs or other Blogs / Sites like that. Also AdSense team won’t be willing to allow you to step in if you own a Non English Blog. Having posts shorter than 300 words in length is also Red Signal. 
Don’t complain about not making money and don’t clearly state that you are Blogging for Money only and have no other interest in it. Because this will show them that you will not be providing values to your readers any day. Hence another Red Light glows up.
3 : Privacy Policy : 
One of the common mistakes that every Blogger makes and that I made many times before finally getting approved. Even though there are people out there who say that having a Privacy Policy for a Blog doesn’t makes sense but they are wrong. 
A Privacy actually describes to your readers about what they will get on your Blog, what they should do and what they should not. So obviously there is nothing bad in having a Privacy Policy. While it can affect somehow on your AdSense Approval, you must give it a try. You can write it yourself or find Privacy Policy Generators online (You don’t need a lawyer anyway).
4 : About us page : 
Without About page you are applying for Google AdSense, they are about Zero chances of getting approved if you are not showing this page. About page simply describes about you and your Blog. This will not only help you establish a relationship with readers but it will also make them trust upon you.
5 : Your Blog Design : 
Your Blog is the biggest thing after Content. This represents your expertise, experience and Professionalism. So be careful because anything can kill your Chances.

Try to make some simple and well-designed themes and your blog must have a less loading time.

These are the things you need to take care .Try to follow what I said and get approved from Google AdSense and make some good money.

At last have a nice day…..

How To Insert AdSense Anywhere On Your Blog Post

How To Insert AdSense Anywhere On Your Blog Post

Today we discussing about how to insert AdSense anywhere on your blog post. Have you seen a Blogger blog where Adsense ads are placed everywhere in blog post? Well, adding the code is not that hard, although you need to do it manually to place it specifically where you want the ad to be.just follow the below steps for adding this in your blog.

Insert AdSense Anywhere on Your Blog Post

1-Login to your Blogger dashboard

2- Go to “New Post” and enter any new content you want to publish.

3-Copy your Adsense code from your Adsense site, and place the code inside the tags as follows:


Note: Make a copy of the code to your notepad or WordPad so you can easily copy and paste it if you want to use it again.

3-Go to HTML and place the AdSense code from step 2 anywhere within the given code in the HTML field.

4-Save it.

That’s all. Don’t forget to use the comment box for your valuable thoughts…

At last have a nice day…

Google Introduced New 300×600 Ad unit

Google Introduced New 300×600 Ad unit Today we are going to discussing about New 300×600 ads by google. Google has introduced New 300×600 Ad unit for publishers. This kind of Ad can be placed in Blog sidebar and can attract a lot of attention from visitors. This Ad unit will help you earn more income from AdSense program.

Many Ad Publishing Networks offers 300×600 Big Skyscraper Ads except Google AdSense but now AdSense also offers that size. You can already see that Ad unit running on my website, It looks great and also increases income which is the best point.


How to Add 300×600 Ad Unit on Your Site

Adding 300×600 Ad unit is not a big task, It is as simple as adding other Ad units. Here is a step by step guide.
Step 1: Login to your Google AdSense account.
Step 2: Now go to My Ads
Step 3: Click on New Ad Unit
Step 3: Choose 300×600 – Large Skyscraper
Step 4: Save and Get Code.
Step 5: Now Implement that code on your Website/Blog.
How to Implement 300×600 Ad Unit on Blogger Blog.
Step 1: First Get your AdSense code using the above guide.
Step 2: From Blogger Dashboard > Go to Layout > Add Gadget
Step 3: Choose HTML/Javascript and Paste the Ad unit code inside it.
Step 4: Save Widget.
Hope this was helpful, I would recommend this Ad unit to everyone at least to those who use skyscraper ad units. This will really boost your AdSense income.Don’t forget to use the comment box for your valuable thoughts…

At last have a nice day…

Best Way For Students To Make Money Online

Best Way For Students To Make Money Online
Most of the students accessing internet to chat with their friends in Facebook, Google+ and other social medias. Some others waste time for online gaming. Is there any benefit in that? Some of them try how to earn money from internet but they don’t know how to earn money from internet. Today I am giving this article to them “Best Way for Students to Make Money Online”.

If you look into potential of the constructive nature of Internet, then you’ll find that Gaming or Chatting isn’t everything as now Internet can bring lots of opportunities for you to Make money online and use Internet as a productive tool and bring out some extra pocket money by your own will.

In my view Earning Money Online is not that much of easy, skill is the need of every hour. Below I have mentioned few methods for Students to make a lucrative income online.

Upload Videos on YouTube:

Might be you aren’t aware behind the chief reason that ‘Why people upload videos on YouTube’? It’s true that many of them share videos to share something with their friends, relatives, etc. But what about the rest i.e. why do they upload videos? Well, they upload videos because they can make handy amount from these videos using the Partnership Program offered by YouTube. 
All you need to do is create your YouTube channel, upload videos regularly and if you got a good amount of viewership on your videos, (like when you get 10k+ hits on your videos), then probably YouTube will invite you to join their money program. You will then be able to show Adsense ads on your videos and earn revenue then. All depends upon how many hits (views) your videos get.

Blogging:

Earning through blogging is one of the best ways to earn online but it’s also one of the hardest ways to make money. With the rising competition, it has become extremely tough to make good figures in blogging. Still creating blogs is easy, and after that maintaining and developing them is hard and if you’re successful in driving quality traffic to your blog, then you can monetize it with ease and make good bucks.

Do you want to know more about how to earn money from blogging just read the article that I posted earlier.
Freelancing:
I hope you know what the term ‘Freelancing’ means. If not, then Freelancing means that you work for someone online and in return you get paid. The work that you do isn’t permanent but it’s temporary.

Freelancing is considered as one of the best alternative to regular office jobs. Several times, it’s considered better than office jobs. Know why? Firstly, you can become a freelancer in the field you’re expert or interested in. Secondly, there’s a wide range of stuffs that you can do freelancing in. Maybe it’s writing, programming, designing, etc. or anything else. And most prominently, you will be able to make good amount of bucks. The downside here is that you have to find clients and as such, you have to be highly skilled in whichever field you’re freelancing in.

Read This: - 5 BasicThings You Need To Become A Freelance Writer

Write Articles and Get Paid:
Freelance Writing is one of the popular and profitable techniques to make money online, especially for students. All what you need is command over English and Grammar and you should present your thoughts in a well written form. You can either write for various article directories else look out for blogs or individuals who are looking for paid writers. As far as I am acknowledged, then it’s the most popular freelancing field.
Web Development:
Web Developments is one such field that hasn’t gone stale. Ever Since Tim Breners-Lee created HTTP in the late 80s, the field of Web Development has been growing exponentially. Look at the perfect living example for this – Mark Zuckerberg. He was just a normal student when he created Facebook. If you know, that earlier Mark created a website namely Face Mash, which earned him reputation, and eventually he was approached to some seniors who had a project in mind, which later on became Facebook. And you can imagine now that developing just a website has just turned his luck. He is a $20 Billion man now.
And there are many examples like this, Like Larry page, Founder of Google, he too started from scratch and look what Google is today. So, Web development is such a field which has vast scope if you use your skills in the right manner. It is not always mandatory to develop a website, as you can even develop tools, or make web applications. Literally, there are numerous ways you can utilize your skills.

That’s all…I hope you get something from this…Don’t forget to use the comment box for your valuable thoughts…

At last have a nice day…

5 Basic Things You Need To Become A Freelance Writer

5 Basic Things You Need To Become A Freelance Writer Today we are going to discussing about Basic Things You Need to Become a Freelance Writer. If you want to become a freelance writer as well, so to start with, you will need the following tools to get you into the right track. Freelance writing is simple and you don’t need that much to get you started, but it’s not easy in the long run. If you believe you are ready to commit to this enterprise, then check out the list below of what you need to get started.

Set Your Goal

Knowing what you want out of freelancing will help you determine what kind of niche you will be writing for. Not all writers get what they want out of freelancing, so set goals that are realistic. Try not to over- and underestimate your worth; you can find out how much your work will pay you by doing enough research. Of course, don’t let employers take advantage of you by paying you less than you can offer, or assigning writing tasks that are beyond your scope.

Good Computer skills

Freelance writers are generally expected to master basic word processing and blogging skills. If you’re a beginner, look up free online tutorials on writing and practice writing on a schedule.

Writing and communication skills.

Although writing may look easy, it requires knowledge of grammar and spelling rules. You should also make it a point that the reader understands everything you write, so practice by creating some journals or short blogs to keep yourself in condition.

Discipline in Writing

Like with any other task, freelance writing is easy to start but hard to maintain without discipline. If you cannot commit yourself to regular and consistent writing, you won’t go far. Freelancing may give you control of your time but you need to stay productive and not get distracted by other things.

Love for writing.

Many freelance writers start out with the main goal of making money, and that’s okay. But aside from discipline and commitment, you will also need to have a genuine love for the craft itself because the difference between writing just for money and writing because you love writing does show in your work, and your audience will be able to see it.

That’s all…Don’t forget to use the comment box for your valuable thoughts..

At last have a nice day…

3 Best ways to Make Money From your Blog

3 Best ways to Make Money From your Blog Today I am talking about “how to make money with your blog”. People blog for many reasons, they might have a special interest in something and want to share their interest with the world, some might use blogging as an online journal simply for the love of writing and sharing, and others would like to know how to make money blogging or indeed make a living out of blogging.

I have written about how to make blogs and for those that have done this you might be thinking about the next step… monetizing your blog. I found an article How to Make Money through Blogging in the Daily Nation. The author of the article Sam Wambugu touches on this idea of making money through your blogging efforts

Considering all the things you have to cover when trying to make your blog successful, monetizing can seem overwhelmingly complicated for a beginner. Sam simplifies the process by breaking it down to its basic level, making the whole process easy to understand.

Maintenance
3 Best ways to Make Money From your Blog
You will have quite a bit of work to do and you have to do it on a consistent basis, there is no other way to operate a blog successfully without the ongoing maintenance of your blog… Creating good content is the start.

This step is a crucial one. You need interesting engaging content to get visitors to return to your site again and again. Also post your content regularly you must do this as you gain more visitors they will come to expect you to post regularly, if you don’t they will drop away.Monetization

Once you get visitors you can then think of monetizing your blog and there are various ways to do this, here are a few…

Affiliate marketing

Affiliate is another option and this can be achieved by advertising products or services from another company and whenever anyone clicks through and purchases the product from your link you will earn a commission. A few include….
Click bank
Commission Junction
Amazon

Google Ads
you create ad blocks and place a bit of code on your blog to show the ads and every time anyone clicks on one of them you will earn a little bit of money.

Direct Advertising
yet another means of making residual income. With this model you will have to prove your site has enough traffic to make it viable for a business to want to advertise on your site.

Promotion
3 Best ways to Make Money From your Blog
Lastly promotion is a vital factor to the success of your make money blogging efforts and this must be maintained on an ongoing basis to get good rankings… as Sam says in his article “Without your promotion there are no readers. No readers mean no income potential.” You can promote through social media, other blogs and friends says Sam. There are many other methods of promotion some are easy to do, others need a bit more involvement and work, look into this eventually, sooner than later, but in the meantime this is a good start. A good beginning is to make sure you reply to comments on your blog. This is a simple thing to do and it will help keep a conversation going and build up your following

These are the major 3 Methods we have to follow for getting money from the blog.i think this post will help you in some way…we can meet again with another post …..have a nice day…

How to Change/Remove Credit link from any Blogger Premium Template

In Blogger sector their are many templates available in various websites some are free some are premium free and some for selling.If you have any premium blog and if you found do not change credit link indication then do this simple steps and you will get solution

How to Change/Remove Credit link from any Blogger Premium Template

Remove Credits from Templates: 
  • First open Slogger in your browser and Log In to your account. 
  • Choose your template in which you want to remove/change credits and click on Template option. 
  • Now search for //<![CDATA[ in template. 
  • Select the JavaScript code from one line above from //c![CDATA[.
How to Change/Remove Credit link from any Blogger Premium Template
  • Now replace that code with the following JavaScript code

  • Now click on Save Template button to save your template
  • Now you can change credits with your own desire. Enjoy this trick and share it with your friends