Sunday, January 31, 2016

Add Dropdown Menus to Blogger with this Code:

Add Dropdown Menus to Blogger with this Code:

This post has supporting code that goes along with the tutorial on Adding Menus to Blogger. This course includes detailed instructions and a video that will walk you though exactly what to do with the code below. Watch the video to learn what to do with this code >>
Step ONE:  Plan for your menu bar, creating a sitemap with all the links that you want to use.
Step TWO: Grab this code … replacing it with all your links … then add it into a new HTML widget where you want your menu bar to appear:
<!-- start navmenu -->
<ul id='cssnav'>
<li class="active"><a href='http://LINK.com'>Home</a></li>
<li class="sub"><a href='http://CATEGORY-ONE-LINK.com'>Category 1</a>
<ul>
<li><a href='http://SUB-CATEGORY-ONE-LINK.com'>SUB-category1</a></li>
<li><a href='http://SUB-CATEGORY-TWO-LINK.com'>SUB-category2</a></li>
<li><a href='http://SUB-CATEGORY-THREE-LINK.com'>SUB-category3</a></li>
</ul>
</li>
<li><a href='http://CATEGORY-TWO-LINK.com'>Category 2</a>
<ul>
<li><a href='http://SUB-CATEGORY-ONE-LINK.com'>SUB-category1</a></li>
<li><a href='http://SUB-CATEGORY-TWO-LINK.com'>SUB-category2</a></li>
<li><a href='http://SUB-CATEGORY-THREE-LINK.com'>SUB-category3</a></li>
</ul>
</li>
<li><a href='http://CATEGORY-THREE-LINK.com'>Category 3</a>
<ul>
<li><a href='http://SUB-CATEGORY-ONE-LINK.com'>SUB-category1</a></li>
<li><a href='http://SUB-CATEGORY-TWO-LINK.com'>SUB-category2</a></li>
<li><a href='http://SUB-CATEGORY-THREE-LINK.com'>SUB-category3</a></li>
</ul>
</li>
<li><a href='http://CATEGORY-FOUR-LINK.com'>Category 4</a>
<ul>
<li><a href='http://SUB-CATEGORY-ONE-LINK.com'>SUB-category1</a></li>
<li><a href='http://SUB-CATEGORY-TWO-LINK.com'>SUB-category2</a></li>
<li><a href='http://SUB-CATEGORY-THREE-LINK.com'>SUB-category3</a></li>
</ul>
</li>
</ul>
<!-- end navmenu -->
NOTE 1:  There is no styling added yet … so this will not look like much just yet.  But stay with me :)
NOTE 2: You are welcome to add more categories and sub-categories as you need. Just copy the same format as listed in the example.
Step THREE: Go into the Blogger Template Designer (click on CUSTOMIZE … then on ADVANCED … then on ADD CSS) and add the following:
Select Code
/* ----- CSS Nav Menu Styling ----- */
#cssnav {
margin: 0px 0 0 -30px;
padding: 0px 0px 0px 0px;
width: 1050px;  /* Set your width to fit your blog */
font: $(tabs.font); /* Template Designer - Change Font Type, Size, Etc */
color: $(tabs.text.color); /* Template Designer - Change Font Size */
}

#cssnav ul {
background: $(tabs.background.color) $(tabs.background.gradient) repeat-x scroll 0 -800px;
_background-image: none; /* Template Designer - Change Menu Background */
height: 20px; /* Change Height of Menu */
list-style: none;
margin: 0px;
padding: 0px;
}

#cssnav li {
float: left;
padding: 0px;
}

#cssnav li a {
background: $(tabs.background.color) $(tabs.background.gradient) repeat-x scroll 0 -800px;
_background-image: none; /* Template Designer - Change Menu Background */
display: block;
margin: 0px;
font: $(tabs.font); /* Template Designer - Change Font Type, Size, Etc */
text-decoration: none;
}

#cssnav > ul > li > a {
color: $(tabs.text.color); /* Template Designer - Change Font Color */
}

