03/08/2010 12:00 PM
Handling duplicate content in your website

When you are building your own website, sooner or later you run into the question - how to handle duplicate content? What do I mean by that? Imagine that you have a highly visited web page, which receives most of the daily visits. You are planning to re-design the website, and give this web page a new URL and a fresh new look, but don’t want to lose all that traffic from that old page. And you can’t keep both of them online, since they will have most likely the same content text-wise - something, which is often penalized by search engines. How do you proceed from there?

The best practice is to do a 301 redirect. The 301 message on the Internet is handled by the search engine as: moved permanently. Here is how you can make a 301 redirect for your web page:

With PHP:

The code needs to be placed in the Header section of the website, so that the search engine can read it first.

Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.new-url.com” );

With .htaccess:

RewriteEngine on
RewriteRule ^old\.php$ http://www.domain.com/new.php [R=permanent,L]

The code above will direct all the traffic from the old.php to the new.php page.

With the rel=”canonical” directive:

If you run an online store and want to sell a custom made handbag, which is available in several colors, and decide to dedicate a separate page on your site for each color, then you have about 3 or 4 identical pages. You can use the rel=”canonical” element to direct all traffic to the page with the most popular color.

This will lead a search engine to point all the traffic from the similar pages to the page you have specified. This code needs to be placed in the header section of all the web pages you wish to lead somewhere else.

With the URL Redirection Manager in the Web Hosting Control Panel:

If you don’t like to meddle with code, or with new file creation, or anything like that, you can use the handy URL Redirection Manager available with all our shared web hosting plans, where a simple web interface will allow you to choose which pages to be redirected and what redirection code to be used.



01/12/2010 02:58 PM
.CN TLD registrations temporarily disabled

We have recently been informed by both eNom and Instra, the domain name registrars we are working with, that they are no longer accepting registration requests for the .CN TLD, as well as for its derivatives - .COM.CN, .NET.CN and .ORG.CN. The reason for this is a new policy for the provision of WHOIS details enforced by the CNNIC. The explanation from CNNIC states that they want to enhance the authenticity, accuracy and integrity of the domain name information provided for new domain name registrations.

For the moment, this affects only new domain owners – all renewals of .CN domain names will go without problems.

There is no information as for how long this suspension will continue. As soon as we have new information on the subject, we will let you know.





 

Future Advertising

 

 

Future Advertising

Your website will be powered by Dual P4 (Xeon) 2.6 GHz servers with 2 GB of memory, 5x36 GIGs SCSI hard drives, the Linux OS, and a 100 Mbits connection in Fremont/CA - USA. This ensures that your web site will load quickly for your customers wherever they are in the world.

24/7 Support

Providing quality, cost effective products and services is the obligation of every business. Our affordable web hosting is just a small part of the service we provide. The other part is our focus on fast 24/7 support. If you are unable to find the answer to your issue on our FAQ pages, please feel free to open a new ticket and contact our support department. When you need help or have a problem we will respond within 15 minutes of your request/ticket submission.


Special Offer

Money Back GUARANTEE
FREE Setup
FREE Website Builder
FREE Domain Name

Bonus: Web Site Builder

No skills needed, no HTML, no scripts... New advances in internet technology have made it possible for anyone to create a website without any programming knowledge.


 
Members Login