Published by VIE Scripts

Issue - 26 - Saturday, Feb 2, 2008

 
 
   Issue 26 Table of Content

Get Backlinks To Your Blog - Try These 4 Tips
Article By Joel Nickerson
WWW vs. Non-WWW, The PageRank Effect and the Solution
Subscribers Feedback

 
 
Sponsor Ad

Build a Massive Mailing List Virally With Us.
Nothing Easier, Building a List of 100,000 Subscribers
As Easy As Building a List of 100


Click Here for More Detail

Get Backlinks To Your Blog - Try These 4 Tips


Once you start your own Internet marketing business you will quickly learn that traffic is king. You have to let people know that you are open for business. People can only find your blog when you have a link pointing back to it.

In this article we will talk about the five best ways to get back links pointing back to your blog.

1. Start a pay per click advertising campaign. Google Adwords is still the strongest pay per click advertising search engine in the world today. You can advertise with many others as well. Payperclicksearchengines.com is one website that contains hundreds of companies where you can advertise your website by bidding on keywords.

There are many things that go into creating a good ppc campaign. It will be important that you do not jump in with both feet until you have taken the time to learn the basics. Because it is still the fastest way to drive targeted traffic to any blog or website we list it number one.

2. Submit your blog post articles to social directories. One quick way to do that is to join Onlywire.com. They conveniently contained over 20 social directories that you can bookmark your posts too. You will also want to consider joining others such as Stumbleupon, Digg, Propeller and any relevant ones that relate to the theme of your blog.

Every time you post in your blog you should bookmark that post to all of the social directories. This creates links back to each individual post giving you potential traffic.

3. Article marketing is still a fantastic way to create traffic and back links to your website. You should learn everything you can about this excellent marketing strategy. The bottom line is crafting a well-written resource box that contains a link back to your website is one way to get people who read your articles to visit your site.

Also when you hyperlink a keyword in your resource box search engines find it and come to your website as well. You begin to develop keyword relevancy over time by writing and submitting this with the resource box as many times as possible.

4. One great way to create back links is Posting comments in other people's blogs. Every time you post you are able to include your name and your website address in some comments. Try to include your primary keyword in the name if you can.

This is four of the best ways to get back links to your blog. There are countless other ways and you may be comfortable with some of them. Regardless of how you do it the key is to get thousands of back links to your blog creating potential traffic for you and your business.



VIE Scripts
Article By Joel Nickerson
Article Source:


Back to Content
 


Sponsor Ad

Your Sponsor Ad Might Be In This Ad Box Lifetime
Click Here for More Detail

 
WWW vs. Non-WWW, The PageRank Effect and the Solution

Have you ever wondered if there is a difference between using http://www.anysite.com and http://anysite.com for your site links? Does this affect your PageRank?

YES, there is a difference! Your domain name is simply yoursite.com. Any thing added to the beginning of the address is a sub domain, so www.yoursite.com is a sub domain just like mail.yoursite.com or forum.yoursite.com. It's just using www is so popular that most of the sites adjust their DNS and web server settings so that using www or not using it will lead to your home page, this is what your visitors expect and this is what you should do. Fortunately, this is done automatically for you when you buy a domain name and host your site in most cases.

So can you use both www.yoursite.com and yoursite.com to link to your site? Yes you can, but I strongly recommend that you don't! Why? For SEO (Search Engines Optimization) reasons you should always use the same form for your links, pick one (with www or without www) and stick to it. This is called canonicalization and it means picking the best URL when you have a choice.

Here is the explanation:

Because www.yoursite.com is not the same as yoursite.com and if you have different inbound links to both URLs, this could cause two problems:

First, some search engines might "think" that this is a duplicate content and penalize your site for this!

Second, splitting your links will affect your PageRank as PageRank is all about links, so if you have 1000 inbound links to www.yoursite.com and 500 inbound links to yoursite.com then you will have different PageRank for both URLs and you will lose valuable inbound links because they will be split into links for both URLs.

So what is the solution for this problem?

First, choose one form and stick to it. I prefer www.yoursite.com because this is what most people use. Also most people press (CTRL + Enter) in Internet Explorer or Firefox to append http://www and .com to whatever they have typed in the address bar of both major browsers.

Second, in Google's Webmaster Tools, click "Preferred domain" and choose the same URL that you chose in the previous step.

Third, do something to redirect your traffic from one URL to the other (like from non-www to the www). That is what the major sites have done, try typing google.com, msn.com or yahoo.com and you will be redirected to www.google.com, www.msn.com and www.yahoo.com. The right method is to use "301 Moved Permanently" as this will make sure that search engines will combine the value of your inbound links.

I will show you two methods to do that. The best and the most frequently used method to do that is in a file called .htaccess (HTTP Access). It's a text file used in most Linux based web servers. Just make a text file called .htaccess and upload it to the root directory of your site or append those lines to it if the file is already there:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]

This will redirect all the traffic from the non-www to the www of your site with the "301 Moved Permanently" server response.

As I have told you this is the best and the fastest method, but what if you - for some reason - can not use the .htaccess method?

You can use PHP, just add those lines to your home page, but make sure they are the first lines in the page or you will get an error "headers already sent".

<?php
if (substr($_SERVER['HTTP_HOST'],0,3) != 'www')
{
header('HTTP/1.1 301 Moved Permanently');
header('Location: http://www.yoursite.com/');
}
?>

While you need to put one .htaccess file in the root directory of your site and all the pages in your site will work properly, this is not the case for the PHP method, that's why I have told you that the .htaccess method is better. The previous PHP code will work only for the home page so you need to add those lines to the top of every page you want to redirect from the non-www to the www URL:

<?php
if (substr($_SERVER['HTTP_HOST'],0,3) != 'www')
{
header('HTTP/1.1 301 Moved Permanently');
header('Location: http://www.'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF']);
}
?> 

You can put those lines in an external PHP file and use PHP Include function to include this file.

Remember:

Always use the .htaccess file method if you can.

Do not forget to replace "yoursite.com" with your domain name.



VIE Scripts

Article Source:

Back to Content
 
 
 
 


Members Feedback


Tell us what you think of VIE Scripts ezine. Let us know what information are you expecting from us and how we could help you right now. Tell us your successful story so we could share it with our readers.

Contact us here

 

Publisher Details


VIE Scripts Ezine
is Published by
Victor Botez

29/3 N.Dimo str., 121
Kishinev, 2045, Moldova rep. of
Phone: +37322310651


 Back to Content
 
Copyright 2006 and Beyond - viescripts.com - All Rights Reserver Worldwide