<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: SEO for CakePHP Websites</title>
	<link>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/</link>
	<description>A Web Development Company Specializing In Standard-Based Web Design and the CakePHP Framework.</description>
	<pubDate>Sat, 17 May 2008 19:43:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Cherry on the&#8230; &#187; Interesting posts in the cakePHP blogosphere</title>
		<link>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-1127</link>
		<dc:creator>Cherry on the&#8230; &#187; Interesting posts in the cakePHP blogosphere</dc:creator>
		<pubDate>Tue, 01 Apr 2008 08:37:54 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-1127</guid>
		<description>[...] allusive) tidbits about the way they developp for their customers with cake. Recent posts include svn, seo (well, published some weeks before mine&#8230;) and tuning the acl database [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] allusive) tidbits about the way they developp for their customers with cake. Recent posts include svn, seo (well, published some weeks before mine&#8230;) and tuning the acl database [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Shepherd</title>
		<link>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-1110</link>
		<dc:creator>Chris Shepherd</dc:creator>
		<pubDate>Mon, 31 Mar 2008 11:23:37 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-1110</guid>
		<description>Hi guys,

You may already be aware of this, but the below behaviour plugin developed by someone in the cakephp community can help out with more SE friendly URLs for websites.

http://bakery.cakephp.org/articles/view/slug-behavior

For me, I'm building a bespoke content management system using CakePHP, and this is pretty useful to specify a URL for my content. It does mean that your controller has to do the lookup based on the slug rather than the id though...which means if you've already built a system, it might take a fair bit of code re-work to introduce this behaviour.

Also, you've said that web developers can do little to improve SEO, which is kinda ok as a lot comes down to the content of the site, but I would emphasise that they probably have the most important job in that they must ensure that title tags and meta descriptions are 100% configurable. The capability of that in a system is pretty fundamental for SEO.

Also configurable URLs are pretty useful as well.</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>You may already be aware of this, but the below behaviour plugin developed by someone in the cakephp community can help out with more SE friendly URLs for websites.</p>
<p><a href="http://bakery.cakephp.org/articles/view/slug-behavior" rel="nofollow">http://bakery.cakephp.org/articles/view/slug-behavior</a></p>
<p>For me, I&#8217;m building a bespoke content management system using CakePHP, and this is pretty useful to specify a URL for my content. It does mean that your controller has to do the lookup based on the slug rather than the id though&#8230;which means if you&#8217;ve already built a system, it might take a fair bit of code re-work to introduce this behaviour.</p>
<p>Also, you&#8217;ve said that web developers can do little to improve SEO, which is kinda ok as a lot comes down to the content of the site, but I would emphasise that they probably have the most important job in that they must ensure that title tags and meta descriptions are 100% configurable. The capability of that in a system is pretty fundamental for SEO.</p>
<p>Also configurable URLs are pretty useful as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lee</title>
		<link>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-1012</link>
		<dc:creator>lee</dc:creator>
		<pubDate>Tue, 25 Mar 2008 00:11:03 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-1012</guid>
		<description>Thanks for the comment Dan.  I guess I used the wrong term in my first sentence.  I really meant Search Engine Rankings.  I feel it is definitely the developers job to get the site to properly be indexed and give a way for the website owner to properly do link exchanges and/or backlinking programs.   We typically recommend clients to use blogs and write valuable content to achieve this.  Heck, that is how you found this article.  Thanks for the additional info on what additional things a developer can do!</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Dan.  I guess I used the wrong term in my first sentence.  I really meant Search Engine Rankings.  I feel it is definitely the developers job to get the site to properly be indexed and give a way for the website owner to properly do link exchanges and/or backlinking programs.   We typically recommend clients to use blogs and write valuable content to achieve this.  Heck, that is how you found this article.  Thanks for the additional info on what additional things a developer can do!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Schulman</title>
		<link>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-1008</link>
		<dc:creator>Dan Schulman</dc:creator>
		<pubDate>Mon, 24 Mar 2008 22:13:53 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-1008</guid>
		<description>I disagree that there is little web developers can do to help with SEO. 

In writing SEO proposals I usually sort the work into three categories 1) on page factors, 2) off page factors, and 3) information architecture.

The first of these is largely the responsibility of the site owner - what content goes on each page, how is it arranged, etc. The second refers to backlinks that this post talks about which are often uncontrollable. The developer has a lot to say about the third - the website's information architecture.

In addition to the points made in this post (title, URL's keywords, control of meta tags), the developer has alot to say about items such as URL canonicalization, navigation elements (menus, sub-navigation blocks, breadcrumbs, etc.), and production of sitemaps. All of these can be important elements for search engine optimization.

In general, information architecture works best for SEO when it is obvious and systematic.  Used properly, frameworks such as CakePHP are very good at being obvious and systematic.</description>
		<content:encoded><![CDATA[<p>I disagree that there is little web developers can do to help with SEO. </p>
<p>In writing SEO proposals I usually sort the work into three categories 1) on page factors, 2) off page factors, and 3) information architecture.</p>
<p>The first of these is largely the responsibility of the site owner - what content goes on each page, how is it arranged, etc. The second refers to backlinks that this post talks about which are often uncontrollable. The developer has a lot to say about the third - the website&#8217;s information architecture.</p>
<p>In addition to the points made in this post (title, URL&#8217;s keywords, control of meta tags), the developer has alot to say about items such as URL canonicalization, navigation elements (menus, sub-navigation blocks, breadcrumbs, etc.), and production of sitemaps. All of these can be important elements for search engine optimization.</p>
<p>In general, information architecture works best for SEO when it is obvious and systematic.  Used properly, frameworks such as CakePHP are very good at being obvious and systematic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-587</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 11 Mar 2008 12:42:10 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-587</guid>
		<description>Hey I saw this link on Digg and wanted to say that you guys totally rock!</description>
		<content:encoded><![CDATA[<p>Hey I saw this link on Digg and wanted to say that you guys totally rock!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
