<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; increase web traffic</title>
	<atom:link href="http://trafficbandits.com/increase-website-traffic/increasewebsitetraffic/increase-web-traffic/feed/" rel="self" type="application/rss+xml" />
	<link>http://trafficbandits.com/increase-website-traffic</link>
	<description></description>
	<lastBuildDate>Thu, 14 Jul 2011 03:15:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Need To Get Traffic To Your Blog?  Get Traffic The Sociable Way</title>
		<link>http://trafficbandits.com/increase-website-traffic/need-to-get-traffic-to-your-blog-get-traffic-the-sociable-way/</link>
		<comments>http://trafficbandits.com/increase-website-traffic/need-to-get-traffic-to-your-blog-get-traffic-the-sociable-way/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 14:08:05 +0000</pubDate>
		<dc:creator>Preston J. Davis</dc:creator>
				<category><![CDATA[Increasing your Targeted Website Traffic]]></category>
		<category><![CDATA[article marketing]]></category>
		<category><![CDATA[blogging for money]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[get traffic to blog]]></category>
		<category><![CDATA[get traffic to your blog]]></category>
		<category><![CDATA[get traffic to your website]]></category>
		<category><![CDATA[increase blog traffic]]></category>
		<category><![CDATA[increase web traffic]]></category>
		<category><![CDATA[internt business]]></category>
		<category><![CDATA[site promotion]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://trafficbandits.com/increase-website-traffic/need-to-get-traffic-to-your-blog-get-traffic-the-sociable-way/</guid>
		<description><![CDATA[The newer way to get traffic to your blog is through social bookmarketing.  To use social book marketing you need to create accounts so you can submit your blog and tag it.]]></description>
			<content:encoded><![CDATA[
<style type="text/css">
<!--

.WPMCL_link{
color: #EE6688; 
font-size: 18px; font-weight: bold; font-style: italic; text-decoration:underline;
}

-->
</style>

<style type="text/css">
<!--

#WPMCL_popup {
    background-attachment: fixed;
    background-color: white;
    border: 0.1em dashed black;
    font-family: "Verdana, Arial, Sans-Serif";
    font-size: 75%;
    margin: 0px;
    padding: 0.7em;
    position: absolute;
    spacing: 0em;
    visibility: hidden;
    width: 200px;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

-->
</style>

<div id="WPMCL_popup"></div>

<script type="text/javascript">
<!--

var offsetxpoint = 0;
var offsetypoint = 0;
var closing_time_in_miliseconds = 100;
var ie = document.all;
var gecko = document.getElementById && !document.all;
var showing = false;
var moving = false;
var close_time = 0;
var popupw = document.getElementById ? document.getElementById("WPMCL_popup") : (document.all ? document.all["WPMCL_popup"] : "");

function WPMCL_msbody() {
    return (document.compatMode && document.compatMode != "BackCompat") ? document.documentElement : document.body;
}

function WPMCL_show_popup(e, thetext){
    if (popupw.innerHTML != undefined) {
        popupw.innerHTML = thetext;
        showing = window.event ? window.event.srcElement : e.currentTarget;
        newpopup = true;
        return false;
    }
}

function WPMCL_close_popup(){
    showing = false;
    moving = false;
    newpopup = false;
    close_time = 0;
    popupw.style.backgroundColor = "";
    popupw.style.left = "-10000px";
    popupw.style.visibility = "hidden";
    popupw.style.width = "";
}

function WPMCL_mouse_moved(e){
    if (showing && (newpopup || moving)){
        var curX = window.event ? window.event.clientX+WPMCL_msbody().scrollLeft : e.pageX;
        var curY = window.event ? window.event.clientY+WPMCL_msbody().scrollTop : e.pageY;
        var left_edge = offsetxpoint < 0 ? -offsetxpoint : -10000;
        var right_edge = ie && !window.opera ? WPMCL_msbody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20;
        var bottom_edge = ie && !window.opera ? WPMCL_msbody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20;

        if (right_edge < popupw.offsetWidth) {
            popupw.style.left = ie ? WPMCL_msbody().scrollLeft+event.clientX-popupw.offsetWidth+"px" : window.pageXOffset+e.clientX-popupw.offsetWidth+"px";
        } else if (curX < left_edge) {
            popupw.style.left = "5px";
        } else {
            popupw.style.left = curX+offsetxpoint+"px";
        }

        if (bottom_edge < popupw.offsetHeight) {
            popupw.style.top = ie ? WPMCL_msbody().scrollTop+event.clientY-popupw.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-popupw.offsetHeight-offsetypoint+"px";
        } else {
            popupw.style.top = curY+offsetypoint+"px";
            popupw.style.visibility = "visible";
        }
        newpopup = false;
    }

    if (showing && !moving){
            currentElement = window.event ? window.event.srcElement : e.target;
            while (currentElement.id != showing.id && currentElement.id != "WPMCL_popup" && currentElement.tagName != "BODY" && currentElement.tagName != "HTML"){
                currentElement = currentElement.parentElement ? currentElement.parentElement : currentElement.parentNode;
            }
            if (currentElement.id != showing.id && currentElement.id != "WPMCL_popup"){
                Now = new Date();
                Now_time = Now.getTime();
                if (!close_time) {
                    close_time = Now_time;
                } else if (Now_time - close_time >= closing_time_in_miliseconds) {
                    WPMCL_close_popup();
                }
            }
    }
}

document.onmousemove = WPMCL_mouse_moved;
document.onmousedown = Function("moving = true");
document.onmouseup = Function("moving = false");

-->
</script>


<!-- ALL ADSENSE ADS DISABLED -->
<div style='font-style:italic;' class='byline'>by Preston J. Davis</div>
<p>The newer way to get traffic to your blog is through social bookmarketing.  To use social book marketing you need to create accounts so you can submit your blog and tag it.  </p>
<p>The reason that you use tags is so that you will be able to find it later but you are not the only one that can find it. Putting the proper tags is very important because it allows people that are interested in what your blog is about to find it.</p>
<p>People can then grab your feed and use it on their site or pass it to their friends that would be interested in it. This provides you with a ton of high quality one way links back to your blog that can rank you high within the search engines and send you a high amount of organic traffic.</p>
<p>The key to really getting this to work is that you have to be social. If you sign up to social bookmarking sites and only submit feeds about your blog with out ever looking at and using other peoples feeds and sites you will end up getting kicked off of the bookmarking site.</p>
<p>Forum marketing is another sociable way to get traffic to your blog. In your signature use catchy little phrases with your links to get people interested in visiting your blog.    </p>
<p>If your having a hard time finding forums about your topic you can ask Google.  Put &#8220;topic of blog + forum&#8221; in the search engine to get a list of the different relevant forums.</p>
<p>If you want to get traffic from the forums you need to show them your an expert.  The best way to do this is to make sure that your posts are accurate, well knowledgeable, and actually help the people that ask the questions.  If you do this people will be interested in what you have posted on your blog.  You want to contribute to the community, not spam .   </p>
<p>Article marketing is another good way to get traffic to your blog. Writing articles can be very easy to do if you are already in the forums.  To write articles using the forums, find out what people are asking about the most and then either answer it for them or see what answers are already there to compose your article.  Make sure that you always rewrite everything in your own words because plagiarism is a very serious charge.  </p>
<p>The more articles you submit the more traffic will get your blog.  If you want to see a major increase in traffic your blog than you should consider using an article submission site.  Article submission sites are able to submit unique articles for you to thousands of directories.</p>
<div class='resource'>
<div style='font-style:italic;' class='about'>About the Author:</div>
<div class='links'>There are countless amount of options to <a href="http://www.uniquearticlesubmissionsoftware.com">get traffic to your blog</a>. The biggest key is to take action. Get more info on how to <a href="http://www.uniquearticlesubmissionsoftware.com">get traffic to your blog</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://trafficbandits.com/increase-website-traffic/need-to-get-traffic-to-your-blog-get-traffic-the-sociable-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

