Should You Worry About UDRP?

The Uniform Domain-Name Dispute-Resolution Policy (UDRP) is a policy established by the Internet Corporation for Assigned Names and Numbers (ICANN) to put some order to disputes between people who have purchased certain domain names and people who want the rights to those domain names without paying exorbitant prices for them. For example, the Trump Organization has recently filed UDRP proceedings so as to try and get the owner of TrumpWine.com and TrumpWines.com to hand over ownership of those domain names to The Donald. (Trump has only recently gotten into the business of wines.)

In order for a UDRP complaint to succeed, the complainant must establish three elements:

  1. The complainant has rights to a trademark or a service mark which is identical, or similar enough to be confused with, the domain name.
  2. The person who owns the domain name does not have any rights or any real interest in it.
  3. The person who owns the domain name is using it in “bad faith”.

“Bad faith” can have a complex set of meanings in legalese, and the panel adjudging the UDRP complaint will use a variety of factors to assess whether the use is in bad faith or not. But since a lot of people buy domain names that they hope to sell back at a profit when those names become useful to others, UDRP can be a real concern for people who traffic in domain names.

Unfortunately, the UDRP is weighted somewhat in favor of the person who owns the trademark, not the person who owns the domain name – basically, Trump is likely to win this round. Further legislation is almost certainly coming in the future, but for right now, you’ll walk a thin line in buying a domain name that’s similar to a well-known trademark or service mark.

Posted in domain name, domain registrar, icann, legal | Tagged , , , | Leave a comment
google-plus-pages

Google Launches The + Page Today

google plus, google +, google page, google + pageEarlier today, I was surprised with the notifications of my Facebook and LinkedIn accounts from my colleagues and previous clients, I got almost 50 notifications and its all about the launching of Google + Page. The business brand page of Google that was developed to counter Facebook Page which is the current leader in Social Media Marketing industry.

I was also asked by a client to create the Google + Business Page for their brands and as I was creating the page, top companies like Pepsi, Starbucks, TechCrunch and other firms have started spreading their Google Pages. It was amazing to witness the creation of different business pages and it seems that they have been waiting for the launching of Google + page.  It was phenomenal and surprising for internet marketers are rushing to get on hold with their brands and companies.

Basically, the Google + Pages is very much similar to Facebook Page for its has the same services which allows corporate brands and businesses to set up a special page within Google’s social networking service. Social networking pages like the Facebook Page and the Goole + Page are important for they reach new customers develop steady relationships with loyal customers through special offers and promotions.

Although Google Page is not fully polished yet and bugs are constantly appearing, it was a very successful launching and in a matter of days more companies and businesses will be swarming this new feature from the no.1 search engine with also having a 40 million subscribers of the google + for individuals.

The only visible complain that I have is its lack of pretty links and its permalink cannot be changed into a brand name yet but I am sure it will be changed in the coming updates. If you have a brand or own a website then taking advantage of Google + is a smart idea. It may not seem polished yet but with its “direct connection” feature which means directly accessible in the Google search engine and its future updates, you are putting your business in a really good marketing spot.

Posted in featured | Tagged , , | Leave a comment

What’s in a CNAME?

As described in RFC 1034 and detailed in RFC 1035 back in 1987, a CNAME, or Canonical Name, DNS resource record is an alias for a host.  By example, let’s take a look at a fictitious host (sigma) in a fictitious domain (example.com) with the following A (address) record:

sigma.example.com      IN   A                     192.168.1.100

This would make sigma.example.com resolve to an IP address of 192.168.1.100.  We could use a CNAME record to make an alias for sigma.example.com:

www.example.com        IN  CNAME          sigma.example.com

A DNS query for sigma.example.com or www.example.com would return both the CNAME and Address resource records.  All modern web browsers would then use the Address resource record to connect to the site.  This enables a single physical host machine or server to mimic multiple individual servers, without the typical user knowing that the web server that their browser connects to is a shared resource.

