<?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>JLCoady.net &#187; SEO</title>
	<atom:link href="http://jlcoady.net/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://jlcoady.net</link>
	<description></description>
	<lastBuildDate>Mon, 23 Mar 2009 18:15:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to remove the meta name=title element from Symfony 1.2 pages</title>
		<link>http://jlcoady.net/symfony/how-to-remove-the-meta-nametitle-element-from-symfony-12-pages</link>
		<comments>http://jlcoady.net/symfony/how-to-remove-the-meta-nametitle-element-from-symfony-12-pages#comments</comments>
		<pubDate>Tue, 03 Feb 2009 01:42:13 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=80</guid>
		<description><![CDATA[Note: If you are using Symfony 1.0, follow these instructions instead.
A commenter from my prior post on this subject noted that those instructions only worked for Symfony 1.0 so I have updated the instructions to work for Symfony 1.2 (the current release as of this writing).
1. In your app’s lib dir, create a file named [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/symfony/how-to-remove-the-meta-nametitle-element-from-symfony-12-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use URL rewriting to control access to www</title>
		<link>http://jlcoady.net/seo/how-to-use-url-rewriting-to-control-access-to-www</link>
		<comments>http://jlcoady.net/seo/how-to-use-url-rewriting-to-control-access-to-www#comments</comments>
		<pubDate>Thu, 29 Jan 2009 18:47:18 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[ISAPI_Rewrite]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=105</guid>
		<description><![CDATA[Having your site respond with content to requests on both domain.tld and www.domain.tld can give the appearance to search engines that your site has duplicate content, so don&#8217;t do it. Here&#8217;s how:
Using Apache and mod_rewrite or IIS and ISAPI_rewrite 3:

RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.domain\.tld
RewriteRule ^/(.*) http://www.domain.tld/$1 [L,R=301]

Using IIS and ISAPI_rewrite 2:

RewriteCond Host: (?!^www\.domain\.tld).+
RewriteRule ^/(.*) http\://www.domain.tld/$1 [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/seo/how-to-use-url-rewriting-to-control-access-to-www/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove the meta name=title element from Symfony pages</title>
		<link>http://jlcoady.net/symfony/remove-meta-name-title-symfony-pages</link>
		<comments>http://jlcoady.net/symfony/remove-meta-name-title-symfony-pages#comments</comments>
		<pubDate>Thu, 06 Nov 2008 00:52:49 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=60</guid>
		<description><![CDATA[Note: If you are using Symfony 1.2, follow these instructions instead.
I came across a slight problem with how the Symfony framework outputs title tag data: it outputs it both to the title element as well as to the meta element with name=&#8221;title&#8221;. This duplicated data is not optimal and may be considered &#8220;spammy&#8221;.
In looking to [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/symfony/remove-meta-name-title-symfony-pages/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
