<?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>Pay Per Performance SEO Marketing &#124; Local Search Engine Marketing Company &#124; Toronto SEO PPC SEM SMM &#187; Initiatives</title>
	<atom:link href="http://www.saasaffiliates.com/tag/initiatives/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saasaffiliates.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 03:37:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>www.saasaffiliates.com have gone 100% GREEN</title>
		<link>http://www.saasaffiliates.com/www-saasaffiliates-com-have-gone-100-green/</link>
		<comments>http://www.saasaffiliates.com/www-saasaffiliates-com-have-gone-100-green/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 18:37:05 +0000</pubDate>
		<dc:creator>Uri Lederman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Cheers]]></category>
		<category><![CDATA[Energy Usage]]></category>
		<category><![CDATA[Faxes]]></category>
		<category><![CDATA[Initiates]]></category>
		<category><![CDATA[Initiatives]]></category>
		<category><![CDATA[Paperless Office]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Printing Business Cards]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Wind Power]]></category>

		<guid isPermaLink="false">http://www.saasaffiliates.com/?p=318</guid>
		<description><![CDATA[http://www.saasaffiliates.com is very proud to be 100% green. One of our initiatives for 2010 was to transform all our operations to be a 100% paperless office. We are happy to report that all our green initiatives are complete. We recently moved all our servers to a facilities that is offset 100% of our energy usage [...]]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><div class='dd-fbshare-ajax-load dd-fbshare-318'></div><a class='DD_FBSHARE_AJAX_318' name='fb_share' type='box_count' share_url='http://www.saasaffiliates.com/tag/initiatives/feed/' href='http://www.facebook.com/sharer.php'></a></div><div style='clear:left'></div><div class='dd_button_v'><div class='dd-fblike-ajax-load dd-fblike-318'></div><iframe class="DD_FBLIKE_AJAX_318" src='' height='0' width='0' scrolling='no' frameborder='0' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><div class='dd-google1-ajax-load dd-google1-318'></div><g:plusone size='tall' href='http://www.saasaffiliates.com/tag/initiatives/feed/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><div class='dd-linkedin-ajax-load dd-linkedin-318'></div><script type='in/share' data-url='http://www.saasaffiliates.com/tag/initiatives/feed/' data-counter='top'></script></div><div style='clear:left'></div><div class='dd_button_v'><script type='text/javascript'>yahooBuzzArticleHeadline="Initiatives";yahooBuzzArticleId="http://www.saasaffiliates.com/tag/initiatives/feed/";</script><script type='text/javascript' src='http://d.yimg.com/ds/badge2.js' badgetype='square'></script></div><div style='clear:left'></div><div class='dd_button_v'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.saasaffiliates.com/tag/initiatives/feed/" data-count="vertical" data-text="Initiatives" data-via="@ledermanu" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p>http://www.saasaffiliates.com is very proud to be 100% green. One of our initiatives for 2010 was to transform all our operations to be a 100% paperless office. We are happy to report that all our green initiatives are complete.</p>
<ul>
<li>We recently moved all our servers to a facilities that is offset 100% of our energy usage with Certified Wind Power</li>
<li>All faxes received are digitized NOT printed</li>
<li>ALL documents are digitized and sent out via email NOT faxed</li>
<li>We are No longer printing business cards</li>
<li>We accept Digital Payment through PayPal and other forms of digital payment system</li>
</ul>
<p>We are proud in doing our part.</p>
<p>Cheers,</p>
<p>&#8211;</p>
<p>www.saasaffiliates.com team</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadFBShare_318()',1000);window.setTimeout('loadFBLike_318()',1000);window.setTimeout('loadGoogle1_318()',1000);window.setTimeout('loadLinkedin_318()',1000); }); </script><script type="text/javascript"> function loadFBShare_318(){ jQuery(document).ready(function($) { $('.dd-fbshare-318').remove(); $.getScript('http://static.ak.fbcdn.net/connect.php/js/FB.Share'); }); } function loadFBLike_318(){ jQuery(document).ready(function($) { $('.dd-fblike-318').remove();$('.DD_FBLIKE_AJAX_318').attr('width','50');$('.DD_FBLIKE_AJAX_318').attr('height','60');$('.DD_FBLIKE_AJAX_318').attr('src','http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.saasaffiliates.com%2Ftag%2Finitiatives%2Ffeed%2F&locale=en_US&layout=box_count&action=like&width=50&height=60&colorscheme=light'); }); } function loadGoogle1_318(){ jQuery(document).ready(function($) { $('.dd-google1-318').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); } function loadLinkedin_318(){ jQuery(document).ready(function($) { $('.dd-linkedin-318').remove();$.getScript('http://platform.linkedin.com/in.js'); }); }</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>]]></content:encoded>
			<wfw:commentRss>http://www.saasaffiliates.com/www-saasaffiliates-com-have-gone-100-green/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keywords Are The Currency of the Internet</title>
		<link>http://www.saasaffiliates.com/keywords-are-the-currency-of-the-internet/</link>
		<comments>http://www.saasaffiliates.com/keywords-are-the-currency-of-the-internet/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 19:52:57 +0000</pubDate>
		<dc:creator>Uri Lederman</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Local Search]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Pay Per Click]]></category>
		<category><![CDATA[Pay Per Performance]]></category>
		<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[YAHOO]]></category>
		<category><![CDATA[Adlab]]></category>
		<category><![CDATA[Click Training]]></category>
		<category><![CDATA[Correct Keywords]]></category>
		<category><![CDATA[Currency]]></category>
		<category><![CDATA[Gap]]></category>
		<category><![CDATA[Initiatives]]></category>
		<category><![CDATA[Intention]]></category>
		<category><![CDATA[Jeans]]></category>
		<category><![CDATA[Knowledge Gap]]></category>
		<category><![CDATA[Levis]]></category>
		<category><![CDATA[Low Hanging Fruit]]></category>
		<category><![CDATA[Market Research]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Phrase]]></category>
		<category><![CDATA[Phrases]]></category>
		<category><![CDATA[Successful Online Marketing]]></category>
		<category><![CDATA[Target Keywords]]></category>
		<category><![CDATA[Traffic]]></category>

		<guid isPermaLink="false">http://www.saasaffiliates.com/blog/?p=21</guid>
		<description><![CDATA[We did one of ourÂ PPC TrainingÂ Workshop last week whichÂ just showed me how big this knowledge GAP for successful online marketing SEM Initiatives really is. &#8220;Keywords are the currency of the Internet.&#8221; The most important part of Search Engine Marketing is choosing the correct keywords. The basis of our Pay Per Click Training workshops is to [...]]]></description>
			<content:encoded><![CDATA[<p>We did one of ourÂ <a title="Pay Per Click Training" href="http://www.saasaffiliates.com/PPC-Training.html" target="_blank">PPC Training</a>Â Workshop last week whichÂ just showed me how big this knowledge GAP for successful online marketing SEM Initiatives really is.</p>
<p>&#8220;Keywords are the currency of the Internet.&#8221;</p>
<p>The most important part of Search Engine Marketing is choosing the correct keywords. The basis of our Pay Per Click Training workshops is to instill the following rules to keyword research.</p>
<p>1) <strong>Pick keywords and phrases with traffic.Â  </strong>This sounds easy enough, but did you know that roughly 90% of keywords get little to NO traffic. With all the F.R.E.E. tools available online, why do people still guess at choosing keywords? What keywords are you currently ranked for? are you getting what you want from those keywords?</p>
<p>2) <strong>Target Keywords that have the intention that you are looking for. </strong>Every user has some intention when they type in a particular phrase into any search engine.Â  Can you see the different in intent between &#8220;Jeans&#8221; and &#8220;Levis 301 Jeans&#8221;?Â  Microsoft Adlab has a terrific <a title="Commerical Intention" href="http://adlab.microsoft.com/Online-Commercial-Intention/Default.aspx" target="_blank">Commercial Intent</a> Tool that can help you with that.</p>
<p>3) <strong>Target Keywords with Lower competition. </strong>Do your market research carefully and find the low hanging fruit within your industry and STOP fighting the battles you can&#8217;t win.</p>
<p style="text-align: center;"><strong>Now Go Revisit Your Keywords Today!</strong></p>
<p style="TEXT-ALIGN: left">Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.saasaffiliates.com/keywords-are-the-currency-of-the-internet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