Using our fictitious host, sigma.example.com, and our fictitious CNAME or alias, www.example.com, we could include the following in our Apache 2.x configuration:

NameVirtualHost *:80

<VirtualHost *:80>

DocumentRoot                 /server/www

ServerName                      www.example.com

</VirtualHost>

<VirtualHost *:80>

DocumentRoot                 /server/sigma

ServerName                      sigma.example.com

</VirtualHost>

Our configuration would allow the single real host, sigma.example.com, to serve web pages for both sigma.example.com and www.example.com.

Posted in domain name | Tagged , , | Leave a comment
website-speed

Website Speed and Its Relevance in Google Rankings

One particular aspect not to be overlooked by web developers is to make sure that the website loads fast. It is a common problem for eCommerce sites such as those developed using the Magento framework. I recently worked with a Magento web development team but I joined a bit late. The site was already launched when I started doing the SEO. I conducted the usual keyword research, link building, article writing and competitors analysis. i was surprised that website loading speed keeps popping up in the reports of the SEO software that I used.

After a month of SEO implementation, I noticed that that the progress seems a bit slower compared to my previous works and with the competitors of the niche keywords. Since the SEO plan involves SEM using Google adwords as well, I receive a notification from google analytics that the site has a slow loading rate and can be optimized using their productivity tool.

I conducted research regarding website speed and it indeed is a factor for google ranking now. Last year, Google updated their algorithm and it now includes the loading speed of the website as one of the basis of ranking a website in their SERP (Search Engine Result Page). According to google, they have to add website speed as a factor for it creates a happy experience for the user when a website loads fast plus it can also save them operating costs for data is transferred faster.

Here is the official statement from a google blogpost last year:

Speeding up websites is important — not just to site owners, but to all Internet users. Faster sites create happy users and we’ve seen in our internal studies that when a site responds slowly, visitors spend less time there. But faster sites don’t just improve user experience; recent data shows that improving site speed also reduces operating costs. Like us, our users place a lot of value in speed — that’s why we’ve decided to take site speed into account in our search rankings. We use a variety of sources to determine the speed of a site relative to other sites.

There are ways where the problem of website speed can be solved. There are available services in the net for free and for a fee. Even google themselves provide website speed optimization which makes me think that it gives your website a bit of advantage in google’s SERP since you are using their services.

Here are 2 of the most useful tools available in the web for speed optimization:

 1. Page Speed by Google – This is the site tool that solved my problem. Since scraping the entire magento website just to make it load faster and it would be a nightmare for the developers and the website owner for the site has been launched, I recommended that we sign up for Google Speed for it is the only available solution perfect for eCommerce websites. The service is free as of now but Google will be charging a minimal fee when it is officially launched.

Click the links below to know more on Google Speed test:

http://code.google.com/speed/page-speed/

http://www.webpagetest.org/

2. YSlow for Yahoo – YSlow is a free tool from Yahoo which provides you ways to improve the speed of your website. Although Yahoo is not considering the speed of the website as a primary factor for their search engine rankings, their tools are effective and very useful.

http://developer.yahoo.com/yslow/

Always consider the speed of your website, conduct test speed for no matter how pretty your domain name is or how many backlinks you have and well written web contents your website have, it can still be dragged down in search engine rankings due to slow website loading.

Posted in domain name, featured | Tagged , , | Leave a comment
backup_mx

MX records are our friends!

MX records have been around since they were introduced in Internet Request For Comments (RFC) 973 in January of 1986, replacing two other DNS record types, MD (Mail Delivery) and MF (Mail Forwarding).  MX stands for “mail exchanger” and simply put, establishes alternate hosts, which can be used for delivering mail to a domain.  MX records have two components, a numeric preference and a host name.  The host name itself must have an A (address) record.