#cssnav ul ul a {
color: $(tabs.text.color); /* Template Designer - Change Color */
}

#cssnav li > a:hover, #cssnav ul li:hover {
color: $(tabs.selected.text.color); /* Template Designer - Change Font Color on Hover */
background-color: $(tabs.selected.background.color); /* Template Designer - Change Font Background on Hover */
text-decoration: none;
}

#cssnav li ul {
background: $(tabs.background.color) $(tabs.background.gradient) repeat-x scroll 0 -800px;
_background-image: none; /* Template Designer - Change Menu Background */
display: none;
height: auto;
padding: 0px;
margin: 0px;
position: absolute;
width: 200px; /* Change Width Of DropDown Menu */
z-index:9999;
}

#cssnav li:hover ul {
display: block;
}

#cssnav li li {
background: $(tabs.background.color) $(tabs.background.gradient) repeat-x scroll 0 -800px;
_background-image: none; /* Template Designer - Change Background */
display: block;
float: none;
margin: 0px;
padding: 0px;
width: 200px; /* Change Width Of DropDown Menu */
}

#cssnav li:hover li a {
background: $(tabs.selected.background.color); /* Template Designer - Change Background of Link on Hover */
}

#cssnav li ul a {
display: block;
height: auto;
margin: 0px;
padding: 10px;
text-align: left;
}

#cssnav li ul a:hover, #cssnav li ul li:hover > a {
color: $(tabs.selected.text.color); /* Template Designer - Change Text Color on Hover */
background-color: $(tabs.selected.background.color); /* Template Designer - Change Background on Hover */
border: 0px;
text-decoration: none;
}
NOTE: I’ve listed notes next to a few lines of this code to point out what you can change and style for your own blog.

What Is SEO / Search Engine Optimization?

What Is SEO?

SEO stands for “search engine optimization.” It is the process of getting traffic from the “free,” “organic,” “editorial” or “natural” search results on search engines.
All major search engines such as Google, Bing and Yahoo have primary search results, where web pages and other content such as videos or local listings are shown and ranked based on what the search engine considers most relevant to users. Payment isn’t involved, as it is with paid search ads.

VIDEO: SEO Explained

New to SEO? Start with this quick and easy to understand video about search engine optimization. It’ll quickly cover the basics:

More SEO Advice For Beginners

For more basic but also in-depth advice, our Periodic Table Of SEO Success Factors, shown below, introduces you to all the key concepts you need to know:
Periodic Table Of SEO
You can click on the table to view a larger version of it. You can download a copy to print for easy reference!

Search Engine Land’s Guide To SEO

As a companion to the table, Search Engine Land’s Guide To SEO explains the ranking factors in more depth, in a tutorial providing tips and advice on implementing them.
Links to the entire guide are shown below (start at the beginning, and each page will take you to the next):

More SEO Guides & Books

Another excellent guide is Google’s “Search Engine Optimization Starter Guide.” This is a free PDF download that covers basic tips that Google provides to its own employees on how to get listed. You’ll find it here. Also well worth checking out is Moz’s “Beginner’s Guide To SEO,” which you’ll findhere, and the SEO Success Pyramid from Small Business Search Marketing.

Daily SEO News & Expert SEO Advice

In addition to daily news stories from our editorial staff, Search Engine Land publishes daily articles from expert contributors that cover SEO issues mainly from an in-the-trenches perspective.  Browse the SEO Channel for the most recent SEO news stories and expert columns, or sign up to receive all of our SEO related content via email.

Search Engine Land’s SEO Library

The SEO Library is an area within Search Engine Land that provides a collection of all stories we’ve written on the topic of SEO. We also have sub-categories, including:
Also see our related Link Building category and these sub-categories:
In addition to covering SEO generally, Search Engine Land also has search engine optimization areas specifically for each of the major search engines:
Also within our library is the How To: SEO section, which is devoted to practical tips and tactics about search engine optimization.

