ALL-NET – Tech & Webmaster blog

Tech & Webmaster blog

The Importance of One Way Link

December 21, 2009 | Posted in Link Building,SEO, Tagged , , ,

Definitely, the most beneficial link for a website is one way link. The website owner ultimate goal is encourage many visitors come to their website and hope that the visitor will look around and even brings the profit to them. But, the most important thing is, how can the website get visitor? The definitive answer for this is to ranking high in most important search engines.

To rank top in search engine result, there are many things that you can do. One of them is get one way link as many as possible. One way link is a simply a link from other website to your website with keywords anchor text and you don’t have to put their link at your website. This is a nice benefit because it keeps visitor coming to your site through the other website (the website your link is at) and this means you can increased the traffic of your website with minimal efforts.

Why Does One Way Link is Better?
Search engine such as Google mark one way link as a ‘vote’ from other website to your website. It is because if your link is at the other website, that website is certifying the quality of your website and makes your website ranking higher.

How Can I Get One Way Link?
Getting the one way link is the hard part because not many webmaster want to put your link at your website if you just ask. The most important things you can do is produce high quality contents at your website and if the content is related to their website then most likely they can link to your website.

The other thing you can do to get one way link is to do a 3-way link exchange. Most webmaster has more than one website, you can ask them to put your link at their website in exchange you will link to their other website from your website. It’s a win win situation because you have one way link at their website and you give them one way link to their other website.

301 Redirect for Better SEO

December 11, 2009 | Posted in SEO,Websites, Tagged , , ,

You’ve just redesigned some pages of your web site. The pages have high search engine rankings that you don’t want to lose. How can you safely redirect web site traffic from your old pages to the new pages without losing your rankings? You can do this by using a ” 301 redirect “

301-Permanent-RedirectWhat is 301 redirect?

301 redirect is the best method to preserve your current search engine rankings when redirecting web pages or a web
site. The code “301″ is interpreted as “moved permanently”. After the code, the URL of the missing or renamed page is
noted, followed by a space, then followed by the new location or file name. You implement the 301 redirect by creating a .htaccess file.

What is a .htaccess file?

When a visitor/spider requests a web page, your web server checks for a .htaccess file. The .htaccess file contains specific instructions for certain requests, including security, redirection issues and how to handle certain errors.

How to implement the 301 Redirect

1. To create a .htaccess file, open notepad, name and save the file as .htaccess (there is no extension).

2. If you already have a .htaccess file on your server, download it to your desktop for editing.

3. Place this code in your .htaccess file:
redirect 301 /old/old.htm http://www.you.com/new.htm

4. If the .htaccess file already has lines of code in it, skip a line, then add the above code.

5. Save the .htaccess file

6. Upload this file to the root folder of your server. (more…)