Skip to main content

What is Niche?

I am quite confused sometimes by the cool (or hot?) word "niche", such as in this statement: "Chasing a niche based on the value of a keyword is no fun at first and fruitless in the end. " So, what is niche?

Niche, from the Latin word for "nest," means much the same thing in science as it does in ordinary speech.

The term "niche" was first used by ecologists to describe a species' position and use of resources within its environment, in other words, a position or role taken by a kind of organism within its community. Such a position may be occupied by different organisms in different localities, e.g., antelopes in Africa and kangaroos in Australia.


When used in business the term implies a situation or an activity perfectly suited to a person or a given type of personality. In this respect, smart enterpreneurs may emphasize the effective (yet underutilized) marketing strategy of targeting an industry niche. They think that marketing narrowly is more, by focusing on a small segment of the market, they won't forego opportunities with the broader market.

This concept has been extended from persons to products on the market. Whereas a niche in the strict sense can be a working position or an area suited to a person who occupies it, the market niche is perfectly suited for a product of human labour. Your niche is your comfort zone, a familiar place where you can make a decent living, such as: he is now a partner at a leading law firm and feels he has found his niche.

When used in Adsense publishing, briefly speaking, niche is the topic of a website or blog. if I create a site on CARS, my niche is "Cars". The topic of this blog dedicates on adsense, my Niche is "Adsense". So, Niche is nothing but the "topic".

Comments

Anonymous said…
Niche is hot word these days. Thanks for posting this blog.

http://www.micronichesocialnetworks.com
Blogger said…
Did you know you can shorten your links with AdFly and earn $$$$$ from every click on your short urls.

Popular posts from this blog

How to Input Phonetic Symbols (IPA) in Google Docs

You can insert special characters by clicking "Insert" on the menu, then click the "Ω Special Characters", the choose "Latin" category from the drop-down menu, and then Phonetics (IPA) sub-category. Insert Special Characters in Google Docs There is a short-cut for inputting some IPA symbols which you use them frequently. Automatic Substitution in Google Docs similar to Auto Correct in MS Word. You can replace common acronyms, misspellings and other symbols. So you can set auto-replace for your IPA symbols, for example, "e<" for "ɛ", "o/" for "ø", "o>" for "ɔ" etc. Automatic Substitutions in Google Docs

Vodafone Router Configuration for Incoming Connection and other Services

This post is about specific Vodafone Home Broadband Router configuration for Incoming Connection and other service on your home computer. This is not a tutorial, and will not be going into details of the services and router configuaration, I just want to point out couple of points you need to pay attention to. 1. Port Forwarding. Vadafone Router has its own name for Port Forwarding, it's called Port Mapping under Port Management category.The picture below shows that I set up web server on my desktop, I map my local address on port 80; and I set up PPTP incoming connection by mapping local address on port 1723. Port Forwarding 2. Exposed Host. If you have set up Port Mapping, you still can't get what you want, then you have to put your device outside the Firewall, i.e. bypass Vodafone Connects (means Router) firewall, in a Demilitarised Zone (DMZ), using it's Exposted Host Function. Static NAT (Network Address Translation) means the Router will translate publi...

How to stop Freenet?

How to stop or temporally shutdown Freenet? On Windows, you may find "stop freenet" in Freenet Tray. On Ubuntu, or other Linux system, go to your Freenet folder, run a command inside the terminal: FreenetUser@ubuntu:~/Freenet$ ls *.sh run.sh  update.sh You can see run.sh command, run.sh have six options, one of them is to stop the Freenet: FreenetUser@ubuntu:~/Freenet$ ./run.sh ? Usage: ./run.sh { console | start | stop | restart | status | dump } FreenetUser@ubuntu:~/Freenet$ ./run.sh stop Stopping Freenet 0.7... Waiting for Freenet 0.7 to exit... Stopping Freenet 0.7... Stopped Freenet 0.7. This is how you to stop the Freenet on Ubuntu.