10 Social Media Tools That Make Everything Easier!

10 Social Media Tools That Make Everything Easier!
Social media marketing can be a pretty time consuming focus for any business, especially when you have to stay on top of multiple platforms like Facebook, Twitter, Google+, LinkedIn, the list goes on.
While social media is definitely a huge part of many small business marketing plans, it is still one facet of a much bigger picture and many entrepreneurs find themselves wishing there were more hours in the day to focus on the other aspects of their business.
To help give you a little more time in your day, yet continue to promote your social media presence, here’s a list of ten social media tools that I use (some more regularly than others) with my team, that can help your business top on top of things a little more.
If you’re wanting to get your social media to even higher heights without being involved every step of the way, you should also check out my guide on How to Work with a Virtual Assistant to Manage Your Social Media

Day-to-Day Management

Buffer –  A very popular tool for sharing content and supports Facebook, Twitter accounts, LinkedIn and Google+ profiles. The tool allows you to queue your posts in advance and provides you with analytics of your posts. Its clean and user-friendly interface also makes it a particular favorite among small business owners that are strapped for time.
Social Oomph – Since engagement is key in social media, this tool will help make things a lot easier for you. Social Oomph’s edge over other social media management tools is that it offers the auto-responder, auto-direct message and auto follow features as premium upgrade features.   
Screen Shot 2014-06-23 at 10.48.46 PMBuffer’s homepage message – I couldn’t agree more!

Content Collating and Curation

Feedly – The tool presents new content from several news feed categories that you can choose from, it also highlights popular content that you might find interesting. The tool can be used from your desktop or mobile devices to make sure you can check your feeds regularly. You can also alter the way it can be viewed to suit how you prefer to take in information.
Pocket – For busy entrepreneurs who may not have time during the day to read all the interesting articles they come across, read-it-later tools are a godsend. Pocket is a particular favorite with its clean and flat design, it makes it very easy to it to sort through content which you can save to read later either through your desktop or mobile devices.

Visual Content Creation Tools

Canva – Visual marketing is definitely here to stay with more and more people preferring to see content than read it. This tool can help you create effective graphic design with a user-friendly interface and beautiful design templates that suit beginner designers. The app is free though if you would like to avail of Canva’s stock photos, you will need to pay for them.
Visual.ly – If you feel like you don’t have enough time to come up with visual content, you can head on over to Visual.ly’s marketplace and let the professionals handle it. They specialize in infographics, videos, interactive and presentations, presenting quality content for much less than your average agency’s price.
Screen Shot 2014-06-23 at 10.50.36 PM
 Now everyone can be a graphic designer, thanks to Canva!

Analytics and Reporting

Klout – Klout is one of the more popular social media monitoring tools that measures a user’s social influence based on their activity on sites like Facebook, Twitter, Foursquare, Instagram, etc. Recently, they have introduced a new version of Klout with a feature that allows you to curate content and share it with your audience as well.
Quintly – This tool provides you with analytics for several social media platforms such as Facebook, Twitter, YouTube, Google+ and LinkedInYou can keep track and benchmark your social media performance along with your competitor’s. One popular feature is that it is highly customizable and has an easy-to-use dashboard for you to navigate from.

Miscellaneous ‘Cool’ Tools

Bitly –  Sometimes you find yourself having to get extra “creative” with spelling when composing a tweet, which is where Bitly can help. Bitly can shorten your links as well as track the link’s overall performance afterwards to see which ones work with your audience.
Mention – It’s always important to track what people are saying about you and your business, though the task can be daunting when there are so many social media platforms out there. Mention is a social media monitoring tool that informs you when someone mentions your name, business or any other keywords you would like to keep track of.
Screen Shot 2014-06-23 at 10.54.29 PM
I’ve been a Bitly fan for a long time – it’s so easy to use, too!
As you can tell, there are a lot of ways you can skin the social media cat!
However, for me, as a busy entrepreneur and multiple business owner, its all about maximizing my time in the creation of the content and it’s results, along with minimizing the time I actually spend doing it all!