Typically another mail server, which has received an email for a domain that it doesn’t know how to directly deliver, queries DNS for a list of MX records that match the domain of the To: address in the email. It looks for the lowest preference number and contacts that mail server via SMTP.  If there are two MX records with the same preference number, any of them that share the lowest number may be used.  If mail delivery is not successful with the first host, the host with the second lowest preference number is used for the next attempt at mail delivery, typically after a timeout.

All of this provides a level of redundancy and backup to ensure emails can be successfully delivered, even if one or more mail servers are inaccessible.

Posted in misc, network solutions | Tagged , , , | Leave a comment
hello_my_name_is_blog

3 Basic Tips in Choosing a Blog Name

Blogs dominates the web now. It is the easiest web platform to set up and tons of free blog providers are at our disposal with built in features for interactivity and search engine optimization. The fact that more than 15% of the websites in the internet is built using WordPress means that blogging tools is becoming the leading platform for web development. With its user-friendly features, almost everyone are able to set-up new blogs in 1-2-3 steps but their most common mistake is choosing the right website name or blog name.

I summed up 3 of the most basic tips when choosing the right blog name, this is also applicable when choosing a website name:

1. Your blog name should be based on the theme of your blog – This is the most basic when signing up for a blog name, it should reflect on the description of your blog. If you’re blog is about comic reviews then the name should pertain about comic reviews or about graphic novels. Your blog followers or first time visitors will be confused if the name of your blog is flowersblog.com and you talk about the latest releases of Marvel and DC comics. It will be misleading and your visitors might lose interest.

2. Choose a blog name that is light and easy to remember – A blog name should not be overly complicated and hard to remember. Blogs are supposed to be light reading and you don’t have to over complicate it to be artistic or creative. You can apply your creativity in its aesthetics but leave the blog name easy to remember and concise. If you are blogging about graphic novels and comics then then best name would be something like “The Graphic Novels Depot”.

3. Your Domain Name Should Match With Your Blog Name – This is very essential and a big mistake if overlooked. The blog name of your site must be the same or at least share huge similarity with your domain name. For example this site, DomainTalkBlog.com is about domain names and domain registration so it is proper to name it Domain Talk Blog. The similarity is huge and readers will know about the blog the moment the website is loaded in their browsers.

These 3 basic guides are important for it lets your readers and followers know the blog that they are reading and also for SEO purposes. It tells the search engine what the blog or website is all about and in return search engines ranks it according to its description and blog name.

Posted in domain name, featured | Tagged , , | Leave a comment
network solutions logo

Guide to Network Solutions

The term “one stop shop” is rarely utilized properly. However I would venture to say that in the example of getting and promoting a new online business it may apply here. You can get online, obtain a website as well as a mobile website, and marketing all from one provider. Follow this link to obtain a discount at Network Solutions and take a look at all they have to offer.

Network Solutions has been around longer than any other domain registrar. However that is just one of the many services they provide. You can create a website and have it marketed. As the first domain registrar it is a good bet they know what they are doing.

Network Solutions Products and Services
We created a twenty page guide to cover the products and services that they offer. Start here and use the right hand side list of pages to learn more. See the Network Solutions Guide.

Posted in domain name, network solutions | Tagged | Leave a comment
dns

Basic Website DNS Strategy

Got a great idea for a website?  Check.  Have the skills to implement the website?  Check.  Have a hosting provider lined up?  Check.  Know what you’re going to do for DNS?  At this point, a large number of website developers or owners simply take the path of least resistance that actually works, letting their hosting provider provide DNS service as well.  A better strategy is to use a third party DNS provider.  With a third party DNS provider, in the event that your webhosting provider has a problem (sustained/unmitigated DDOS, bankruptcy, long term data center connectivity issues, etc), with a solid backup and another host, you can change a few DNS records and your website is back up.  You’ll be back up and running with comparatively less hassle and your website visitors or customers won’t know the difference.

