<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Rails SEO Tips 90% Completed</title>
	<atom:link href="http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rails-seo-tips-90-completed</link>
	<description>Patrick McKenzie (patio11) blogs on software development, marketing, and general business topics</description>
	<lastBuildDate>Sat, 11 Feb 2012 04:17:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hao</title>
		<link>http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/#comment-1252</link>
		<dc:creator>Hao</dc:creator>
		<pubDate>Sun, 09 Nov 2008 04:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2007/11/19/rails-seo-tips-90-completed/#comment-1252</guid>
		<description>very nice man! we are modifying my site with your suggestion

I did find an error in your bookmark code where quotes are not escaped properly. I added this to the title variable

.gsub(/&#039;&#124;&quot;/, &quot;\\\\&#039;&quot;)</description>
		<content:encoded><![CDATA[<p>very nice man! we are modifying my site with your suggestion</p>
<p>I did find an error in your bookmark code where quotes are not escaped properly. I added this to the title variable</p>
<p>.gsub(/&#8217;|&#8221;/, &#8220;\\\\&#8217;&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Personal Trainer</title>
		<link>http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/#comment-1253</link>
		<dc:creator>Personal Trainer</dc:creator>
		<pubDate>Wed, 06 Aug 2008 23:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2007/11/19/rails-seo-tips-90-completed/#comment-1253</guid>
		<description>Thanks for the tip in regards to the titles and descriptions. I found that successful SEO is extremely challenging and that Google&#039;s magic recipe for success relies on so much more than what information is currently available to us mere mortals in the web world.

I&#039;ve seen poorly optimized sites rank on the first page and well optimized sites rank way further down.

As for Guy, you rank decently for the keywords &quot;popular baby names&quot;. I&#039;m assuming you&#039;ve used several optimization tools to check your keyword density, etc?</description>
		<content:encoded><![CDATA[<p>Thanks for the tip in regards to the titles and descriptions. I found that successful SEO is extremely challenging and that Google&#8217;s magic recipe for success relies on so much more than what information is currently available to us mere mortals in the web world.</p>
<p>I&#8217;ve seen poorly optimized sites rank on the first page and well optimized sites rank way further down.</p>
<p>As for Guy, you rank decently for the keywords &#8220;popular baby names&#8221;. I&#8217;m assuming you&#8217;ve used several optimization tools to check your keyword density, etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/#comment-1247</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 06 Feb 2008 23:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2007/11/19/rails-seo-tips-90-completed/#comment-1247</guid>
		<description>Interesting challenges there Guy.  Let me think about it and get back to you.</description>
		<content:encoded><![CDATA[<p>Interesting challenges there Guy.  Let me think about it and get back to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Davis</title>
		<link>http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/#comment-1246</link>
		<dc:creator>Guy Davis</dc:creator>
		<pubDate>Wed, 06 Feb 2008 18:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2007/11/19/rails-seo-tips-90-completed/#comment-1246</guid>
		<description>Hi.  I&#039;m a big fan of  pretty urls as well.  For example, my site shows the popularity of your name at &lt;a href=&quot;http://www.babynamemap.com/boys/Patrick&quot; rel=&quot;nofollow&quot;&gt;http://www.babynamemap.com/boys/Patrick&lt;/a&gt;  Change the end of the url to another name and it will search for that.

My big SEO challenge is that to build an engaging and interactive web-app these days, you need to use AJAX and dynamic interfaces.  So, I lean heavily on ExtJS for their tree, grid, and window components.  That&#039;s great for humans visiting the site, but Google&#039;s crawler completely ignores all the dynamic Javascript.  For example, the &lt;a href=&quot;http://www.babynamemap.com/region/popular/female/3&quot; rel=&quot;nofollow&quot;&gt;table&lt;/a&gt; listing popular girls names in the US lets visitors quickly navigate a large dataset, but Google just sees the generic HTML page and not the actual popular name data.

It&#039;s kind of a chicken and egg problem.  I need to build an interactive site to impress users and get word of mouth, but that means Google search thinks the site is worthless. Without Google liking my site, hardly anyone visits.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi.  I&#8217;m a big fan of  pretty urls as well.  For example, my site shows the popularity of your name at <a href="http://www.babynamemap.com/boys/Patrick" rel="nofollow">http://www.babynamemap.com/boys/Patrick</a>  Change the end of the url to another name and it will search for that.</p>
<p>My big SEO challenge is that to build an engaging and interactive web-app these days, you need to use AJAX and dynamic interfaces.  So, I lean heavily on ExtJS for their tree, grid, and window components.  That&#8217;s great for humans visiting the site, but Google&#8217;s crawler completely ignores all the dynamic Javascript.  For example, the <a href="http://www.babynamemap.com/region/popular/female/3" rel="nofollow">table</a> listing popular girls names in the US lets visitors quickly navigate a large dataset, but Google just sees the generic HTML page and not the actual popular name data.</p>
<p>It&#8217;s kind of a chicken and egg problem.  I need to build an interactive site to impress users and get word of mouth, but that means Google search thinks the site is worthless. Without Google liking my site, hardly anyone visits.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pngl</title>
		<link>http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/#comment-1245</link>
		<dc:creator>pngl</dc:creator>
		<pubDate>Sat, 02 Feb 2008 11:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2007/11/19/rails-seo-tips-90-completed/#comment-1245</guid>
		<description>Time to write a plugin that saves a field into a redirect table when it is modified, and adds a route to keep the old url valid.</description>
		<content:encoded><![CDATA[<p>Time to write a plugin that saves a field into a redirect table when it is modified, and adds a route to keep the old url valid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/#comment-1248</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Tue, 04 Dec 2007 23:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2007/11/19/rails-seo-tips-90-completed/#comment-1248</guid>
		<description>Good points.  It can become a bit more complicated when you&#039;re not in complete control of the data, though.  For example, a site with user-editable pages (and titles) may contain a page with a poorly chosen title.  The title can be changed to better suit the content, but you&#039;d still be stuck with a URL that may now be semantically incorrect.

That&#039;s probably not the case for most folks, though, so I may just be picking at the edge cases.</description>
		<content:encoded><![CDATA[<p>Good points.  It can become a bit more complicated when you&#8217;re not in complete control of the data, though.  For example, a site with user-editable pages (and titles) may contain a page with a poorly chosen title.  The title can be changed to better suit the content, but you&#8217;d still be stuck with a URL that may now be semantically incorrect.</p>
<p>That&#8217;s probably not the case for most folks, though, so I may just be picking at the edge cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/#comment-1251</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 04 Dec 2007 13:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2007/11/19/rails-seo-tips-90-completed/#comment-1251</guid>
		<description>Incidentally, there is a reason for that.  Your approach is workable for the user experience but suboptimal from the point of view of search engines.  For example, consider a blog engine with slugs based on titles.  If you rename the post three times, you could potentially have links (and link juice) split among three links.  Worse, you now have canonicalization issues because Google thinks that all three are distinct pages with duplicate content!  Bam go your rankings!  Boo.  Instead, make a good first guess at the slug and, if you ABSOLUTELY must be able to change that later, do it with a redirect table.</description>
		<content:encoded><![CDATA[<p>Incidentally, there is a reason for that.  Your approach is workable for the user experience but suboptimal from the point of view of search engines.  For example, consider a blog engine with slugs based on titles.  If you rename the post three times, you could potentially have links (and link juice) split among three links.  Worse, you now have canonicalization issues because Google thinks that all three are distinct pages with duplicate content!  Bam go your rankings!  Boo.  Instead, make a good first guess at the slug and, if you ABSOLUTELY must be able to change that later, do it with a redirect table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/#comment-1250</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 04 Dec 2007 13:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2007/11/19/rails-seo-tips-90-completed/#comment-1250</guid>
		<description>That is a good point.  I&#039;d suggest, rather than prepending the ID, just to save the slug in the database.  Let the underlying data change as much as it wants to, but keep the slug static.</description>
		<content:encoded><![CDATA[<p>That is a good point.  I&#8217;d suggest, rather than prepending the ID, just to save the slug in the database.  Let the underlying data change as much as it wants to, but keep the slug static.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.kalzumeus.com/2007/11/19/rails-seo-tips-90-completed/#comment-1249</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Mon, 03 Dec 2007 15:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://microisvjournal.wordpress.com/2007/11/19/rails-seo-tips-90-completed/#comment-1249</guid>
		<description>My instinct is to just agree with you wholeheartedly about the pretty URLs because... well, they&#039;re just so darn pretty.

But they&#039;re not without their shortcomings, either.  If the value of the field you use for your slug changes, the URLs already floating around in the world for that resource are now invalid.  Not likely with your simplified example of bingo card categories, but quite likely for many other types of resources.   This, is why you should consider prepending the id to the slug.  Maybe the lazy guys are onto something.</description>
		<content:encoded><![CDATA[<p>My instinct is to just agree with you wholeheartedly about the pretty URLs because&#8230; well, they&#8217;re just so darn pretty.</p>
<p>But they&#8217;re not without their shortcomings, either.  If the value of the field you use for your slug changes, the URLs already floating around in the world for that resource are now invalid.  Not likely with your simplified example of bingo card categories, but quite likely for many other types of resources.   This, is why you should consider prepending the id to the slug.  Maybe the lazy guys are onto something.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