6 ways that businesses fail on social media

Make sure to avoid these common missteps

Target audience: Businesses, digital marketers, social media programmers, advertising agencies, SEO specialists, entrepreneurs, educators, journalists, Web publishers.
M
any small business owners use social media as a marketing and customer-service tool. A recent industry survey tells us that 92 percent of marketers surveyed call social media important to their business. Despite the widespread use of social media, many business owners are inadvertently hurting their brand through their efforts, instead of growing and building their business. There are countless benefits of using social media, but remember that there are risks associated with using social media in your business. Here are six mistakes you may not realize you are making on social media.

Not responding to questions and comments

1It isn’t enough to simply post on social media. Posting, tweeting, pinning and so on are just one piece of the puzzle. You need to take as much time to read and engage your followers’ questions and comments as you do posting your own stuff. Respond quickly to comments and answer questions – it’s important!

Not being your true, authentic self

2It may seem like you can pull off a different personality on social media. You may have an idea in your head or who you should or want to be on social media – but this isn’t a smart strategy over the long term. Instead, be yourself. Share your true opinions and thoughts and let your personality shine through. Your audience would rather see and connect with the real you instead of one you pretend to be.

Thinking ‘It’s all about me! me! me!’

3Constantly promoting your products or business is one of the biggest and most harmful mistakes you can make. You don’t always need to make your business at the forefront of your posts. Quit the constant selling and stop subtly relating all posts back to your product or business. You may wonder how to write for social media. Strive to provide valuable content to your audience to keep your business in their minds because they like you instead of driving them away.

Not building relationships

4Social media isn’t about throwing your message in the face of your fans and followers. It isn’t even about sharing everything you know. If you aren’t working to build a community and foster relationships, you’re missing the most important aspect of social media marketing.

Over-posting

5A common reason people unfollow brands on social media is because they post too frequently. While there is no optimal number of times to post on each social networking site, take a look at this infographic, which can provide a great guideline of how often to post on various social media sites. This might be a good guideline: Facebook: 3 to 10 times a week; Twitter: at least 5 times a day; Pinterest: 5-10 times a day.

Posting the same type of content repeatedly

6Think about what you post on social media. Do you post just a few types of content? Do you share your blog posts and ask questions? Posting the same things time and again will cause your audience to block you – and your business – out.
If you’ve ever made any of these mistakes, you’re in good company. Learn from those missteps and remember that this form of marketing is an extremely powerful tool that can help your business grow and thrive when used consistently.

AdSense 970*90 Ad Unit : Bigger is Better

AdSense has expended it’s ad unit by adding new 970*90 ad unit. Earlier, AdSense added 300*600 ad unit, and new 970*90 ad unit is more targeted to websites with large width size. This is perfect for wide-screen. This ad unit is already available for all the AdSense publishers, and you can grab the code right now. Here are few details about new ad unit, and things to keep in mind.

AdSense New Bigger Ad unit: 970*90

This ad unit is best for placing in header. An ideal position would be before or after the navbar. Specially if you are using 728*90 ad unit, you should consider replacing it with 970*90 ad unit. It’s a new ad unit, and you will not find much image based ads for now, so when you are generating code for this ad unit size, make sure to select both (Image + text ads). If text ads will make you website design look bad, you should wait for couple of months, before integrating this ad type. Right now, you will notice more of text ads after implementing this ad unit. Here is an example of how your website will look with this new AdSense ad unit:
Adsense 970*90
To generate the ad code for this new ad unit, login to your AdSense account. Click on my Ads > New Ad unit and select 978*90 under ad unit size. In ad type select Text & image ads, and select the channel for your website.
AdSense biggest ad unit
Ideal placement:
Do remember AdSense do offer CPM ads, but most of the ads are CPC ads, so don’t place ad units below the fold. This ad unit will work around header of your website.
  • Place it around your blog navbar
  • Replace current 728*90 ad unit with 970*90 ad unit