In conjunction with this DNS strategy, you want to be sure that all of your  DNS A records have a somewhat low TTL (time to live).  With a low TTL, if you need to shift your hosting to a new provider, once you have made the necessary DNS changes, the old DNS A records that pointed to the IP address of the old provider will be more quickly flushed out of the cache of any DNS server that has resolved your hostname.

 

Posted in domain name | Tagged , , | Leave a comment
seo_directory_listing

Directory Listing for SEO: Good or Bad?

Is adding the domain name of your website in directory listing sites a bad practice? Is it a black hat or white hat or something in between? They always say that the proof of the pudding is on the eating and it is applicable in the practice of directory listing for SEO.

Directory listing can be both beneficial when it comes to the relevance of your website but it can also downrank your website when not used properly. So the answer to the question will be Yes, it is good for your website and also Yes, it can be a bad practice. Directory listing has been practiced by SEO specialist and internet marketers to gain exposure and increase the traffic of the website. The domain names are added to directory listing based on their relevancy and categories and will be bookmarked and shows up in the SERPs. Since backlinks are the main bases of Google’s algorithm, directory listing may improve the “trust” rating of your website and may affect the boosting of the website’s page rank.

It is also wise to put in mind that directory listing with lesser page rank or with low “trust” value can pull down your website instead of ranking them in the SERPs or adding points for the improvement of your page rank. This is because your website is being backlinked by a so called “bad neighborhood” website. Some SEO specialists randomly submit their website to different directory listing without even checking the relevancy of the site and the end result is your website being involved in a “bad neighborhood” or sites which purpose is for link farming or black SEO which can affect the health of your website.

Directory listing is an effective method for the visibility of your website. If done properly, it can create a one way backlinks which will improve the health of your website and boost its page rank. Even if it is a “no follow” directory listing, the traffic that it generates is also helpful. Directory listing is not a blackhat nor even a greyhat when done properly such as submitting it based on category and its relevance. If directory listing is done through link farming or for the sole purpose of creating more backlinks then it became a blackhat and can potentially damage your site.

Your website may be visible in the directory listing sites which you submitted but not visible in SERP or Search Engine Result Page due to penalties you got from link spamming.

Posted in featured, legal | Tagged , , | Leave a comment
Ontario-flag-contour

Tucows Wins on Appeal and Domains Ruled Property

Let’s set the stage and here is the background. Always start with the facts. Tucows bought the business Mailbank and in that acquisition they obtained the domain name Renner.com. A company named Lojas Renner S.A. (which is a subsidiary of JC Penny) decided to file a UDRP which is the Uniform Domain-Name Dispute-Resolution Policy that is administered by ICANN. Tucows did not want to go through the process and filed a lawsuit in Ontario, Canada against the company. The company did not want the case to proceed in court so they attempted to have the case removed by arguing that either the Canadian court did not have jurisdiction or the domain name was not property and therefore Tucows could not own it. The company wanted the issue to proceed under ICANNs UDRP.

Initially the ruling was handed down stating that the court did not have jurisdiction and the name was not personal property. Tucows appealed the ruling and the appeals court ruled just the opposite.

The 3 member Appellate Court cited several points but perhaps the most relevant to domain name owners is the following:

“ …Tucows derives income from being the holder of the rights in the domain name renner.com. It has fourteen clients who subscribe to personal e-mail services using the domain name. If the domain name were to be transferred to Renner, it would undoubtedly assist in unlocking the value of Renner’s business. The registered owner of the domain name has the right to exclusively direct traffic to the domain name’s corresponding website and to exclude anyone else from using the same name. The ability to exclude others from the enjoyment of, interference with or appropriation of a specific legal right was held by Cory J. in Bouckhuyt, as a necessary incident of property.”

It is unlikely this decision will be appealed as the next step in the process would be direct appeal to Canada’s Supreme Court.

Posted in dispute resolution, domain dispute, domain name, legal | Tagged , , , , | Leave a comment