<?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; Google Search</title>
	<atom:link href="http://www.saasaffiliates.com/tag/google-search/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>Social Search is Here &#8211; Time for Social Search Optimization</title>
		<link>http://www.saasaffiliates.com/social-search-optimization-is-here/</link>
		<comments>http://www.saasaffiliates.com/social-search-optimization-is-here/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 19:27:08 +0000</pubDate>
		<dc:creator>Uri Lederman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Local Search]]></category>
		<category><![CDATA[Pay Per Performance]]></category>
		<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[Social Marketing]]></category>
		<category><![CDATA[YAHOO]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Paperclip]]></category>
		<category><![CDATA[Search Optimization]]></category>
		<category><![CDATA[Sitting On The Fence]]></category>
		<category><![CDATA[Social Search]]></category>

		<guid isPermaLink="false">http://www.saasaffiliates.com/?p=503</guid>
		<description><![CDATA[For those that have been sitting on the fence waiting to see how the world of SEO would look like in 2012. Welcome.. Social Search is here and it is time for social search optimization. Give us a call we can help you better understand how all these changes will affect you and your business. [...]]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><div class='dd-fbshare-ajax-load dd-fbshare-503'></div><a class='DD_FBSHARE_AJAX_503' name='fb_share' type='box_count' share_url='http://www.saasaffiliates.com/tag/google-search/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-503'></div><iframe class="DD_FBLIKE_AJAX_503" 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-503'></div><g:plusone size='tall' href='http://www.saasaffiliates.com/tag/google-search/feed/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><div class='dd-linkedin-ajax-load dd-linkedin-503'></div><script type='in/share' data-url='http://www.saasaffiliates.com/tag/google-search/feed/' data-counter='top'></script></div><div style='clear:left'></div><div class='dd_button_v'><script type='text/javascript'>yahooBuzzArticleHeadline="Google Search";yahooBuzzArticleId="http://www.saasaffiliates.com/tag/google-search/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/google-search/feed/" data-count="vertical" data-text="Google Search" 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>For those that have been sitting on the fence waiting to see how the world of SEO would look like in 2012. Welcome..  <a href="http://www.saasaffiliates.com/services/pre-click-marketing/social-media-marketing-strategies/">Social Search</a> is here and it is time for <a href="http://www.saasaffiliates.com/social-search-…zation-is-here/">social search optimization</a>. Give us a call we can help you better understand how all these changes will affect you and your business.</p>
<p>Say hello to Google&#8217;s Social Search &#038; Paperclip</p>
<p><code><iframe width="560" height="315" src="http://www.youtube.com/embed/8Z9TTBxarbs" frameborder="0" allowfullscreen></iframe></code></p>
<p>Connect with us on Google on the right and let us know what you think&#8230;</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_503()',1000);window.setTimeout('loadFBLike_503()',1000);window.setTimeout('loadGoogle1_503()',1000);window.setTimeout('loadLinkedin_503()',1000); }); </script><script type="text/javascript"> function loadFBShare_503(){ jQuery(document).ready(function($) { $('.dd-fbshare-503').remove(); $.getScript('http://static.ak.fbcdn.net/connect.php/js/FB.Share'); }); } function loadFBLike_503(){ jQuery(document).ready(function($) { $('.dd-fblike-503').remove();$('.DD_FBLIKE_AJAX_503').attr('width','50');$('.DD_FBLIKE_AJAX_503').attr('height','60');$('.DD_FBLIKE_AJAX_503').attr('src','http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.saasaffiliates.com%2Ftag%2Fgoogle-search%2Ffeed%2F&locale=en_US&layout=box_count&action=like&width=50&height=60&colorscheme=light'); }); } function loadGoogle1_503(){ jQuery(document).ready(function($) { $('.dd-google1-503').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); } function loadLinkedin_503(){ jQuery(document).ready(function($) { $('.dd-linkedin-503').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/social-search-optimization-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Marketing Twitter Updates for 2011-11-22</title>
		<link>http://www.saasaffiliates.com/performance-marketing-twitter-updates-for-2011-11-22/</link>
		<comments>http://www.saasaffiliates.com/performance-marketing-twitter-updates-for-2011-11-22/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 02:37:00 +0000</pubDate>
		<dc:creator>Uri Lederman</dc:creator>
				<category><![CDATA[Tweets]]></category>
		<category><![CDATA[American As Apple Pie]]></category>
		<category><![CDATA[Amp Tips]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Bonus Tips]]></category>
		<category><![CDATA[Couple Weeks]]></category>
		<category><![CDATA[Goog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Human Search]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[local search marketing]]></category>
		<category><![CDATA[Microsoft Adcenter]]></category>
		<category><![CDATA[mobile marketing]]></category>
		<category><![CDATA[Performance Marketing]]></category>
		<category><![CDATA[Reaching Your Goals]]></category>
		<category><![CDATA[Search Eng]]></category>
		<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[Search Engine Watch]]></category>
		<category><![CDATA[Search Quality]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[Social Marketing]]></category>
		<category><![CDATA[Squall]]></category>
		<category><![CDATA[Thanksgiving Dinner]]></category>
		<category><![CDATA[Weather Report]]></category>

		<guid isPermaLink="false">http://www.saasaffiliates.com/performance-marketing-twitter-updates-for-2011-11-22/</guid>
		<description><![CDATA[Tools &#38; Tips to Get Into Action Immediately Following #SESchi Hopefully, by now, you have managed to fully assi&#8230; http://t.co/gG7EUUt3 # Google Comes to Thanksgiving Dinner Early and Brings a Turkey Doodle: A tradition as American as apple pie, Goog&#8230; http://t.co/YDaCIr5t # Buffy the Facebook Phone: iPhone &#38; Android Slayer?: There is a new Chosen [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Tools &amp; Tips to Get Into Action Immediately Following #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SESchi">SESchi</a> Hopefully, by now, you have managed to fully assi&#8230; <a rel="nofollow" href="http://t.co/gG7EUUt3">http://t.co/gG7EUUt3</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139131439986900992">#</a></li>
<li>Google Comes to Thanksgiving Dinner Early and Brings a Turkey Doodle: A tradition as American as apple pie, Goog&#8230; <a rel="nofollow" href="http://t.co/YDaCIr5t">http://t.co/YDaCIr5t</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139112219026792448">#</a></li>
<li>Buffy the Facebook Phone: iPhone &amp; Android Slayer?: There is a new Chosen One. It alone will stand against Apple&#8230; <a rel="nofollow" href="http://t.co/iT4v4rMG">http://t.co/iT4v4rMG</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139104385358761985">#</a></li>
<li>Optify Adds Optimized Landing Pages and Social Sharing: Optify has launched new landing pages and one-click soci&#8230; <a rel="nofollow" href="http://t.co/BtsED0TN">http://t.co/BtsED0TN</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139088928857800704">#</a></li>
<li>Can You Optimize for Google’s Search Quality Raters?: Last month, we wrote about how Google’s human search quali&#8230; <a rel="nofollow" href="http://t.co/J6Cztwxb">http://t.co/J6Cztwxb</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139077337563140096">#</a></li>
<li>Introducing Social Analytics in SEOmoz PRO: Posted by Miranda.Rensch<br />
Hi there, Mozzers! It&#8217;s me, Miranda. It’s &#8230; <a rel="nofollow" href="http://t.co/f63AztnC">http://t.co/f63AztnC</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139066375107911680">#</a></li>
<li><a href="http://www.saasaffiliates.com/services/pre-click-marketing/" target="_self">Pre Click Marketing</a></li>
<li>Negative Keyword Functionality Now Available in adCenter: Over the past couple weeks Microsoft adCenter has been&#8230; <a rel="nofollow" href="http://t.co/R6VgvL4h">http://t.co/R6VgvL4h</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139061912599134208">#</a></li>
<li>Latest Google Weather Report: Panda Squall Warning: Google last week tweeted another of their algorithm Weather &#8230; <a rel="nofollow" href="http://t.co/dZ0fOf8E">http://t.co/dZ0fOf8E</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139042562441883648">#</a></li>
<li>Webinar: Reaching Your Goals with Analytics: Is your website performing as well as it could be? Do you want to g&#8230; <a rel="nofollow" href="http://t.co/sOtqf0ng">http://t.co/sOtqf0ng</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139034752362622976">#</a></li>
<li>How Search Engine Watch Grew Google News Traffic by 300% [Case Study]: One of our stated goals in the Search Eng&#8230; <a rel="nofollow" href="http://t.co/ClutRL7G">http://t.co/ClutRL7G</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139033330040582144">#</a></li>
<li>NEED YOUR HELP! Running a test.  Please help. Go to <a rel="nofollow" href="http://t.co/YhlZmcLw">http://t.co/YhlZmcLw</a> and +1 it..  Tnx in Advanced <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139022044242255872">#</a></li>
<li>Running a test.  Will reveal the test results in a week or so..  Please visit <a rel="nofollow" href="http://t.co/YhlZmcLw">http://t.co/YhlZmcLw</a> and +1 this page.  tnx <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/139020852363661312">#</a></li>
<li>A 4 Step Multivariate Testing Process That Works: When we talk about website testing, we mostly talk about what &#8230; <a rel="nofollow" href="http://t.co/rdFc3hlx">http://t.co/rdFc3hlx</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/138982082398535681">#</a></li>
<li>5 Press Release SEO Posts &amp; 10 Bonus Tips for Better Google Rankings: Press Release SEO has been one of the most&#8230; <a rel="nofollow" href="http://t.co/O5ZYEi9n">http://t.co/O5ZYEi9n</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/138962827577790464">#</a></li>
<li>Take Care with UK Local – A Data Flaw in Directory Sources: Is there any real value to directory-based link buil&#8230; <a rel="nofollow" href="http://t.co/B7761BCk">http://t.co/B7761BCk</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/138938321886904320">#</a></li>
<li>Gaming Social Media Signals For Fun And Profit: Posted by joehallThis post was originally in YOUmoz, and was pro&#8230; <a rel="nofollow" href="http://t.co/tISuVLis">http://t.co/tISuVLis</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/138858826588880897">#</a></li>
<li>How to Use QR Codes for Better Conversion Rates: From building loyalty and generating sales to capturing custome&#8230; <a rel="nofollow" href="http://t.co/W3BtvwAi">http://t.co/W3BtvwAi</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/138858785799274496">#</a></li>
<li>Performance Marketing Twitter Updates for 2011-11-21: Google Sets Up WiFi Opt-Out Option: Is It Enough?: In resp&#8230; <a rel="nofollow" href="http://t.co/l7pSSjAV">http://t.co/l7pSSjAV</a> <a class="aktt_tweet_time" href="http://twitter.com/ledermanu/statuses/138816282429628416">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.saasaffiliates.com/performance-marketing-twitter-updates-for-2011-11-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goolge Realtime (Real Time) Search &#8211; What is it good for?</title>
		<link>http://www.saasaffiliates.com/goolge-realtime-real-time-search-what-is-it-good-for/</link>
		<comments>http://www.saasaffiliates.com/goolge-realtime-real-time-search-what-is-it-good-for/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 13:45:41 +0000</pubDate>
		<dc:creator>Uri Lederman</dc:creator>
				<category><![CDATA[Conversion Optimization]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Conversations]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Goolge]]></category>
		<category><![CDATA[Keyword Research]]></category>
		<category><![CDATA[Marketing Strategies]]></category>
		<category><![CDATA[Media Marketing]]></category>
		<category><![CDATA[New Tools]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Real Time]]></category>
		<category><![CDATA[Refinement]]></category>
		<category><![CDATA[Research Content]]></category>
		<category><![CDATA[Search Experience]]></category>
		<category><![CDATA[Search Google]]></category>
		<category><![CDATA[Time Search]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://www.saasaffiliates.com/?p=350</guid>
		<description><![CDATA[Google&#8217;s Realtime Search has a new home at http://google.com/realtime and new tools to make your real-time search experience faster and more comprehensive. Learn about Realtime&#8217;s geographic refinement and conversations feature and learn how to set up your own Google Alerts for Realtime results. What is really cool about this tool (and should be used as [...]]]></description>
			<content:encoded><![CDATA[<p>Google&#8217;s Realtime Search has a new home at <a href="http://www.google.com/realtime?esrch=RealtimeLaunch::Experiment">http://google.com/realtime</a> and new tools to make your real-time search experience faster and more comprehensive. Learn about Realtime&#8217;s geographic refinement and conversations feature and learn how to set up your own Google Alerts for Realtime results.</p>
<p>What is really cool about this tool (and should be used as a tool) is that you can observe what and more importantly HOW people are using keyphrases and/or what people are saying about a particular subject.</p>
<p>This should go along way in your <a href="http://www.saasaffiliates.com/services/pre-click-marketing/social-media-marketing-strategies/" target="_self">social media marketing strategies</a></p>
<p>Great tool for keyword research, content sourcing and/or just getting involved in online conversations.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="278" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/iSRlXUyJjEQ?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="450" height="278" src="http://www.youtube.com/v/iSRlXUyJjEQ?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saasaffiliates.com/goolge-realtime-real-time-search-what-is-it-good-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Search Ranking Factors</title>
		<link>http://www.saasaffiliates.com/local-search-ranking-factors/</link>
		<comments>http://www.saasaffiliates.com/local-search-ranking-factors/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 01:35:59 +0000</pubDate>
		<dc:creator>Uri Lederman</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Local Search]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Search Experts]]></category>
		<category><![CDATA[Search Ranking]]></category>

		<guid isPermaLink="false">http://www.saasaffiliates.com/blog/?p=10</guid>
		<description><![CDATA[Just finished reading this blog post which I though I would share with you all. It is an interview with local search experts as to the changes in Google Local search in 2009 Great read.. http://www.davidmihm.com/local-search-ranking-factors.shtml]]></description>
			<content:encoded><![CDATA[<p>Just finished reading this blog post which I though I would share with you all. It is an interview with local search experts as to the changes in Google Local search in 2009</p>
<p>Great read..</p>
<p><a href="http://www.davidmihm.com/local-search-ranking-factors.shtml">http://www.davidmihm.com/local-search-ranking-factors.shtml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saasaffiliates.com/local-search-ranking-factors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

