<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: SEO Friendly URL&#8217;s with PHP</title>
	<link>http://www.robertbolton.com/seo-friendly-urls-with-php</link>
	<description>A lot to do about nothing</description>
	<pubDate>Tue, 06 Jan 2009 15:44:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on SEO Friendly URL&#8217;s with PHP by: Administrator</title>
		<link>http://www.robertbolton.com/seo-friendly-urls-with-php#comment-732</link>
		<pubDate>Wed, 29 Nov 2006 21:55:54 +0000</pubDate>
		<guid>http://www.robertbolton.com/seo-friendly-urls-with-php#comment-732</guid>
					<description>Could make a blog post out of this...

1.Under permalink in the admin panel, add this to structure field: /%postname%

2.In the file /wp-content/themes/default/header.php, you can alter the title tags and meta description tag to display the name of the post
3. Make your title tags SEO friendly, by making it descriptive and including commonly searched words</description>
		<content:encoded><![CDATA[	<p>Could make a blog post out of this&#8230;</p>
	<p>1.Under permalink in the admin panel, add this to structure field: /%postname%</p>
	<p>2.In the file /wp-content/themes/default/header.php, you can alter the title tags and meta description tag to display the name of the post<br />
3. Make your title tags SEO friendly, by making it descriptive and including commonly searched words
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on SEO Friendly URL&#8217;s with PHP by: Kameron</title>
		<link>http://www.robertbolton.com/seo-friendly-urls-with-php#comment-725</link>
		<pubDate>Wed, 29 Nov 2006 12:33:18 +0000</pubDate>
		<guid>http://www.robertbolton.com/seo-friendly-urls-with-php#comment-725</guid>
					<description>Is there any special techniques that can be used to optimize a wordpress blog on my server for SEO. One issue I see is no way to change the title tags on each page, where it seems to take the blog name for the home page.
I have several hundred 600+ inbound links.
I have pinged Technorati manually and used pingoat as well as pingomatic every time I add a new blog.
There is plenty of content, about 30 articles.
What else can I do? What else should I do to optimize my blog?</description>
		<content:encoded><![CDATA[	<p>Is there any special techniques that can be used to optimize a wordpress blog on my server for SEO. One issue I see is no way to change the title tags on each page, where it seems to take the blog name for the home page.<br />
I have several hundred 600+ inbound links.<br />
I have pinged Technorati manually and used pingoat as well as pingomatic every time I add a new blog.<br />
There is plenty of content, about 30 articles.<br />
What else can I do? What else should I do to optimize my blog?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on SEO Friendly URL&#8217;s with PHP by: Ryan</title>
		<link>http://www.robertbolton.com/seo-friendly-urls-with-php#comment-74</link>
		<pubDate>Wed, 30 Aug 2006 21:07:07 +0000</pubDate>
		<guid>http://www.robertbolton.com/seo-friendly-urls-with-php#comment-74</guid>
					<description>Hey, good post. I was stumped on how to remove that last '-'.

I find this code a little cleaner, and it also generated slightly cleaner output, IMHO. Punctuation characters are ugly.

function news_link_title ($t) {
	return strtolower (
		preg_replace( '/-$/', '', 
			preg_replace (
				'/[^a-zA-Z0-9]+/',
				'-',
				$t
			)
		)
	);
}</description>
		<content:encoded><![CDATA[	<p>Hey, good post. I was stumped on how to remove that last &#8216;-&#8217;.</p>
	<p>I find this code a little cleaner, and it also generated slightly cleaner output, IMHO. Punctuation characters are ugly.</p>
	<p>function news_link_title ($t) {<br />
	return strtolower (<br />
		preg_replace( &#8216;/-$/&#8217;, &#8216;&#8217;,<br />
			preg_replace (<br />
				&#8216;/[^a-zA-Z0-9]+/&#8217;,<br />
				&#8216;-&#8217;,<br />
				$t<br />
			)<br />
		)<br />
	);<br />
}
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on SEO Friendly URL&#8217;s with PHP by: Administrator</title>
		<link>http://www.robertbolton.com/seo-friendly-urls-with-php#comment-24</link>
		<pubDate>Sat, 22 Jul 2006 20:02:50 +0000</pubDate>
		<guid>http://www.robertbolton.com/seo-friendly-urls-with-php#comment-24</guid>
					<description>Wordpress was not displaying my backslash and the code was not working if you cut and paste directly from the html.  I just put in the HTML character entity and now the code should work fine.</description>
		<content:encoded><![CDATA[	<p>Wordpress was not displaying my backslash and the code was not working if you cut and paste directly from the html.  I just put in the HTML character entity and now the code should work fine.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