AdSense allows maximum 3 ad unit and 3 text ad units on a webpage for a normal publisher, so make sure you select the best ad units, and place to smartly to improve your revenue from AdSense. Here are few more guides related to AdSense that you should refer to:
  • AdSense has expended it’s ad unit by adding new 970*90 ad unit. Earlier, AdSense added 300*600 ad unit, and new 970*90 ad unit is more targeted to websites with large width size. This is perfect for wide-screen. This ad unit is already available for all the AdSense publishers, and you can grab the code right now. Here are few details about new ad unit, and things to keep in mind.

  • AdSense New Bigger Ad unit: 970*90

  • This ad unit is best for placing in header. An ideal position would be before or after the navbar. Specially if you are using 728*90 ad unit, you should consider replacing it with 970*90 ad unit. It’s a new ad unit, and you will not find much image based ads for now, so when you are generating code for this ad unit size, make sure to select both (Image + text ads). If text ads will make you website design look bad, you should wait for couple of months, before integrating this ad type. Right now, you will notice more of text ads after implementing this ad unit. Here is an example of how your website will look with this new AdSense ad unit:

  • Adsense 970*90

  • To generate the ad code for this new ad unit, login to your AdSense account. Click on my Ads > New Ad unit and select 978*90 under ad unit size. In ad type select Text & image ads, and select the channel for your website.

  • AdSense biggest ad unit

  • Ideal placement:

  • Do remember AdSense do offer CPM ads, but most of the ads are CPC ads, so don’t place ad units below the fold. This ad unit will work around header of your website.

  • Place it around your blog navbar
  • Replace current 728*90 ad unit with 970*90 ad unit
  • AdSense allows maximum 3 ad unit and 3 text ad units on a webpage for a normal publisher, so make sure you select the best ad units, and place to smartly to improve your revenue from AdSense. Here are few more guides related to AdSense that you should refer to:

  • --Tips to increase AdSense earning

  • ---10 simple tips to avoid violating AdSense TOS

5 Domain Name Suggestion Tools

Whenever we start any new website, one of the most important factors involved in the process is the selection of a domain name. There are many domain name suggestion tools  available on the market, and in today’s post I have compiled a list some of the more highly recommended of these tools, which will help you to find domain names based on your keywords or name ideas.
One approach which I always suggest is to go for branded or keyword-rich domain name, depending on your new site’s business model. If you are creating a micro-niche site, it’s always a good idea to shoot for a name that has your keyword in it. If you’re looking for long term engagement, I would suggest that you go for a branded name like ShoutMeLoud, Labnol, Lifehacker and so on. Branded names such as these  are very useful in the long run, and create a significant impact. In particular, a name which is easy to remember will always be helpful. Try not to use a name that is hard to spell or type.

List of domain name suggestion tools:

I recently posted an article on the domain name suggestion tool Domainsbot. (Thanks to Google, I was able to get my hands on four domain name search tools.) Domain name suggestion tools come in very handy when you’re searching for some quality domain names based on keywords, (especially when you get an offer from some domain registrar to buy a domain for $1 using their special offer).

I recently posted an article on the domain name suggestion tool Domainsbot. (Thanks to Google, I was able to get my hands on four domain name search tools.) Domain name suggestion tools come in very handy when you’re searching for some quality domain names based on keywords, (especially when you get an offer from some domain registrar to buy a domain for $1 using their special offer).

Before you use any of the following tools, I highly recommend that you read the following tutorial:
So let’s start with a handy list of sites which will help you to find the best domain name for your new site.
Note:  Some common features all these sites offer:
  • You can buy a domain directly from any of the services
  • Domain available or sold




  • Some of them find listings from the used domain marketp

