<?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>About Web Development by Activo &#187; Performance Optimization</title>
	<atom:link href="http://www.activoinc.com/blog/tag/performance-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activoinc.com/blog</link>
	<description>Web Development in a Web 2.0 World</description>
	<lastBuildDate>Fri, 29 Jan 2010 17:16:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Speed Optimized Websites Rank Higher with Search Engines</title>
		<link>http://www.activoinc.com/blog/2009/07/16/speed-optimized-websites-rank-higher-with-search-engines/</link>
		<comments>http://www.activoinc.com/blog/2009/07/16/speed-optimized-websites-rank-higher-with-search-engines/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 04:56:18 +0000</pubDate>
		<dc:creator>Ron Peled</dc:creator>
				<category><![CDATA[Performance Optimization]]></category>
		<category><![CDATA[Web Application Hosting]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>

		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=267</guid>
		<description><![CDATA[Website performance should not be taken lightly. Now, when I say website performance optimization in general I mean the time that it takes a webpage to fully render in the browser. Many different factors can influence that including the number of files that make your page, the size of the files, whether it renders in [...]]]></description>
			<content:encoded><![CDATA[<p>Website performance should not be taken lightly. Now, when I say website performance optimization in general I mean the time that it takes a webpage to fully render in the browser. Many different factors can influence that including the number of files that make your page, the size of the files, whether it renders in standard XHTML or quirks mode, etc. But, for search engines all that matters  is the raw HTML output of your site. One of the ways that search engines measure a site&#8217;s validity is by measuring the speed it takes it to serve the HTML portion. Yes, raw web server power. Why?</p>
<p>Search engines try to guess which websites out there should gain more respect than others, one characteristics is speed. If you think of it, the speed it takes to serve a page reflects how much the owner invested in it and hence reflects on the ranking that it should get in a backwards way. In other words, a site that is served on a dedicated server with serious horse power should get higher rankings than a site that is served on the cheapest shared hosting plan. Another fact is that major search engines researched user return rate and have found that the return is higher for faster sites and even microseconds count. That is why the best search engines focus on speedier results and favor results from faster websites. Really?</p>
<p><img class="aligncenter size-full wp-image-269" title="google_webmaster_tools_crawl_stats2" src="http://www.activoinc.com/blog/wp-content/uploads/2009/07/google_webmaster_tools_crawl_stats2.JPG" alt="google_webmaster_tools_crawl_stats2" width="491" height="433" /></p>
<p>Look at the graph above, you will see a direct correlation between the website&#8217;s speed and the number of indexed pages. There might be a delay and it is not 100% accurate because the speed is not the only factor here, but over time it seems to have an effect. These graphs are from Google Webmaster Tools, under the crawler stats. Ok, how should I increase the performance of my site?</p>
<p>Here are a few things to consider:</p>
<ul>
<li>Invest in a good hosting package. If you are serious, get at least a VPS with your own IP address (dedicated IP is also a measure). A VPS or a dedicated server will always trump the performance of shared hosting over time. Notice that some shared hosting environments reach 500+ websites on the same piece of hardware.</li>
<li>If you use PHP make sure to use APC: Alternative PHP Caching.</li>
<li>Always turn on caching at all levels: Apache, PHP, and your application. All levels usually have some sort of a caching mechanism &#8211; use it!</li>
<li>Research your biggest bottleneck and tackle it, always repeat over time. Just like you do with SEO &#8211; it is always work in progress.</li>
<li>Look in the logs: every time that your server experiences an error or a warning it has to trigger the error handling mechanism which in most environments require additional resources. Especially unhandled exceptions in ASP.NET/IIS7 environments.</li>
</ul>
<p>The list is really long and can get very technical but in general you always want to keep website performance optimization in the back of your head. It is well worth it!</p>
<p>What is your experience with speed optimized websites? how did it affect your SEO results?</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>October 13, 2008 -- <a href="http://www.activoinc.com/blog/2008/10/13/5-peculiar-seo-tips-you-should-know-about/" title="5 Peculiar SEO Tips You Should Know About">5 Peculiar SEO Tips You Should Know About</a> (1)</li><li>December 25, 2008 -- <a href="http://www.activoinc.com/blog/2008/12/25/pdnsd-decrease-dns-response-time-and-save-bandwidth/" title="pdnsd &#8211; Decrease DNS response time and save bandwidth">pdnsd &#8211; Decrease DNS response time and save bandwidth</a> (0)</li><li>November 5, 2008 -- <a href="http://www.activoinc.com/blog/2008/11/05/understanding-mysql-query-caching/" title="Understanding MySQL Query Caching Process">Understanding MySQL Query Caching Process</a> (1)</li><li>October 31, 2008 -- <a href="http://www.activoinc.com/blog/2008/10/31/how-to-use-mod_rewrite-to-set-a-canonical-url/" title="How to Use Mod_Rewrite to Set a Canonical URL">How to Use Mod_Rewrite to Set a Canonical URL</a> (0)</li><li>October 25, 2008 -- <a href="http://www.activoinc.com/blog/2008/10/25/how-to-use-the-footer-to-improve-seo-and-increase-traffic/" title="How to Use the Footer to Improve SEO and Increase Traffic">How to Use the Footer to Improve SEO and Increase Traffic</a> (2)</li><li>September 28, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/28/5-important-zen-cart-modules/" title="5 Important Zen Cart Modules">5 Important Zen Cart Modules</a> (1)</li><li>September 21, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/21/3-steps-to-increase-your-website-traffic-with-popular-keywords/" title="3 Steps to Increase Your Website&#8217;s Traffic with Popular Keywords">3 Steps to Increase Your Website&#8217;s Traffic with Popular Keywords</a> (0)</li><li>September 7, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/07/seo-vs-ppc-is-seo-the-preference-these-days/" title="SEO vs PPC: is SEO the preference these days?">SEO vs PPC: is SEO the preference these days?</a> (1)</li><li>September 5, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/05/joomla-vs-ektron/" title="Joomla vs Ektron">Joomla vs Ektron</a> (2)</li><li>July 5, 2008 -- <a href="http://www.activoinc.com/blog/2008/07/05/flash-and-search-engine-optimization-seo/" title="Flash and Search Engine Optimization (SEO)">Flash and Search Engine Optimization (SEO)</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.activoinc.com/blog/2009/07/16/speed-optimized-websites-rank-higher-with-search-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pdnsd &#8211; Decrease DNS response time and save bandwidth</title>
		<link>http://www.activoinc.com/blog/2008/12/25/pdnsd-decrease-dns-response-time-and-save-bandwidth/</link>
		<comments>http://www.activoinc.com/blog/2008/12/25/pdnsd-decrease-dns-response-time-and-save-bandwidth/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 07:55:11 +0000</pubDate>
		<dc:creator>Ron Peled</dc:creator>
				<category><![CDATA[LAMP: Linux Apache MySQL PHP]]></category>
		<category><![CDATA[Performance Optimization]]></category>
		<category><![CDATA[Web Application Hosting]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[DNS caching]]></category>
		<category><![CDATA[DNS proxy]]></category>
		<category><![CDATA[pdnsd]]></category>

		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=162</guid>
		<description><![CDATA[Sometimes, when you realize that you could have improved the system with so little effort, we blush. This is what happened to me when I realized that most of the neworking delays could have been avoided with this tiny but wity utility. I knew that having a local caching DNS or the like is the [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, when you realize that you could have improved the system with so little effort, we blush. This is what happened to me when I realized that most of the neworking delays could have been avoided with this tiny but wity utility. I knew that having a local caching DNS or the like is the answer but I did not want to use a full fletched DNS server. I found <a title="pdnsd - a small proxy DNS server with permanent caching" href="http://www.phys.uu.nl/~rombouts/pdnsd/index.html"><strong>pdnsd</strong></a> &#8211; a small proxy DNS server with permanent caching. Perfect!</p>
<p><img class="alignnone size-full wp-image-166" title="bandwidth-savings-with-pdnsd" src="http://www.activoinc.com/blog/wp-content/uploads/2008/12/bandwidth-savings-with-pdnsd.jpg" alt="" width="470" height="314" /></p>
<p>In a nutshel, <strong>pdnsd</strong> is a small utility that caches DNS translations locally on the HD, hence next time the server queries the address the response time is likely to be minimal. Usually, the server has to query your ISP&#8217;s DNS or whatever DNS server you specified in the /etc/resolve.conf file. In a high performing web servers you are constantly competing with other packets on the network or your network resources. This is a great advantage. By installing pdnsd you achieve the following:</p>
<ul>
<li>Decrease the average DNS response time sharply!</li>
<li>Increase your server performance, especially if this server needs to communicate externally a lot like an eCommerce server which constantly needs to communicate with shipping and credit card servers.</li>
<li>Save on bandwidth.</li>
</ul>
<p>Here is how you go about setting up <strong>pdnsd</strong> on a CentOS server:</p>
<p><strong>1. Download the latest stable rpm</strong>:<br />
go to <a href="http://www.phys.uu.nl/~rombouts/pdnsd/dl.html">pdnsd download page</a> and look for your relevant rpm. For CentOS 5.2 64bit I got the latest version as of yesterday:</p>
<pre>wget http://www.phys.uu.nl/~rombouts/pdnsd/releases/pdnsd-1.2.7-par_sl5.x86_64.rpm</pre>
<p><strong> 2. Install the rpm:</strong></p>
<pre>rpm -i pdnsd-1.2.7-par_sl5.x86_64.rpm</pre>
<p><strong>3. Configure pdnsd to use your current DNS servers:</strong></p>
<pre>vi /etc/pdnsd.conf</pre>
<p>Paste the following, of-course you should use your DNS servers instead:</p>
<pre>server {
label="opendns";
ip = 208.67.222.222,208.67.220.220;
}</pre>
<p><strong>4. Start pdnsd and test that it is actually working</strong></p>
<pre>service pdnsd start</pre>
<pre> dig @127.0.0.1 yahoo.com</pre>
<p>If you get the IP, it is working. Notice the response time, if you try again you will see a sharp decrease in response time. My servers&#8217; second response time is almost always between 1-0 ms.</p>
<p><strong>5. Set pdnsd to start automatically on boot</strong></p>
<pre>vi /etc/default/pdnsd</pre>
<p>Enter the following and save:</p>
<pre>START_DAEMON=yes</pre>
<p>Also make sure the daemon is set to auto start on boot. I use &#8216;ntsysv&#8217;, you can use chkconfig or whatever you are used to.</p>
<p><strong>6. Set your server to use the pdnsd instead of your DNS servers</strong></p>
<pre>vi /etc/resolv.conf</pre>
<p>Make sure that the first nameserver line is &#8216;127.0.0.1&#8242;. Should look like this:</p>
<pre>nameserver 127.0.0.1</pre>
<p><strong>7. Restart your network service:</strong></p>
<pre>service network restart</pre>
<p>How do you know that it is working? try to use any script that needs to go outside to the network, like &#8216;yum update&#8217;. In most cases, you will notice that the second time is much faster. Enjoy!</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>September 3, 2009 -- <a href="http://www.activoinc.com/blog/2009/09/03/quick-way-to-update-fail2ban-jail-conf-file/" title="Quick Way to Update Fail2ban jail.conf file">Quick Way to Update Fail2ban jail.conf file</a> (0)</li><li>August 31, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/31/performance-optimized-httpd-conf-for-magento-ecommerce/" title="Performance Optimized httpd.conf for Magento eCommerce">Performance Optimized httpd.conf for Magento eCommerce</a> (0)</li><li>August 24, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/24/howto-setup-iptables-for-www-and-dbmysql-on-linux/" title="Howto setup iptables for www and db(mysql) on linux">Howto setup iptables for www and db(mysql) on linux</a> (0)</li><li>August 23, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/23/centos-5-3-install-essentials/" title="CentOS 5.3 Install Essentials">CentOS 5.3 Install Essentials</a> (0)</li><li>August 3, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/03/block-access-to-your-dedicated-server-automatically-if-more-than-3-failed-logins/" title="Block access to your dedicated server automatically if more than 3 failed logins">Block access to your dedicated server automatically if more than 3 failed logins</a> (0)</li><li>July 16, 2009 -- <a href="http://www.activoinc.com/blog/2009/07/16/speed-optimized-websites-rank-higher-with-search-engines/" title="Speed Optimized Websites Rank Higher with Search Engines">Speed Optimized Websites Rank Higher with Search Engines</a> (0)</li><li>March 27, 2009 -- <a href="http://www.activoinc.com/blog/2009/03/27/recommended-visual-svn-server-now-with-subversion-16/" title="Recommended: Visual SVN Server, now with Subversion 1.6">Recommended: Visual SVN Server, now with Subversion 1.6</a> (1)</li><li>March 25, 2009 -- <a href="http://www.activoinc.com/blog/2009/03/25/tightening-up-iptables-for-a-dedicated-db-server-mysql-and-centos/" title="Tightening up iptables for a dedicated DB server (MySQL and CentOS)">Tightening up iptables for a dedicated DB server (MySQL and CentOS)</a> (1)</li><li>November 30, 2008 -- <a href="http://www.activoinc.com/blog/2008/11/30/centos-for-linux-servers-a-cut-above/" title="CentOS for Linux Servers: a cut above">CentOS for Linux Servers: a cut above</a> (0)</li><li>November 5, 2008 -- <a href="http://www.activoinc.com/blog/2008/11/05/understanding-mysql-query-caching/" title="Understanding MySQL Query Caching Process">Understanding MySQL Query Caching Process</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.activoinc.com/blog/2008/12/25/pdnsd-decrease-dns-response-time-and-save-bandwidth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding MySQL Query Caching Process</title>
		<link>http://www.activoinc.com/blog/2008/11/05/understanding-mysql-query-caching/</link>
		<comments>http://www.activoinc.com/blog/2008/11/05/understanding-mysql-query-caching/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 08:01:10 +0000</pubDate>
		<dc:creator>Ron Peled</dc:creator>
				<category><![CDATA[LAMP: Linux Apache MySQL PHP]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[Performance Optimization]]></category>
		<category><![CDATA[MySQL Caching]]></category>
		<category><![CDATA[Search Engine Marketing (SEM)]]></category>
		<category><![CDATA[website performance]]></category>

		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=136</guid>
		<description><![CDATA[These days, websites are expected to perform. No excuses. I also mentioned before that website performance is key for SEO. Well, one easy thing that can be done is turning on MySQL caching. Most servers ship with MySQL in its default configuration which has caching turned off. There are many resources out there if you [...]]]></description>
			<content:encoded><![CDATA[<p>These days, websites are expected to perform. No excuses. I also mentioned before that <a href="http://www.activoinc.com/blog/2008/10/13/5-peculiar-seo-tips-you-should-know-about/">website performance is key for SEO</a>. Well, one easy thing that can be done is turning on MySQL caching. Most servers ship with MySQL in its default configuration which has caching turned off. There are many resources out there if you search enough, however I have found a <a href="http://www.scribd.com/doc/2818256/MySQL-Query-Cache">presentation by Baron Shcwartz: MySQL Query Cache</a> which explains in detail advanced concepts of MySQL Caching. Here is the slide that summarizes the process of MySQL Query Caching:</p>
<p><a href="http://www.activoinc.com/blog/wp-content/uploads/2008/11/tuning-the-query-cache_mysql-caching_baron-shcwartz.gif"><img class="alignnone size-medium wp-image-137" title="tuning-the-query-cache_mysql-caching_baron-shcwartz" src="http://www.activoinc.com/blog/wp-content/uploads/2008/11/tuning-the-query-cache_mysql-caching_baron-shcwartz-300x212.gif" alt="" width="300" height="212" /></a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 16, 2009 -- <a href="http://www.activoinc.com/blog/2009/07/16/speed-optimized-websites-rank-higher-with-search-engines/" title="Speed Optimized Websites Rank Higher with Search Engines">Speed Optimized Websites Rank Higher with Search Engines</a> (0)</li><li>December 25, 2008 -- <a href="http://www.activoinc.com/blog/2008/12/25/pdnsd-decrease-dns-response-time-and-save-bandwidth/" title="pdnsd &#8211; Decrease DNS response time and save bandwidth">pdnsd &#8211; Decrease DNS response time and save bandwidth</a> (0)</li><li>October 31, 2008 -- <a href="http://www.activoinc.com/blog/2008/10/31/how-to-use-mod_rewrite-to-set-a-canonical-url/" title="How to Use Mod_Rewrite to Set a Canonical URL">How to Use Mod_Rewrite to Set a Canonical URL</a> (0)</li><li>October 13, 2008 -- <a href="http://www.activoinc.com/blog/2008/10/13/5-peculiar-seo-tips-you-should-know-about/" title="5 Peculiar SEO Tips You Should Know About">5 Peculiar SEO Tips You Should Know About</a> (1)</li><li>September 21, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/21/3-steps-to-increase-your-website-traffic-with-popular-keywords/" title="3 Steps to Increase Your Website&#8217;s Traffic with Popular Keywords">3 Steps to Increase Your Website&#8217;s Traffic with Popular Keywords</a> (0)</li><li>September 7, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/07/seo-vs-ppc-is-seo-the-preference-these-days/" title="SEO vs PPC: is SEO the preference these days?">SEO vs PPC: is SEO the preference these days?</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.activoinc.com/blog/2008/11/05/understanding-mysql-query-caching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 Peculiar SEO Tips You Should Know About</title>
		<link>http://www.activoinc.com/blog/2008/10/13/5-peculiar-seo-tips-you-should-know-about/</link>
		<comments>http://www.activoinc.com/blog/2008/10/13/5-peculiar-seo-tips-you-should-know-about/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 14:18:54 +0000</pubDate>
		<dc:creator>Ron Peled</dc:creator>
				<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[Performance Optimization]]></category>

		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=101</guid>
		<description><![CDATA[The following are tips we have learned to address with any SEO Project in addition to the usual tasks:

1. Investment: the Length of your Domain Registration
Google will always value quality website and quality content. The length of registration that a domain is registered for is one more indicator for Google that a site is here [...]]]></description>
			<content:encoded><![CDATA[<p>The following are tips we have learned to address with any SEO Project in addition to the usual tasks:</p>
<p><img class="alignnone size-full wp-image-107" title="seo_graph_google_analytics" src="http://www.activoinc.com/blog/wp-content/uploads/2008/10/seo_graph_google_analytics.jpg" alt="" width="470" height="140" /></p>
<h2>1. Investment: the Length of your Domain Registration</h2>
<p>Google will always value quality website and quality content. The length of registration that a domain is registered for is one more indicator for Google that a site is here to stay and that its owners have put some efforts into it. This fact is mentioned in the Google patent for its PageRank. In simple words: register your domain for at least 3-5 years for an improved recognition from Google.</p>
<p>See more: <a href="http://www.searchengineguide.com/bill-hartzer/does-the-length-of-a-domain-registration-affect-your-rank.php">Does the Length of a Domain Registration Affect Your Rank?</a></p>
<h2>2. Performance: Fast Sites Rank Higher</h2>
<p>Again, if you are serious about your site you will make sure that your users can read your site fast. In some cases it takes some effort to improve a site&#8217;s performance, in particular with dynamic content such as a CMS or a Shopping Cart. Make sure to use the right software, apply updates (usually contain performance improvements), and consider tightening up the server&#8217;s configuration. A good rule of thumb for serving pages is an average of one second per page or less, with a half a second or less and you are a head of the pack.</p>
<p>See more: <a href="http://adwords.blogspot.com/2008/06/landing-page-load-time-now-affects.html">Landing page load time now affects keywords&#8217; Quality Scores </a></p>
<h2>3. History: the Age of Sites Linking to Yours Matter</h2>
<p>Having incoming links to your sites is what you want. However, it will take time before you will see any significant result. This is because Google measure the age of incoming links to your site and ranks older links with a higher ranking. There is not much here that can be done except make sure that links to your main site remain indefinitely and avoid short term incoming links. Also, if you were considering disposing of an old site that somehow links to your main site &#8211; reconsider leaving it as is and letting the links mature like wine.</p>
<p>Many factors are at play here: the age of the domains from which links are pointing to pages on your site, The age of the links themselves, and the age of your own domain. In short, the older the links and domains, the higher the ranking or the rank influence overall.</p>
<p>See more: <a href="http://www.webconfs.com/age-of-domain-and-serps-article-6.php">The Age of a Domain Name</a></p>
<h2>4. Uniqueness: Canonical URL</h2>
<p>Every site can decide what is the full URL that it will use. Most sites add the &#8216;www&#8217; in front of the actual registered domain and some ommit. The dangerous teritory is when sites are dynamically generated, like a DB backed CMS, and links are relative. Hence if a third party linked to your site with the &#8216;www&#8217; and another third party linked to your site without &#8211; it will produce identical content pages with different URLs. From Google&#8217;s perspective &#8216;www.yoursite.com&#8217; and &#8216;yoursite.com&#8217; are two different URLs. To solve this issue, setup a redirect to your preferred URL &#8211; your preferred URL is what is known as Canonical URL.</p>
<p>See more: <a href="http://www.mattcutts.com/blog/seo-advice-url-canonicalization/">SEO Advice: URL Canonicalization</a>,  <a href="http://www.socialpatterns.com/search-engine-marketing/cleaning-up-canonical-urls-with-redirects/">Cleaning Up Canonical URLs With Redirects</a></p>
<h2>5. Relevance: Google Uses Geolocation to Serve Local Sites</h2>
<p>Once more Google is simply trying to do its job: serve pages that are most relevant to you &#8211; the search user. Hence, it will retrieve the geolocation for a site and will rank higher local sites to local users. The geolocation data is derived from the IP address. Hence, to get more traffic from Canadian users for example, host your site in Canada.</p>
<p>Peculiar but simple, isn&#8217;t it?</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 16, 2009 -- <a href="http://www.activoinc.com/blog/2009/07/16/speed-optimized-websites-rank-higher-with-search-engines/" title="Speed Optimized Websites Rank Higher with Search Engines">Speed Optimized Websites Rank Higher with Search Engines</a> (0)</li><li>October 31, 2008 -- <a href="http://www.activoinc.com/blog/2008/10/31/how-to-use-mod_rewrite-to-set-a-canonical-url/" title="How to Use Mod_Rewrite to Set a Canonical URL">How to Use Mod_Rewrite to Set a Canonical URL</a> (0)</li><li>June 8, 2008 -- <a href="http://www.activoinc.com/blog/2008/06/08/5-points-for-assessing-link-exchange-requests/" title="5 points for assessing link exchange requests">5 points for assessing link exchange requests</a> (0)</li><li>December 25, 2008 -- <a href="http://www.activoinc.com/blog/2008/12/25/pdnsd-decrease-dns-response-time-and-save-bandwidth/" title="pdnsd &#8211; Decrease DNS response time and save bandwidth">pdnsd &#8211; Decrease DNS response time and save bandwidth</a> (0)</li><li>November 5, 2008 -- <a href="http://www.activoinc.com/blog/2008/11/05/understanding-mysql-query-caching/" title="Understanding MySQL Query Caching Process">Understanding MySQL Query Caching Process</a> (1)</li><li>October 25, 2008 -- <a href="http://www.activoinc.com/blog/2008/10/25/how-to-use-the-footer-to-improve-seo-and-increase-traffic/" title="How to Use the Footer to Improve SEO and Increase Traffic">How to Use the Footer to Improve SEO and Increase Traffic</a> (2)</li><li>September 28, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/28/5-important-zen-cart-modules/" title="5 Important Zen Cart Modules">5 Important Zen Cart Modules</a> (1)</li><li>September 21, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/21/3-steps-to-increase-your-website-traffic-with-popular-keywords/" title="3 Steps to Increase Your Website&#8217;s Traffic with Popular Keywords">3 Steps to Increase Your Website&#8217;s Traffic with Popular Keywords</a> (0)</li><li>September 7, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/07/seo-vs-ppc-is-seo-the-preference-these-days/" title="SEO vs PPC: is SEO the preference these days?">SEO vs PPC: is SEO the preference these days?</a> (1)</li><li>September 5, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/05/joomla-vs-ektron/" title="Joomla vs Ektron">Joomla vs Ektron</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.activoinc.com/blog/2008/10/13/5-peculiar-seo-tips-you-should-know-about/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
