<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.1" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Seo Cookbook</title>
	<link>http://www.searchenginecookbook.com</link>
	<description>Search engine tips and tricks</description>
	<pubDate>Mon, 12 Feb 2007 01:19:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SeoCookbook" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Google All Yahoo?</title>
		<link>http://feeds.feedburner.com/~r/SeoCookbook/~3/74584117/google-all-yahoo</link>
		<comments>http://www.searchenginecookbook.com/google/google-all-yahoo#comments</comments>
		<pubDate>Fri, 12 Jan 2007 21:05:01 +0000</pubDate>
		<dc:creator>blacknight</dc:creator>
		
		<category><![CDATA[google]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.searchenginecookbook.com/google/google-all-yahoo</guid>
		<description><![CDATA[Funny, but could it happen?
]]></description>
			<content:encoded><![CDATA[<p><a href="http://googlewatch.eweek.com/content/today_in_stupid/mockup_what_if_google_made_a_yahoolike_start_page_1.html">Funny</a>, but could it happen?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/SeoCookbook?a=BneZFIX2"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=BneZFIX2" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=NTKqSZAv"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=NTKqSZAv" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=6zDO2rU8"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=6zDO2rU8" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=uW5kYLY7"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=uW5kYLY7" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.searchenginecookbook.com/google/google-all-yahoo/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.searchenginecookbook.com/google/google-all-yahoo</feedburner:origLink></item>
		<item>
		<title>Adding Firestats To PhpLinkDirectory</title>
		<link>http://feeds.feedburner.com/~r/SeoCookbook/~3/71989199/adding-firestats-to-phplinkdirectory</link>
		<comments>http://www.searchenginecookbook.com/seo/adding-firestats-to-phplinkdirectory#comments</comments>
		<pubDate>Sun, 07 Jan 2007 14:36:43 +0000</pubDate>
		<dc:creator>blacknight</dc:creator>
		
		<category><![CDATA[seo]]></category>

		<category><![CDATA[Directories]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.searchenginecookbook.com/seo/adding-firestats-to-phplinkdirectory</guid>
		<description><![CDATA[
The only real way to track your SEO success is by looking at your traffic logs or a more human readable version of them.
Since Google Analytics does not offer realtime statistics (it was actually offline this morning when I tried to add a new website to my account) it makes sense to have alternatives. 
One [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image42" src="http://www.searchenginecookbook.com/wp-content/uploads/2007/01/firstats.png" alt="Firestats Logo" /><br />
The only real way to track your SEO success is by looking at your traffic logs or a more human readable version of them.</p>
<p>Since Google Analytics does not offer realtime statistics (it was actually offline this morning when I tried to add a new website to my account) it makes sense to have alternatives. </p>
<p>One such alternative is <a href="http://firestats.cc/">Firestats</a></p>
<p>I mention some of its features on my main blog.</p>
<p>In order to integrate it with a PhpLinkDirectory install you need to know a small bit about the <a href="http://smarty.php.net/">Smarty Templating engine</a> which the script uses.</p>
<p>First of all you need to install a standalone copy of Firestats. If you&#8217;ve managed to install PhpLinkDirectory, then this should not be an issue, however full <a href="http://firestats.cc/wiki/Standalone">instructions </a>are available on their site.</p>
<p>Once you are up and running you simply need to include a call to firestats on all your pages. The default code is a standard php include eg.:<br />
<code>< ?php include('/home/www/www.yourdomain.com/web/firestats/php/firestats-hit.php')?></code></p>
<p>which needs to be added to all pages <strong>within </strong>the head tag.</p>
<p>To do this open <em>header.tpl</em>, which you&#8217;ll find in your templates directory.<br />
At the very top of the file you should see:<br />
<code>< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
</head></html></code><br />
Immediately after that add the following line (edited to fit your site):<br />
<code>{php}include('/home/www/www.yourdomain.com/web/firestats/php/firestats-hit.php');{/php}<br />
</code></p>
<p>If you browse your site and then refresh your Firestats you should start to see hits and information.</p>
<p>Enjoy!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/SeoCookbook?a=SbjEXMN1"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=SbjEXMN1" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=Ob40xIOP"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=Ob40xIOP" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=bYD7SjMF"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=bYD7SjMF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=Ktg3ziuc"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=Ktg3ziuc" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.searchenginecookbook.com/seo/adding-firestats-to-phplinkdirectory/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.searchenginecookbook.com/seo/adding-firestats-to-phplinkdirectory</feedburner:origLink></item>
		<item>
		<title>Php Link Directory - Changing Page Title Order</title>
		<link>http://feeds.feedburner.com/~r/SeoCookbook/~3/71947070/php-link-directory-changing-page-title-order</link>
		<comments>http://www.searchenginecookbook.com/seo/php-link-directory-changing-page-title-order#comments</comments>
		<pubDate>Sun, 07 Jan 2007 11:59:16 +0000</pubDate>
		<dc:creator>blacknight</dc:creator>
		
		<category><![CDATA[seo]]></category>

		<category><![CDATA[Seo Tips]]></category>

		<category><![CDATA[Directories]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.searchenginecookbook.com/seo/php-link-directory-changing-page-title-order</guid>
		<description><![CDATA[PhpLinkDirectory is a PHP/MySQL link directory that offers SEO friendly URLs. Instead of appending crazy queries to the URLs (eg. index.php?cat=4545) you can have semantic and keyword rich directory paths.
The full source code is available for you to peruse and, if you are up to it, improve on.
One of the system&#8217;s weaknesses is that you [...]]]></description>
			<content:encoded><![CDATA[<p>PhpLinkDirectory is a PHP/MySQL link directory that offers SEO friendly URLs. Instead of appending crazy queries to the URLs (eg. index.php?cat=4545) you can have semantic and keyword rich directory paths.</p>
<p>The full source code is available for you to peruse and, if you are up to it, improve on.</p>
<p>One of the system&#8217;s weaknesses is that you have very little control over page titles &#8220;out of the box&#8221; ie. you cannot specify the order in which elements appear (some other systems do allow you easy access to this).</p>
<p>By default the page title tags appear as:</p>
<p><code>Site Name - Sub-Category Level 1 - Sub-Category Level 2</code></p>
<p>So if you had a site called say &#8220;Seo Directory&#8221; and a category &#8220;Google&#8221; you&#8217;d end up with:<br />
<code></code></p>
<p>Which isn&#8217;t too bad until you start adding more sub-categories:</p>
<p><code></code></p>
<p>The theme or topic of the subcategory should be given more prominence and the site title, which is a global, needs to be pushed to the end of the line.<br />
As I like to be able to rejig the title order so that I get:</p>
<p><code></code></p>
<p>The way to do it involves editing two files:<br />
main.tpl<br />
header.tpl</p>
<p>In main.tpl find the following section of code:<br />
<code>{capture name="title"}<br />
   {if count($path) > 1} - {/if}<br />
   {foreach from=$path item=category name=path}<br />
      {if $smarty.foreach.path.iteration gt 2}<br />
         &gt;<br />
      {/if}<br />
      {if not $smarty.foreach.path.first}<br />
         {$category.TITLE}<br />
      {/if}<br />
   {/foreach}<br />
{/capture}</code></p>
<p>This needs to be replaced with:<br />
<code>{capture name="title"}<br />
   {section loop=$path name=foo step=-1}<br />
      {$path[foo].TITLE}<br />
      {if !$smarty.section.foo.last}<br />
         &gt;<br />
      {/if}<br />
   {/section}<br />
{/capture}</code></p>
<p>You then need to make one minor change to header.tpl:<br />
<code><title><br />
  {if empty ($TITLE)}<br />
    {$smarty.const.DIRECTORY_TITLE|escape|trim}<br />
  {/if}<br />
  {$smarty.capture.title|strip|trim}<br />
</title></code></p>
<p>Replace that with:<br />
<code><title><br />
  {$smarty.capture.title|strip|trim}<br />
</title></code></p>
<p>Taken from the <a href="http://www.phplinkdirectory.com/forum/showthread.php?t=7765">PhpLinkDirectory forum</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/SeoCookbook?a=gdQw4pei"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=gdQw4pei" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=QCYTrUyc"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=QCYTrUyc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=Q1BzF1rO"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=Q1BzF1rO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=WsbvlgL4"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=WsbvlgL4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.searchenginecookbook.com/seo/php-link-directory-changing-page-title-order/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.searchenginecookbook.com/seo/php-link-directory-changing-page-title-order</feedburner:origLink></item>
		<item>
		<title>Search Terms Reflect User Base?</title>
		<link>http://feeds.feedburner.com/~r/SeoCookbook/~3/69358341/search-terms-reflect-user-base</link>
		<comments>http://www.searchenginecookbook.com/seo/search-terms-reflect-user-base#comments</comments>
		<pubDate>Mon, 01 Jan 2007 17:15:26 +0000</pubDate>
		<dc:creator>blacknight</dc:creator>
		
		<category><![CDATA[seo]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[yahoo]]></category>

		<category><![CDATA[Search Engines]]></category>

		<category><![CDATA[msn]]></category>

		<category><![CDATA[Seo Tips]]></category>

		<category><![CDATA[Ask]]></category>

		<guid isPermaLink="false">http://www.searchenginecookbook.com/seo/search-terms-reflect-user-base</guid>
		<description><![CDATA[While a lot of SEO experts tend to diss other search engines, such as MSN and Ask, I&#8217;ve always felt that it was a bad idea to ignore their users. A customer (visitor) is still a customer regardless of how they ended up on your website.
A few months ago I did a bit of not [...]]]></description>
			<content:encoded><![CDATA[<p>While a lot of SEO experts tend to diss other search engines, such as MSN and Ask, I&#8217;ve always felt that it was a bad idea to ignore their users. A customer (visitor) is still a customer regardless of how they ended up on your website.</p>
<p>A few months ago I did a bit of not too scientific analysis of browsers etc., that were being used to access a number of sites that I manage. The results reinforced my suspicions.</p>
<p>But what about the search engines?</p>
<p>What are people actually looking for?</p>
<p>Is there a significant difference between a Google user and a Yahoo! user?</p>
<p>The <a href="http://www.quartzmtn.com/weblog/2006-search">2006 Search Wrap-Up</a> would seem to suggest that there are some significant differences.</p>
<p>Google users tend to be more technical it seems, while Yahoo! users are into popular culture if the top search terms of 2006 are anything to go by.</p>
<p>From an SEO perspective I guess that means that you still can&#8217;t ignore Yahoo! et al <img src='http://www.searchenginecookbook.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/SeoCookbook?a=waZeDwcu"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=waZeDwcu" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=RPiruSaV"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=RPiruSaV" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=QoGOAU3m"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=QoGOAU3m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=4dvnRJtk"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=4dvnRJtk" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.searchenginecookbook.com/seo/search-terms-reflect-user-base/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.searchenginecookbook.com/seo/search-terms-reflect-user-base</feedburner:origLink></item>
		<item>
		<title>Ask! Now With An X</title>
		<link>http://feeds.feedburner.com/~r/SeoCookbook/~3/68834393/ask-now-with-an-x</link>
		<comments>http://www.searchenginecookbook.com/search-engines/ask-now-with-an-x#comments</comments>
		<pubDate>Fri, 22 Dec 2006 09:50:44 +0000</pubDate>
		<dc:creator>blacknight</dc:creator>
		
		<category><![CDATA[Search Engines]]></category>

		<category><![CDATA[Ask]]></category>

		<guid isPermaLink="false">http://www.searchenginecookbook.com/search-engines/ask-now-with-an-x</guid>
		<description><![CDATA[Ask.com are currently working on a new &#8220;top secret&#8221; interface currently called Ask X.
Like so many of these betas it&#8217;s not a particularly well kept secret  
Thanks for stumbling upon Ask X, our double-secret sandbox for testing Ask experiences of the future.
In today&#8217;s version of Ask X, you&#8217;re not just getting back a list [...]]]></description>
			<content:encoded><![CDATA[<p>Ask.com are currently working on a new &#8220;top secret&#8221; interface currently called Ask X.</p>
<p>Like so many of these betas it&#8217;s not a particularly well kept secret <img src='http://www.searchenginecookbook.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p><em>Thanks for stumbling upon Ask X, our double-secret sandbox for testing Ask experiences of the future.</p>
<p>In today&#8217;s version of Ask X, you&#8217;re not just getting back a list of links, but a slick, new three-panel interface (much like the new AskCity), combining great time-saving features like:</p>
<p>    * Left: A search control panel that stays with you, complete with Zoom Related Search and Search Suggestions that update as you type.</p>
<p>    * Middle: Results front and center to provide clutter-free information without having to scroll down the page, and Binoculars to preview results.</p>
<p>    * Right: A preview of other types of search results, including video, news, images, blogs, shopping, encyclopedia and more. </em></p></blockquote>
<p>It&#8217;s not that different to some of the other interfaces its competitors have been playing with, but it&#8217;s still quite nice</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/SeoCookbook?a=4E9GlEfd"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=4E9GlEfd" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=qQ0DtRYk"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=qQ0DtRYk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=ETjUuXOQ"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=ETjUuXOQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=GnleeqSF"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=GnleeqSF" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.searchenginecookbook.com/search-engines/ask-now-with-an-x/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.searchenginecookbook.com/search-engines/ask-now-with-an-x</feedburner:origLink></item>
		<item>
		<title>Optimising Vbulletin - The painless way!</title>
		<link>http://feeds.feedburner.com/~r/SeoCookbook/~3/68834394/optimising-vbulletin-the-painless-way</link>
		<comments>http://www.searchenginecookbook.com/seo/optimising-vbulletin-the-painless-way#comments</comments>
		<pubDate>Mon, 04 Sep 2006 22:33:06 +0000</pubDate>
		<dc:creator>blacknight</dc:creator>
		
		<category><![CDATA[seo]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[adsense]]></category>

		<category><![CDATA[Seo Tips]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[forums]]></category>

		<guid isPermaLink="false">http://www.searchenginecookbook.com/seo/optimising-vbulletin-the-painless-way</guid>
		<description><![CDATA[
Forums can be an incredibly rich resource. Even a moderately active forum could have hundreds of posts and provide plenty of keyword rich content. Unfortunately due to their very nature it can be quite hard to get the most out of a forum.
If you are using Vbulletin to run your forum(s) there are a number [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vbseo.com/223_1_1_5/"><img src="http://www.vbseo.com/aff/banners/banner_vbseo_120x60_01.gif" border="0" alt="" /></a><br />
Forums can be an incredibly rich resource. Even a moderately active forum could have hundreds of posts and provide plenty of keyword rich content. Unfortunately due to their very nature it can be quite hard to get the most out of a forum.</p>
<p>If you are using <a href="http://www.vbulletin.com/">Vbulletin</a> to run your forum(s) there are a number of options open to you.</p>
<p>If you have a look on the <a href="http://www.vbulletin.org/">Vbulletin hacks and mods site</a> you can come across a number of modifications that combine mod_rewrite and a few other tricks to make your site that little bit more search engine friendly. However there are always ways that you could improve on this, but do you really have the time and the skill to do it?</p>
<p><a href="http://www.vbseo.com/223_1_3_11/">VBSeo</a> is by far the best solution that I&#8217;ve found for this.</p>
<p>Not only does it convert all the ugly URLs into more keyword rich static links, but it also offers a wide range of custom options to help remove duplicate links and give search engine spiders rich and unique content to spider.</p>
<p>It may seem like a hefty investment, but it can definitely pay dividends both in terms of traffic and earnings, be they from Adsense or other sources.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/SeoCookbook?a=r6bz4umh"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=r6bz4umh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=84lijHnP"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=84lijHnP" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=jLvKRemm"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=jLvKRemm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=iEYjs0Xi"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=iEYjs0Xi" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.searchenginecookbook.com/seo/optimising-vbulletin-the-painless-way/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.searchenginecookbook.com/seo/optimising-vbulletin-the-painless-way</feedburner:origLink></item>
		<item>
		<title>Irish eCommerce Directory Launched</title>
		<link>http://feeds.feedburner.com/~r/SeoCookbook/~3/9378011/irish-ecommerce-directory-launched</link>
		<comments>http://www.searchenginecookbook.com/seo/irish-ecommerce-directory-launched#comments</comments>
		<pubDate>Sat, 05 Aug 2006 13:47:37 +0000</pubDate>
		<dc:creator>blacknight</dc:creator>
		
		<category><![CDATA[seo]]></category>

		<category><![CDATA[Directories]]></category>

		<guid isPermaLink="false">http://www.searchenginecookbook.com/?p=37</guid>
		<description><![CDATA[
Armchair.ie has been relaunched as a searchable directory of Irish ecommerce sites or online shops. 
The listing criteria are very simple - the site must be Irish or cater specifically for Irish consumers to be listed. Only sites that sell online will be considered.
Unlike some other directories, armchair.ie offers static, PR passing links for webmasters.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.armchair.ie/themes/armchair/images/arm.jpg" alt="Armchair.ie - Irish Shopping Directory" /><br />
<a href="http://www.armchair.ie/">Armchair.ie</a> has been relaunched as a searchable directory of Irish ecommerce sites or online shops. </p>
<p>The listing criteria are very simple - the site must be Irish or cater specifically for Irish consumers to be listed. Only sites that sell online will be considered.</p>
<p>Unlike some other directories, armchair.ie offers static, PR passing links for webmasters.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/SeoCookbook?a=62NKxdvR"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=62NKxdvR" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=CYIfMtCQ"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=CYIfMtCQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=rR7k84XD"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=rR7k84XD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=tyHtMzdV"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=tyHtMzdV" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.searchenginecookbook.com/seo/irish-ecommerce-directory-launched/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.searchenginecookbook.com/seo/irish-ecommerce-directory-launched</feedburner:origLink></item>
		<item>
		<title>SEO For Irish Webmasters</title>
		<link>http://feeds.feedburner.com/~r/SeoCookbook/~3/9377164/seo-for-irish-webmasters</link>
		<comments>http://www.searchenginecookbook.com/seo/seo-for-irish-webmasters#comments</comments>
		<pubDate>Sat, 05 Aug 2006 13:45:29 +0000</pubDate>
		<dc:creator>blacknight</dc:creator>
		
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.searchenginecookbook.com/seo/seo-for-irish-webmasters</guid>
		<description><![CDATA[If you are an Irish webmaster and want to promote your site then have a look at this post. There are also a number of related posts and links in the comments.
]]></description>
			<content:encoded><![CDATA[<p>If you are an Irish webmaster and want to promote your site then have a look at <a href="http://www.mneylon.com/blog/archives/2006/07/29/irish-seo-where-to-submit-your-site/">this post</a>. There are also a number of related posts and links in the comments.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/SeoCookbook?a=cZtkhvWs"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=cZtkhvWs" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=fugrsCqG"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=fugrsCqG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=ueLFnOqL"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=ueLFnOqL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=GEp0hEsD"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=GEp0hEsD" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.searchenginecookbook.com/seo/seo-for-irish-webmasters/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.searchenginecookbook.com/seo/seo-for-irish-webmasters</feedburner:origLink></item>
		<item>
		<title>Google AJAX API</title>
		<link>http://feeds.feedburner.com/~r/SeoCookbook/~3/76682357/google-ajax-api</link>
		<comments>http://www.searchenginecookbook.com/google/google-ajax-api#comments</comments>
		<pubDate>Tue, 06 Jun 2006 00:12:05 +0000</pubDate>
		<dc:creator>blacknight</dc:creator>
		
		<category><![CDATA[google]]></category>

		<category><![CDATA[adsense]]></category>

		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://www.searchenginecookbook.com/google/google-ajax-api</guid>
		<description><![CDATA[Google has released an &#8220;experimental&#8221; AJAX API:

The Google AJAX Search API is an experimental API that lets you integrate a dynamic Google search module into your web pages so your users can mash up Google search results with other content on your site or add search results clippings to their own content.

If you could integrate [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://radar.oreilly.com/archives/2006/06/google_ajax_search_api_launche.html">Google has released</a> an &#8220;experimental&#8221; <a href="http://code.google.com/apis/ajaxsearch/">AJAX API:</a><br />
<em></p>
<blockquote><p>The Google AJAX Search API is an experimental API that lets you integrate a dynamic Google search module into your web pages so your users can mash up Google search results with other content on your site or add search results clippings to their own content.</p></blockquote>
<p></em></p>
<p>If you could integrate that with adsense it would be really tasty <img src='http://www.searchenginecookbook.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.amazon.co.uk/exec/obidos/redirect?tag=ringoftranslatir%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.co.uk/gp/redirect.html%253fASIN=0596101694%2526tag=ringoftranslatir%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0596101694%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/0596101694.02._SCMZZZZZZZ_.jpg" alt="Ajax Hacks" /></a></p>
<p><a href="http://www.amazon.co.uk/exec/obidos/redirect?tag=ringoftranslatir%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.co.uk/gp/redirect.html%253fASIN=0596008570%2526tag=ringoftranslatir%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0596008570%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/0596008570.02._SCMZZZZZZZ_.jpg" alt="Google Hacks" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/SeoCookbook?a=9Kn4IUag"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=9Kn4IUag" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=NZlycFgb"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=NZlycFgb" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=UHadSFhc"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=UHadSFhc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=bnrgtNZb"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=bnrgtNZb" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.searchenginecookbook.com/google/google-ajax-api/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.searchenginecookbook.com/google/google-ajax-api</feedburner:origLink></item>
		<item>
		<title>Keyword Spamming</title>
		<link>http://feeds.feedburner.com/~r/SeoCookbook/~3/76536273/keyword-spamming</link>
		<comments>http://www.searchenginecookbook.com/seo/keyword-spamming#comments</comments>
		<pubDate>Tue, 02 May 2006 01:00:51 +0000</pubDate>
		<dc:creator>blacknight</dc:creator>
		
		<category><![CDATA[seo]]></category>

		<category><![CDATA[Black Hat Seo]]></category>

		<guid isPermaLink="false">http://www.searchenginecookbook.com/seo/keyword-spamming</guid>
		<description><![CDATA[Once upon a time, a long time ago (in internet terms of course) you could get away with spamming search engines with loads of hidden text and keywords. These days most search engine operators are aware of such tactics and design their algorithms and spiders to deal with such issues.
Roger, who runs Blogsome, BrowseIreland along [...]]]></description>
			<content:encoded><![CDATA[<p>Once upon a time, a long time ago (in internet terms of course) you could get away with spamming search engines with loads of hidden text and keywords. These days most search engine operators are aware of such tactics and design their algorithms and spiders to deal with such issues.</p>
<p>Roger, who runs Blogsome, BrowseIreland along with several other successful online ventures, is currently working on a search engine to cater to the Irish market. While blogging about the development he cites a very <a href="http://scrudu.ie/2006/04/27/spamming-search-engine-indexers-example-cn-media/">&#8220;interesting&#8221; example of an Irish site </a>that uses keyword spam.<br />
What amuses me most is that the keywords / phrases that they are spamming with are completely irrelevant!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/SeoCookbook?a=7Tt2oJsr"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=7Tt2oJsr" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=HE50NQUA"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=HE50NQUA" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=TkDMJFeh"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=TkDMJFeh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/SeoCookbook?a=t6thMzXF"><img src="http://feeds.feedburner.com/~f/SeoCookbook?i=t6thMzXF" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.searchenginecookbook.com/seo/keyword-spamming/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.searchenginecookbook.com/seo/keyword-spamming</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=SeoCookbook</feedburner:awareness></channel>
</rss>