1. Domainsbot :
Domainsbot is a simple domain suggestion tool which also uses your keyword to give you some nice domain suggestions. What I like about this site is that when you search for a niche-based keyword, it also finds the domain listings from SEDO and Godaddy along with prices. This can be helpful in choosing the best keyword-rich domain name for your new site.  It really is a perfect keyword domain name generator tool. Learn more aboutDomainsbot.
2. NameTumbler :
NametumblerNameTumbler is another simple domain suggestion tool which allows you to  make changes in your domain search. You can decide the placement of your keyword for domain name suggestions. What makes this tool worth a mention is that it allows you to add your keyword and combine it with many keyword suggestions. For example, add it with an animal’s name, add a prefix or suffix, and check availability. In short, it tumbles names to find available domain names!<NameTumbler>
3. Domain suggest tool:
domainIT
This tool allows you to search for domain names with the extensions .com, .cc, .TV, .net. By default the adult name suggestion is off, though you can turn it on. This would not be a good idea, however, as many firewalls block access to sites based on keywords in domain name. <Link>
4. BustAName :
Bustaname
BustAName is my second favorite domain search tool after Domainsbot. It makes your mind mapping so easy, with lots of suggestions and words.  You can add multiple keywords, and it jumbles them to see if there are any available domain names. You can quickly add a prefix or suffix which also makes it easier to find your desired domain name. <Link>
I hope this list of domain suggestion tools will be very helpful for you as you work to find the best domain name for your next venture.
Do let us know if you use other similar tools that you have found helpful for finding quality available domain names.

How to Pick a Great Domain Name for Your Blog ?

How to Pick a Great Domain Name for Your Blog  ?

Blogging is a long journey. Once you start blogging, you continue it over the years. There are many bloggers who do not persist and they stop blogging because they do not see the results immediately. But if you persist, then there are huge rewards waiting for you. At some point if you blog has at least 1,000 genuine followers who look forward new posts – then you can consider yourself a blogging success.
Let’s say you do reach a point where there are 1,000 readers waiting for your next post. If you reach that position, your blogging journey will become unstoppable. You will get on to a positive spiral and your blog’s value will go up exponentially as months and years pass by.
On this blogging journey, you can change your blog’s design, hire new writers, add premium plugins and change the focus of your blog. But there is one thing you will never be able to change – your domain name.
Your domain name is your brand and changing a brand name is not an easy process.
Your domain name would also define what you can do with your brand. That’s why this post is about choosing the best possible domain name for your blog even before you get started blogging.

Generic Domain Names Vs. Keyword Domain Names

When you are choosing a domain name for your blog, you have to option to go with a brandable domain name or a keyword focused domain name.
A generic brand name like Makeofu.blogspot.in doesn’t mean anything specific and it has the capability to launch anything and do anything.
However, let’s say you have a domain name such as BlogginginIndia.com. This name will restrict you to talk about blogging with a focus on India. A reader from outside India will not follow this blog because they will know that this is only for India.
Focusing is good but if you want to expand your reach in the future, the domain name should not be a road-block for you.
For example, if Google started with a name like SearchEngine.com, they would not be able to expand the brand beyond being an online search engine.
Brandable names are always better than keyword focused specific names when you want to build a valuable brand.
However, if you are just looking to build a small niche blog and work on it as a side project, keyword based domain names are OK.

Is it Possible to Change Your Domain Name Later?

