<?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>Search Engine Optimization Blog &#187; Alex Hlinski</title>
	<atom:link href="http://www.metamend.com/blog/author/alex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metamend.com/blog</link>
	<description>Search engine and Website Marketing tips, information, news and opinion from Metamend's team of SEM and SEO experts. The Metamend Blog covers SEO, search engines, search trends, search engine optimization and marketing.</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:04:26 +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>Google and Page Speed, How do I make my Website Faster?</title>
		<link>http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/</link>
		<comments>http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 18:40:28 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[Search Engines, SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[rankings]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1262</guid>
		<description><![CDATA[Page load time will become a Google ranking factor in the near future. Find out how to monitor your site's speed and what you can do to improve the load time of your web site pages for your users.]]></description>
			<content:encoded><![CDATA[<p>How many times today have you waited for a slow loading web page to appear? Did you wait patiently, or did you move on and try another site? Slow site performance could be costing your site a lot of search traffic. After clicking on your site&#8217;s link in a search result many visitors may just turn around and look elsewhere if a page is taking too long to appear. I know I do.</p>
<p>Nobody likes a slow website, and now officially Google doesn&#8217;t. And by &#8220;now&#8221; , I mean a couple of months ago. Yes ironic I know, a slow response with this post.</p>
<p>Google is constantly checking your site&#8217;s performance and all indications point to this being a ranking factor in future. This was reported a late last year by WebProNews, after an <a title="Matt Cutts and Site Performance" href="http://www.webpronews.com/topnews/2009/11/13/google-page-speed-may-be-a-ranking-factor-in-2010" target="_blank">interview with the venerable Matt Cutts</a> from the Goog.</p>
<p>By their own admission Google is all about the &#8221;user experience&#8221;, with their prime SEO mantra being; &#8220;make websites for users, not for the search engines&#8221;. And page load time is one if the most important user experience issues that you&#8217;ll encounter when browsing the web.</p>
<p>It&#8217;s a well known &#8220;statistic&#8221; that if a web page does not load in less than 3 seconds a user will &#8221;bounce&#8221; from the site, return to the search results and probably pick one of your competitors. So, how can you speed up a slow site?</p>
<h3>Examine your site&#8217;s performance</h3>
<p>First off, you should analyze all information available about how your pages load using some readily available tools. As a good SEO or webmaster you&#8217;ve probably already signed up for Google&#8217;s Webmaster Tools. A recently added feature is the &#8220;Site Performance&#8221; section, which is found under the &#8220;Labs&#8221; menu item.</p>
<p><a href="http://www.metamend.com/blog/wp-content/uploads/2010/02/google-site-performance.jpg"><img class="alignnone size-medium wp-image-1270" title="Google Site Performance Chart" src="http://www.metamend.com/blog/wp-content/uploads/2010/02/google-site-performance-300x78.jpg" alt="google-site-performance" width="300" height="78" /></a></p>
<p>This will give you a general indication of whether Google sees your site as being fast and provides a few tips on how your pages can be improved for speed. We can also see over time how your work in improving web site speed is taking effect.</p>
<p>For a more immediate read-out of a webpage&#8217;s performance we use the <a title="Yahoo YSlow" href="http://developer.yahoo.com/yslow/" target="_blank">Yahoo YSlow</a> plugin for Firebug (a Firefox plug-in). YSlow can be run on a live page that you are viewing and gives instant (depending on page load time of course :) ) feedback on what areas you can address to improve load time. It will also give you an indication of the &#8220;emtpy cache&#8221; (first time visitor) and &#8220;primed cache&#8221; (repeat visitor) performance.</p>
<p>For an advanced metric of page load time, Google Analytics can be configured to record a <a title="Google Analytics Record Page Load Time" href="http://blog.vkistudios.com/index.cfm/2009/5/21/Slow-loading-times-Track-them-with-GA-Google-Analytics-Power-User-11" target="_blank">page load time metric</a> and gives a reasonable representation of the issue from the user perspective. Analytics can be made to track the load time based on internet connection speed in so giving a broad indication of your site&#8217;s performance.</p>
<h3>Enable GZip Compression</h3>
<p>All modern browsers support webpage GZip compression and are able to decompress the data sent from your server. The less data that is transferred for each page, the less time it takes for a page to load in a browser. For those site owners who have a restriction on the amount of traffic with their host, GZip compression will reduce the amount of data that you have to serve.</p>
<p>You can use a <a title="GZip Compression Test" href="http://www.gidnetwork.com/tools/gzip-test.php" target="_blank">GZip compression test</a> to check if your pages are currently compressed and if not, this tool will estimate of the size of savings to expect. If GZip compression is enabled, the actual % of data saved during compression is shown. This tool can also test CSS and JS files.</p>
<p>Apache and Microsoft IIS web servers both support GZip, and quick and dirty instructions for enabling GZip compression is shown below:</p>
<p><strong>Apache Server</strong></p>
<p>The module that deals with GZip compression on an Apache server is &#8220;mod_deflate&#8221;. Create an &#8220;info.php&#8221; file and add the code <em>&lt;?php phpinfo() ?&gt;</em>, upload to your server and browse &#8220;/info.php&#8221; to get a readout of the Apache modules installed. If mod_deflate is loaded on your webserver then the following .htaccess declaration will enable GZip for a lot of file types.</p>
<p><em>&lt;IfModule mod_deflate.c&gt;<br />
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript application/x-javascript application/x-httpd-php application/rss+xml application/atom_xml<br />
&lt;/IfModule&gt;</em></p>
<p>If mod_deflate can&#8217;t be loaded by your host or server admin (it requires a core recompile for installation) then the following .htaccess declaration will enable GZip compression for php files only. The &#8220;gzhandler&#8221; is not as efficient at compressing data than &#8220;mod_deflate&#8221;, so will be marginally slower and the savings will me slightly less but for most sites will suffice.</p>
<p><em>php_value output_handler ob_gzhandler</em></p>
<p>If your pages are .htm or .html (as opposed to .php) add the following lines at the top of your .htaccess to get Apache to parse those files as .php so that they will be compressed.</p>
<p><em>RemoveHandler .html .htm<br />
AddType application/x-httpd-php .php .htm .html</em></p>
<p><strong>Microsoft IIS</strong></p>
<p>If you&#8217;re running a Microsoft IIS server, the following document will explain how compression can be activated: <a href="http://g.www.ms.akadns.net/technet/prodtechnol/WindowsServer2003/Library/IIS/25d2170b-09c0-45fd-8da4-898cf9a7d568.mspx?mfr=true">http://g.www.ms.akadns.net/technet/prodtechnol/WindowsServer2003/Library/IIS/25d2170b-09c0-45fd-8da4-898cf9a7d568.mspx?mfr=true</a></p>
<h3>Reduce Image Size</h3>
<p>These days websites are very graphicy, with most sites having appealing header images, product images and so forth. Unfortunately the more graphics on a site, the more data needs to be sent to the user&#8217;s browser leading to longer load times. This is especially an issue for first time visitors who don&#8217;t have the images cached.</p>
<p>Most competent web designers keep this in mind and will try to maximize the JPeg compression versus the image quality to speed up page loading. But there are some cool tools out there that can further improve things.</p>
<p>One of the most useful image tools that we use is SmushIt (found in the YSlow plugin that is mentioned earlier in this post). SmushIt is able to examine the images on a web page and compress them even further with no noticeable degradation in image quality. Smushing your header and background images is a must, and the data savings are often surprising.</p>
<p>One of the big no-no&#8217;s that we often come across is using the browsers image scaling to fit a large image into a small space.  We often find this is the case in product catalogs, when a large product image is used for the shingle thumbnail on the category listing pages. In this case, use a small thumbnail in the shingle instead of scaling.</p>
<p>For all other cases browser image scaling should be avoided, as the web browser is slow at scaling, not to mention the extra time spent downloading the large image. Always  ensure images are scaled to the correct size before use on your pages, and you&#8217;ll notice an improvement in load time.</p>
<p>If your website template uses a lot of background images, header images and image buttons  then the number of HTTP requests for a webpage will be quite high. Each request takes time and can slow down a page. To reduce this delay combine these template images into a <a title="Using CSS Sprites" href="http://css-tricks.com/css-sprites/" target="_blank">CSS sprite image</a>. This is basically one &#8220;big&#8221; image that contains all of your template images and using CSS classes you can pick out the correct part of this image that you need for each of the graphic elements on the page.</p>
<h3>CSS and JavaScript Code</h3>
<p>There are a few strategies for improving CSS and JavaScript file load time. At a minimum you should externalize all CSS and JS files so that they can be cached by the users browser. In addition, if you have more that one CSS or JS include file, combine all the CSS includes into one file, do the same with the JS includes, and this will reduce http requests. For the hardcore guys out there, try to Minify the CSS/JavaScript which will remove unnecessary white-space and line-breaks. Minify can be also found in the YSlow plugin for Firebug.</p>
<h3>Reduce the amount of database calls in your application</h3>
<p>A lot of websites out there rely on an SQL database to store information that is shown to your users. If your site runs a product catalog or a CMS systems then the odds are that a database is involved. Every time a page is requested by a browser, the database is queried for the information that the user will see on the page. This back and forth takes time and can be a bottleneck.</p>
<p>To speed things up, only run the minimum database queries that are required and only request the actual table fields from the database that you need. Avoid &#8220;SELECT * FROM&#8221; in your SQL queries. Optimizing things in this way can get quite  quite knarly, so be prepared for a lot of hard work. For large sites that get a lot of traffic this can help in page load time tremendously and is worth the effort.</p>
<h3>Wordpress</h3>
<p>Wordpress is the most popular blogging software out there, and due to it&#8217;s flexibility is increasingly being used as a CMS system. Wordpress uses an SQL database to store all your posts and pages.</p>
<p>Hundreds of &#8220;plug-ins&#8221; are available for Wordpress to help customize it in countless ways. Unfortunately the more plugins that you install the slower Wordpress becomes. The less plugins that are activated the faster your Wordpress blog will be. You should also go as far as removing all unactivated wordpress plugins from your &#8220;plugin&#8221; directory.</p>
<p>A useful addition to Wordpress are &#8220;Widgets&#8221;, which allow for &#8220;real time updated&#8221; areas within your template. There are Widgets available to show latest posts, most popular posts, dynamic menus and much more. The problem is that each one of these widgets will poll the database to get the information required, thus increasing the load time of the page. Try to reduce the number of widgets that you use and if a widget is showing content that doesn&#8217;t change too often, try to hardcode the HTML with what the widget would display.</p>
<h4>Summary</h4>
<p>There are many more things to look at to speed up a website and those listed above are the areas that we initially tend to look at for our <a href="http://www.metamend.com/seo-services/" title="search engine optimization">search engine optimization</a> clients. Depending on the size of a site and the amount of traffic it gets, even the simplest change can have a significant effect.</p>
<p>If there are any other ways you have found to speed up a site, we&#8217;d love to know of your experiences.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;title=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;title=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;title=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;title=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F+-+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.shareaholic.com/pages/maintenanceapi.php?alias=&amp;url=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/">here</a>.</p>
</body></html>+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;t=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;t=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Webmaster Tools Verification Errors</title>
		<link>http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/</link>
		<comments>http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 22:52:31 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[SEOTech Talk]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/</guid>
		<description><![CDATA[Google Webmaster Tools is having some "verification" issues recently. Frequently visiting Webby Tools to check on your sites' search health also allows you to catch any problems of this nature.]]></description>
			<content:encoded><![CDATA[<p>Google Webmaster Tools seems to be having some problems today with its web site verification process. Many of the sites we have listed in Webmaster Tools are no longer &#8220;verified&#8221; and the problem is reported as being due to &#8220;server timeout&#8221; and &#8220;domain name&#8221; errors. This is in spite of being able to navigate to the verification file using the link provided in the &#8220;Verify a Site&#8221; section.</p>
<p><img title="Webmaster Tools Verify Errors" id="image490" alt="Webmaster Tools Verify Errors" src="http://www.metamend.com/blog/wp-content/uploads/2007/11/google-webtools-verify-errors.jpg" /></p>
<p>This outlines the importance of frequently logging into Webmaster Tools to keep up to date on your sites search health and not assuming that this useful tool is &#8220;set and forget&#8221;. Google seems to be having periodic website verification and Sitemaps errors of late, has anyone else has noticed this?</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/&amp;title=Google+Webmaster+Tools+Verification+Errors" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/&amp;title=Google+Webmaster+Tools+Verification+Errors" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/&amp;title=Google+Webmaster+Tools+Verification+Errors" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/&amp;title=Google+Webmaster+Tools+Verification+Errors" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Google+Webmaster+Tools+Verification+Errors+-+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.shareaholic.com/pages/maintenanceapi.php?alias=&amp;url=http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/">here</a>.</p>
</body></html>+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/&amp;t=Google+Webmaster+Tools+Verification+Errors" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/&amp;t=Google+Webmaster+Tools+Verification+Errors" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2007/11/22/google-webmaster-tools-verification-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search Engine Traffic and Website Problems</title>
		<link>http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/</link>
		<comments>http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 21:34:06 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[SEOTech Talk]]></category>
		<category><![CDATA[enquisite]]></category>
		<category><![CDATA[search engine referrals]]></category>
		<category><![CDATA[search engine spiders]]></category>
		<category><![CDATA[search traffic]]></category>
		<category><![CDATA[web traffic]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/</guid>
		<description><![CDATA[Temporary problems with your website can cause the search engines to temporarily punish your pages in the rankings that results in a significant loss of traffic.]]></description>
			<content:encoded><![CDATA[<p>One day last week a situation occurred with a client&#8217;s site that demonstrated how fast the search engines react to problems with a website. This story illustrates the importance of constant vigilance and monitoring of the health of a website.</p>
<p>The website concerned has around 4000+ article pages indexed, with each article page consisting of templated boilerplate sections and the main article text pulled from a HTML include file. Unfortunately on this particular day the directory containing the article include text files was accidentally deleted from the web server. Every article page subsequently served reported an ASP sever execute error as the article text include file directory was missing. The article include directory was only restored from a backup around 12 hours later.</p>
<p>Within several hours of the problem being reported it was obvious that the search engines had taken notice. According to the Enquisite search metrics data for the site, there was a definite and almost immediate reduction in search referrals. As it turned out, there was around 50% less search engine referrals that day compared to the preceding and following days. This demonstrated that the article pages had a temporary reduction in ranking, resulting in the loss of search traffic for that particular day. So what happened from a search engine point of view?</p>
<p>We can assume that if the search spiders visited that day they noticed that the article pages lacked content and provided no value. It is also possible that the search engines took into account the users&#8217; probable immediate and quick bounce from every article back to the search results page. Either of those explanations could result in the temporary loss of ranking witnessed for the article pages. What is certain is that the search engines reacted quickly to the problem by punishing each articles&#8217; ranking which resulted in a devastating loss of traffic.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/&amp;title=Search+Engine+Traffic+and+Website+Problems" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/&amp;title=Search+Engine+Traffic+and+Website+Problems" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/&amp;title=Search+Engine+Traffic+and+Website+Problems" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/&amp;title=Search+Engine+Traffic+and+Website+Problems" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Search+Engine+Traffic+and+Website+Problems+-+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.shareaholic.com/pages/maintenanceapi.php?alias=&amp;url=http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/">here</a>.</p>
</body></html>+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/&amp;t=Search+Engine+Traffic+and+Website+Problems" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/&amp;t=Search+Engine+Traffic+and+Website+Problems" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2007/11/21/search-engine-traffic-and-website-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 and the Search Engine Spiders</title>
		<link>http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/</link>
		<comments>http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 01:09:51 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[SEOTech Talk]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[linking]]></category>
		<category><![CDATA[metamend tools]]></category>
		<category><![CDATA[search engine spider]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[visually impaired]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/</guid>
		<description><![CDATA[Google suggests testing your Ajax pages for search engine spider friendliness by turning off JavaScript or by using the Lynx text only browser. But is there a better tool out there? Step up, the Search Engine Spider Simulator.]]></description>
			<content:encoded><![CDATA[<p>With the explosion of &#8220;Web 2.0&#8243; websites,  Google&#8217;s search quality team gave some timely insights as to how search engine spiders will have trouble dealing with <a title="A spider's view of Web 2.0" href="http://googlewebmastercentral.blogspot.com/2007/11/spiders-view-of-web-20.html">page content presented using Ajax</a>. Just like Flash and JavaScript, the spiders are unable to crawl any links and see any content displayed using Ajax. As always there is a straightforward solution to this problem.</p>
<p>As long as you provide a HTML alternative of the same content for the spiders, and non-JavaScript enabled browsers, then the search engines will not have a problem with your Ajax pages. This will also allow you to reach an audience who have accessibility  issues, such as the visually impaired or those using mobile devices.</p>
<p>As part of our initial examination of a client site our SEOs turn off JavaScript whilst browsing or use the Lynx text only browser to determine if all of the content and links can be seen by the spiders. Although I find Lynx to be quite useful for browser accessibility issues, it does not give a true representation of how a search engine spider will see a web page.  By not displaying linked images that have a blank or missing alt attribute, Lynx can give the mistaken impression that some links are not spiderable. To get the most realistic impression, there are many <a title="Search Engine Spider Simulator" href="http://www.metamend.com/seo-tools/search-engine-spider-simulator.html">&#8220;Search Engine Spider Simulators&#8221;</a> that will show the text content and links that are visible to a spider after all of the HTML and JavaScript is removed from the page source code.</p>
<p>Although Ajax facilitates powerfully interactive web sites, the same old problems occur for the search engines as with Flash or JavaScript presented content. &#8220;Web 2.0&#8243; may be the latest buzz word in web site design, but having already dealt with Flash and JavaScript for some time, SEOs know what is required.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/&amp;title=Web+2.0+and+the+Search+Engine+Spiders" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/&amp;title=Web+2.0+and+the+Search+Engine+Spiders" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/&amp;title=Web+2.0+and+the+Search+Engine+Spiders" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/&amp;title=Web+2.0+and+the+Search+Engine+Spiders" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Web+2.0+and+the+Search+Engine+Spiders+-+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.shareaholic.com/pages/maintenanceapi.php?alias=&amp;url=http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/">here</a>.</p>
</body></html>+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/&amp;t=Web+2.0+and+the+Search+Engine+Spiders" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/&amp;t=Web+2.0+and+the+Search+Engine+Spiders" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2007/11/08/web-20-and-the-search-engine-spiders/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Webmaster Tools Sitemap Cross Submissions and Geographic Control</title>
		<link>http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/</link>
		<comments>http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 00:14:25 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[SEOTech Talk]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google webmaster tools]]></category>
		<category><![CDATA[sitemap submission]]></category>
		<category><![CDATA[sitemaps]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/</guid>
		<description><![CDATA[Google's Webmaster Tools has some new features this week, Sitemap cross submission support and improved geographical control over your content.]]></description>
			<content:encoded><![CDATA[<p>It seems that the &#8220;meet the engineers&#8221; session at the Google Dance during last August&#8217;s SES San Jose  has provided many useful ideas for the improvement of Webmaster Tools. New features are coming thick and fast to Google&#8217;s webmaster tools with two new additions within the last week, cross site submissions and better geographic control. First we&#8217;ll look at cross site submissions.</p>
<p>Do you have a multitude of sites that you administer through Google Webmaster tools? We all know it can sometimes be difficult to keep all the sitemap.xml files up-to-date and uploaded to all those seperate web-server FTP accounts, especially if you do not have any sort of automated system to do it for you.</p>
<p>In the past you could only store a Sitemap on its respective host, but this restriction has now been lifted. As long as you can &#8216;prove&#8217; you control the host, by the verification process in Webmaster tools, you can store the Sitemap on any other host that you control. This means that you could store all the individual Sitemaps on your own server or even have URLs for multiple websites contained within one Sitemap file.<br />
There is one caveat however, in that this will only work for Google at the moment, although they do assure us that they are talking to the other search engines that support the Sitemap Protocol.<br />
I would imagine that the simplest implementation would take the form of a change to the Sitemap declaration within the robots.txt file. As the site &#8216;owner&#8217; would legitimately have access to the robots.txt anyway, this would neatly resolve the security issue that Google was concerned about. Check out the original Google <a title="Sitemap Cross Submissions" href="http://googlewebmastercentral.blogspot.com/2007/10/dealing-with-sitemap-cross-submissions.html">Sitemap Cross Submissions</a> post.</p>
<p>You can now control the country association of your content on a per-domain, per-sub-domain or a per-directory level. It&#8217;s as simple as adding a new website entry to your dashboard for the domain, sub-domain or directory that contains the international content, then using the &#8220;set geographic target&#8221; interface from the &#8220;tools&#8221; menu to specify the country.</p>
<p>Although this will work well for sites that determine their international pages using a separate domain or directory structure, it will not help dynamic sites that use a URL parameter for this purpose. Perhaps this is a future addition that we can look forward to. For more information read the <a title="Better Geographic Choices for Webmasters" href="http://googlewebmastercentral.blogspot.com/2007/10/better-geographic-choices-for.html">Country Associations for your Content</a> post from the Google Blog.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/&amp;title=Google+Webmaster+Tools+Sitemap+Cross+Submissions+and+Geographic+Control" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/&amp;title=Google+Webmaster+Tools+Sitemap+Cross+Submissions+and+Geographic+Control" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/&amp;title=Google+Webmaster+Tools+Sitemap+Cross+Submissions+and+Geographic+Control" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/&amp;title=Google+Webmaster+Tools+Sitemap+Cross+Submissions+and+Geographic+Control" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Google+Webmaster+Tools+Sitemap+Cross+Submissions+and+Geographic+Control+-+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.shareaholic.com/pages/maintenanceapi.php?alias=&amp;url=http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/">here</a>.</p>
</body></html>+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/&amp;t=Google+Webmaster+Tools+Sitemap+Cross+Submissions+and+Geographic+Control" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/&amp;t=Google+Webmaster+Tools+Sitemap+Cross+Submissions+and+Geographic+Control" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2007/11/01/google-webmaster-tools-sitemap-cross-submissions-and-geographic-control/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MSN Competing Pages Increase</title>
		<link>http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/</link>
		<comments>http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 23:40:35 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[SEOTech Talk]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[search engine index]]></category>
		<category><![CDATA[search phrases]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/</guid>
		<description><![CDATA[We've been seeing massive increases in competing pages across many hundreds of search phrases for MSN and reductions overall for GooGle.]]></description>
			<content:encoded><![CDATA[<p>It seems that MSN has been aggressively increasing the size of its index over the last month or so. We&#8217;ve been seeing massive increases in competing pages across many hundreds of search phrases. Sometimes with well over a 10 times increase in competition.</p>
<p>Conversely, Google seems to be doing the opposite and reducing the amount of competing pages. As an example here&#8217;s some data for the search phrase &#8220;<a href="http://www.metamend.com/seo-services/" title="search engine optimization">search engine optimization</a>&#8220;.</p>
<p>October 2007 &#8211; Google: 19,800,000     MSN: 41,644,219<br />
September 2007 &#8211; Google: 38,200,000     MSN: 2,200,250</p>
<p>It seems that Google is refining its index to produce more relevant results; Is MSN bloating its index or just trying to play catch up? For those who have also picked this up, please share your thoughts.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/&amp;title=MSN+Competing+Pages+Increase" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/&amp;title=MSN+Competing+Pages+Increase" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/&amp;title=MSN+Competing+Pages+Increase" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/&amp;title=MSN+Competing+Pages+Increase" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=MSN+Competing+Pages+Increase+-+File: /data/app/webapp/functions.php<br />Line: 7<br />Message: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (11)+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/&amp;t=MSN+Competing+Pages+Increase" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/&amp;t=MSN+Competing+Pages+Increase" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2007/10/30/msn-competing-pages-increase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Source Code, HTML validation and the Search Engines</title>
		<link>http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/</link>
		<comments>http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 23:33:10 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[SEOTech Talk]]></category>
		<category><![CDATA[google webmaster tools]]></category>
		<category><![CDATA[HTML validation]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[w3c validator]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/</guid>
		<description><![CDATA[Messy non-compliant source code can adversely affect how the search engines see your content and crawl your site, reducing page size and validating code can help improve the whole process.]]></description>
			<content:encoded><![CDATA[<p>Coming from a software engineering background it is sometimes disappointing to see that many web sites are poorly coded, containing incorrect and bloated HTML. This article aims to explain why creating good HTML source code, though not being a direct ranking factor, can help the search engines in their analysis of your pages.</p>
<p>All programming languages have semantic and syntactic rules that must be followed if the program is to run correctly, and HTML script is no exception. Unlike &#8217;strict&#8217; programming language compilers, web browsers can be very &#8216;loose&#8217; in their interpretation of HTML, leading many web developers to take short cuts and ignore HTML code compliance. From the very beginning of the WWW, the W3C has defined the HTML script language and provides the <a title="W3C Validator" href="http://validator.w3.org/">W3C Validator</a> to aid developers in creating compliant code.</p>
<p>HTML validation can be helpful to SEOs as it can outline code errors, missing alt attributes, incorrect  and  elements and tags and character encoding issues. A web page that successfully validates will have a better chance of displaying consistently across compliant web browsers. For the search engines, processing time and resources will be saved when extracting markup and reduces the chance that content will be stripped out along with the markup.</p>
<p>Code bloat is a double whammy, causing an increase in page load time for users and increasing the time for SE spider crawls across a whole site. Spiders only have a certain amount of time on a site during a crawl and anything that can be done to reduce the amount of code per page will increase the number of pages that can be indexed during this time.</p>
<p>There are a few simple steps that can be undertaken to make sure your code and resulting page size is as small as possible.</p>
<p>1. Remove your JavaScript code from the main HTML source into an external include file.<br />
2. Externalise CSS in the same way (where appropriate).<br />
3. Use CSS to format content instead of HTML font tags, table elements and other markup.<br />
4. To reduce page load time on dynamic websites, reduce the amount of queries to the database per page and reduce the amount of records returned during each query.</p>
<p>The direct results of these methods in reduction of page size can be seen using the following example from Google Webmaster Tools. If we examine the crawl rate data for a website that has around 3500 pages, each of which originally contained many hundreds of lines of JavaScript code and large amounts of CSS declarations. The pages also had multiple  sections and incorrectly defined  elements. After removal of all of the unnecessary code and correcting the HTML syntax errors, the pages validated and were around 20% of their original Kb size.</p>
<p>As can be seen in the graph below, the time spent downloading a page has reduced (red), and consequently the GoogleBot has been able to crawl more pages per day (blue).<br />
<img alt="Improved Google Crawl Data" src="http://www.metamend.com/blog/images/blog-images/google-crawl-rate.jpg" /></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/&amp;title=Source+Code%2C+HTML+validation+and+the+Search+Engines" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/&amp;title=Source+Code%2C+HTML+validation+and+the+Search+Engines" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/&amp;title=Source+Code%2C+HTML+validation+and+the+Search+Engines" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/&amp;title=Source+Code%2C+HTML+validation+and+the+Search+Engines" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Source+Code%2C+HTML+validation+and+the+Search+Engines+-+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.shareaholic.com/pages/maintenanceapi.php?alias=&amp;url=http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/">here</a>.</p>
</body></html>+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/&amp;t=Source+Code%2C+HTML+validation+and+the+Search+Engines" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/&amp;t=Source+Code%2C+HTML+validation+and+the+Search+Engines" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2007/10/26/source-code-html-validation-and-the-search-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save Money by Searching for Promotional Codes in Google</title>
		<link>http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/</link>
		<comments>http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 20:47:34 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[Search Engines, SEO]]></category>
		<category><![CDATA[airline booking]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[online purchase]]></category>
		<category><![CDATA[promotion codes]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/</guid>
		<description><![CDATA[Save money by searching for promotional codes in Google when you make an online purchase.]]></description>
			<content:encoded><![CDATA[<p>Google made me happy yesterday. I saved some hard-earned cash and it was a direct result of Google. You see, I have to return to England in December for a wedding and I was looking around on-line to book the flights. I chose the airline and was about to fill out the usual convoluted airline booking form when, in a moment of inspiration, i did a search in Google for a &#8220;promotional code&#8221;.</p>
<p>Up popped a result for a current promotion that gave a 20% discount on my flight, saving me nearly $CAD 100.<br />
I will now use the cash to buy the happy couple a wedding gift, on-line of course using another promotional coupon :), and I maybe have some cash left over to buy a few drinks at the wedding reception. ( I&#8217;m sure the bar will not be free, the groom is renowned for keeping his wallet closed)</p>
<p>So whenever you are about to make an online purchase of any kind, do a search in Google (or any search engine for that matter) for a promotional code (or coupon) associated with that company and save your hard-earned. You may have to try a few codes to find one that is current, but there are many sites and blogs out there that keep track of these promotion codes so it shouldn&#8217;t be too hard to find success.<br />
Happy Shopping.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/&amp;title=Save+Money+by+Searching+for+Promotional+Codes+in+Google" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/&amp;title=Save+Money+by+Searching+for+Promotional+Codes+in+Google" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/&amp;title=Save+Money+by+Searching+for+Promotional+Codes+in+Google" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/&amp;title=Save+Money+by+Searching+for+Promotional+Codes+in+Google" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Save+Money+by+Searching+for+Promotional+Codes+in+Google+-+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.shareaholic.com/pages/maintenanceapi.php?alias=&amp;url=http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/">here</a>.</p>
</body></html>+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/&amp;t=Save+Money+by+Searching+for+Promotional+Codes+in+Google" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/&amp;t=Save+Money+by+Searching+for+Promotional+Codes+in+Google" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2007/10/18/save-money-by-searching-for-promotional-codes-in-google/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Judge Allows Class Action Against Target Website for Missing Image Alt Attributes</title>
		<link>http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/</link>
		<comments>http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 17:30:01 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[SEOTech Talk]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[alt attributes]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Products]]></category>
		<category><![CDATA[HTML validation]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[visually impaired]]></category>
		<category><![CDATA[Web_browser]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/</guid>
		<description><![CDATA[A California lawsuit against Target concerning accessibility for the visually impaired, could get web-developers to consider image alt attributes as part of their design process.]]></description>
			<content:encoded><![CDATA[<p>SEOs around the world reacted with smugness, with the recent news that a California judge has allowed a <a title="Target Alt Attribute Class Action Lawsuit" href="http://news.yahoo.com/s/nm/20071003/bs_nm/target_blind_dc_1">class action lawsuit</a> to proceed over the use (or lack thereof) of image alt attributes. This crime against HTML validation was perpetrated by Target Corp. and is brought by an organisation representing people with visual disabilities.</p>
<p>Alt attributes for images are mandatory within the W3C HTML specification and are a Priority 1 checkpoint in the <a title="W3C WCAG for Images" href="http://www.w3.org/TR/WAI-WEBCONTENT-TECHS/#tech-text-equivalent">W3C&#8217;s Web Content Accessibility Guidelines (WCAG) </a> . Alt attributes are essential in conveying the &#8216;meaning&#8217; of images for the visually impaired through their use of talking browsers, screen readers or text only browsers. The most important consideration for SEOs is that Google strongly recommends the use of alt attributes for images.</p>
<p>From Google Webmaster Help</p>
<p>&#8220;If your site contains elements that aren&#8217;t crawlable by search engines (such as Flash, Javascript, or images)&#8230;.</p>
<p>&#8230;. you should consider visitors to your site who are unable to view these elements as well. For instance:</p>
<p>* Provide alt text that describes images for visitors with screen readers or images turned off in their browsers.</p>
<p>Including substantially different content in the alternate element may cause Google to take action on the site.&#8221;</p>
<p>Alt attributes should be present within every image element in the HTML code and should describe the content of the image.  For spacer images use the null alt text, alt=&#8221;", as these images offer no useful information to the user. If the image is active or performs a function, within an anchor  link for example, then the alt text should describe the function. If the image is not active, but conveys information, then the alt text should contain the same information. For SEOs the alt attribute is useful as it can contain relevant keywords, however be careful as keyword stuffing alt attributes will have a very negative effect (note the Google excerpt above). Optimization of images is increasingly becoming an important factor and will have an effect within image searches, universal search (news article images, organic image results) and product search (Froogle / Google Products).</p>
<p>The alt attribute is one of the more neglected aspects of web site design and it will be interesting to see if web designers and developers take note of the outcome of the Target lawsuit. Depending on the success of this class action, the California courts may end up saving SEOs a considerable amount of time and energy.</p>
<p>Resources</p>
<p><a title="W3C Validator" href="http://validator.w3.org/">W3C Validator</a> &#8211; Check HTML validation and discover missing alt attributes on your pages.</p>
<p>Use the excellent <a title="Web Developer SEO Plugin" href="http://chrispederick.com/work/web-developer/">Web developer browser plugin</a> to outline images that are missing the alt attribute as you browse your pages; (not for Internet Explorer)</p>
<p>An <a title="Accessibility " href="http://webxact.watchfire.com/">accessibility checking tool</a> will outline a web pages&#8217; issues with accessibility, privacy and quality.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/&amp;title=Judge+Allows+Class+Action+Against+Target+Website+for+Missing+Image+Alt+Attributes" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/&amp;title=Judge+Allows+Class+Action+Against+Target+Website+for+Missing+Image+Alt+Attributes" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/&amp;title=Judge+Allows+Class+Action+Against+Target+Website+for+Missing+Image+Alt+Attributes" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/&amp;title=Judge+Allows+Class+Action+Against+Target+Website+for+Missing+Image+Alt+Attributes" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Judge+Allows+Class+Action+Against+Target+Website+for+Missing+Image+Alt+Attribute%5B..%5D+-+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.shareaholic.com/pages/maintenanceapi.php?alias=&amp;url=http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/">here</a>.</p>
</body></html>+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/&amp;t=Judge+Allows+Class+Action+Against+Target+Website+for+Missing+Image+Alt+Attributes" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/&amp;t=Judge+Allows+Class+Action+Against+Target+Website+for+Missing+Image+Alt+Attributes" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2007/10/05/judge-allows-class-action-against-target-website-for-missing-image-alt-attributes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Snippets and the Meta Description Tag</title>
		<link>http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/</link>
		<comments>http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 00:08:43 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[SEOTech Talk]]></category>
		<category><![CDATA[description tag]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google snippet]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[meta description]]></category>
		<category><![CDATA[meta tag]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[webmaster central]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/</guid>
		<description><![CDATA[Google shares how its search results snippets are determined and how SEOs can influence this important traffic generating factor.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not often that the big three give anything away regarding &#8216;on page&#8217; optimization, but yesterday in the Google webmaster central blog, the &#8220;snippet team&#8221; outlined several <a title="Google and Snippets" href="http://googlewebmastercentral.blogspot.com/2007/09/improve-snippets-with-meta-description.html">simple ways to improve your web pages &#8217;snippets&#8217;</a> as they appear in search results.</p>
<p>The snippet is the short text &#8216;preview&#8217;, that also includes the page title and URL, which appears as part of each search result. A good snippet can influence the amount of clicks that a web page attracts and can be a way of separating your site from the competition. Google&#8217;s &#8220;Snippet algorithm&#8221; is completely automated and in order to increase relevance for the user the snippet shown can depend on the search query. Here is an example of a Google snippet for the BBC News web page.</p>
<p><img alt="Google Snippet for BBC Web Result " src="http://www.metamend.com/blog/images/bbc-snippet-example.jpg" /></p>
<p>One way which SEOs can exert some influence on the snippet and reduce the likelihood that Google will dictate how it appears is through use of the Meta description tag. The Meta description is a &#8216;conversion&#8217; rather than a &#8216;ranking&#8217; factor, and they should be written more as an advertisement for the page to attract a user click. That said, you should not get overly promotional with the language and avoid such phrases as &#8220;the best&#8221;, &#8220;the webs cheapest&#8221; as they don&#8217;t provide any useful information for the user. Targeted keyword phrases can appear within the description but be careful, as an excessive number of keywords will make them appear too &#8220;spammy&#8221;. If Google feels that a Meta description does not accurately relate to the search query then it will be ignored and the snippet will contain text from within the page content. This can be seen in the two examples below.</p>
<p>For the search query &#8220;reverse mortgage&#8221;, the snippet below is formed from the Meta Description tag (interestingly enough the page title is not used as the on-page title does not mention &#8220;reverse mortgage&#8221;).</p>
<p><img alt="Snippet uses a Meta Description" src="http://www.metamend.com/blog/images/aarp-reverse-mortgage.jpg" /></p>
<p>For the same page, when the search phrase &#8220;home mortgage&#8221; is used, the snippet below is returned. On-page content that relates to &#8220;home mortgage&#8221; is shown within the snippet, this time the on-page title is used as it shows some relevance to the search query.</p>
<p><img alt="Snippet uses Page Content" src="http://www.metamend.com/blog/images/aarp-home-mortgage.jpg" /></p>
<p>The most important factor is that the Meta description should be unique to each page and ensuring your descriptions reflect the content of each page will prevent any duplication issues. A good way of checking if your descriptions are unique across the pages on a site is to use the &#8220;site:domain.com&#8221; command within the Google search box.</p>
<p>For sites that have static pages, writing the descriptions manually is usually quite a straight forward task. If you are syndicating content by publishing articles or blog posts, the synopsis written for the post can be used as a description, perhaps also including the author and publication date.</p>
<p>For dynamic pages, such as product catalogs and other database driven pages, automatically generated descriptions are the preferred method and is condoned by the search engines. It should be a simple programming task to pull suitable information from a product database and insert it into a Meta description tag for each of the product items. Including the product category to which the item belongs, the colour, price and perhaps an extract of the description associated with the item would be suitable. Remember to keep the total length of the Meta description below 250 chars, ideally less than 150, as this is usually all that will be shown within the search result.</p>
<p>As a final thought; you know your pages best, and by creating good Meta descriptions you will take snippet control out of the search engines&#8217; hands for this important traffic generating element.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/&amp;title=Google+Snippets+and+the+Meta+Description+Tag" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/&amp;title=Google+Snippets+and+the+Meta+Description+Tag" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/&amp;title=Google+Snippets+and+the+Meta+Description+Tag" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/&amp;title=Google+Snippets+and+the+Meta+Description+Tag" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Google+Snippets+and+the+Meta+Description+Tag+-+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.shareaholic.com/pages/maintenanceapi.php?alias=&amp;url=http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/">here</a>.</p>
</body></html>+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/&amp;t=Google+Snippets+and+the+Meta+Description+Tag" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/&amp;t=Google+Snippets+and+the+Meta+Description+Tag" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2007/10/02/google-snippets-and-the-meta-description-tag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