You may think that you can get started with some name now and later change the brand and domain name if you want to change focus. But you cannot change your domain name on a later date because the domain name becomes your brand. Your backlinks, popularity and search traffic are all linked to your domain name.
Very few people have successfully changed their domain name without getting hurt. SeoMoz.org changed to Moz.com successfully. But I wouldn’t take a risk like that unless I have the branding, marketing and SEO expertise like the guys at Moz do.
This again brings us to the point that it is very important to start a blog with a good domain name. Some bloggers who do not start with a good domain name always feel bad about the choice they made years back.
Some bloggers get stuck with bad domain names which are difficult to remember and prone to type-in mistakes when someone is looking for their blog.
For example, Yaro Starak is a well-known blogger but his blog is built on the domain name Entrepreneurs-Journey.com. He has expressed several times during his private coaching program that he should have started with a better name.
If he got 10% more branding, reach and traffic with a better domain name today, how much do you think it would be worth?
If his website is worth one million dollars today, 10% of it would be $100,000. Which means that if he had the money to invest, he could buy a very good domain name for $100,000 and he would still be profitable.
Of course, everyone cannot predict the future success of a blogging project and also we do not have big money to start with. However, it doesn’t mean that you can settle for a mediocre domain name – especially if you are very serious about blogging.
Another example is Darren Rowse from ProBlogger.net. It is a nice name, but he started losing a lot of traffic to the .com version. When people think about websites, they think about .com. He was losing so much traffic to the .com domain name that even without a proper website in place, the Alexa traffic rank of ProBlogger.com started going up dramatically! He had to purchase ProBlogger.com later to protect his brand.
So if you haven’t started a serious blog yet, here are some tips to choose the right domain name for your blog. Having a good domain name will take you places and it will become a valuable brand of its own. So what makes a good domain name?
AirAsia did a rebranding of all their airlines where earlier it was just written as AirAsia on their flights and it has now changed to AirAsia.com.
When you see the airplane at an airport the .com is written in such a big font on the side of the airplane. Such branding activities increase the value of .com!
Usually, many people prefer going for a .net or .org if they don’t find a .com version but in the long run, they will end up losing some traffic to the .com version (like ProBlogger.net).
People remember brand names more than the extensions and they will just type in brandname.com.
When I was running my blog BikeAdvice.in, many people used to refer my website as BikeAdvice.com. I tried to get in touch with the owner of BikeAdvice.com but, he was asking for $25,000. The price of the .com version went up only because my .in blog became famous.
If you don’t want to go for a premium domain name, you can also try your luck atLeanDomainSearch.com where you will find plenty of .com names that are available with different combinations of words.
For example, if you are going to start a blog about cars you can find .com names with a prefix or suffix to the word ‘Car’. I just found out that the domain name CarSigma.com is available. Not a bad name for a blog about cars, if someone wants to take it up.
2. The Domain Name Should Pass the ‘Phone Test’
This is the most basic requirement for choosing a domain name. If a domain doesn’t pass the phone test, I would think twice before building a blog or a brand around it.
If I tell you my domain name on the phone, you should be able to just type it out without asking me again to spell it out.
So if I say “Visit DigitalDeepak.com” on the phone to you, you will be able to type it out without asking me to spell it out. Both the words Digital and Deepak are common and “.com” is very clear.
“Visit ShoutMeLoud.com” – again there are no chances of spelling mistakes happening here if I tell it to you on the phone. Whenever I invest money in domain names, I make sure that it passes the phone test. Even if the domain name is 3 words, it’s OK, but it must this test.
3. Get a Premium .com Domain Name If You Don’t Have Any Alternatives
Now that I have convinced you that you have to go with a .com, the next question that you probably have is: what can I do when almost all the .com domain names are already taken.
Yes, it is a fact that most of the .com names are already taken but that shouldn’t prevent you from getting a .com. There are plenty of .com names that are being resold. You will be able to find good .com domain names from the premium domain name market.
Here’s are some places where you can find a premium .com name:
  • Sedo.com
  • Afternic.com
  • HugeDomains.com
  • BuyDomains.com
Such premium domain name market places sell the domain names for $500 to $1,000. I am not sure what is your appetite but if you are going to bet your future income on blogging, spending up to $1,000 for a good domain name is reasonable.

Where to Register and Hold Your Domain Names?

If you have found a .com name available for registration, you can register that name inGoDaddy or ShoutMyDomain. The price for the first year of registration in these registrars is extremely cheap – mostly around $2-$12.
Transferring your domain names is possible after two months of registration. When you transfer your domain names to a new registrar, they will give you one-year renewal for free which is usually cheaper than their normal renewal charges.
Any questions about choosing the right domain name? Leave a comment below.
Also check out: