<?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>Edwin Huertas &#187; PHP</title>
	<atom:link href="http://www.edwin-huertas.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edwin-huertas.com</link>
	<description>web developer - software engineer - linux sys admin</description>
	<lastBuildDate>Sat, 13 Feb 2010 21:24:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SEO tip 2</title>
		<link>http://www.edwin-huertas.com/seo-tip-2/</link>
		<comments>http://www.edwin-huertas.com/seo-tip-2/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:56:45 +0000</pubDate>
		<dc:creator>Edwin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.edwin-huertas.com/?p=27</guid>
		<description><![CDATA[Another consideration to rank higher in yahoo and google is making sure that your images contain the information about what they are representing.
For example, lets say a T-Shirt site, they usually have a bunch of designs or products related to a certain content. If your PHP code is generating these images or grabbing them from [...]]]></description>
			<content:encoded><![CDATA[<p>Another consideration to rank higher in yahoo and google is making sure that your images contain the information about what they are representing.</p>
<p>For example, lets say a <a title="TeeZeria" href="http://www.teezeria.com" target="_blank">T-Shirt site</a>, they usually have a bunch of designs or products related to a certain content. If your PHP code is generating these images or grabbing them from a Database (files names usually come from a Database), you probably want to take advantage of that by adding to the ALT tag the title of the product. This also accomplish two things: a) If user has a slow down in his connection he will see the product name until the image loads, making it easy for them to <span id="more-27"></span>recognize what the product image is about, and of course b) to help with your positioning in the search results.</p>
<p>So, just make sure the code looks like this &lt; img src = &#8220;/folder/your-image-name.jpg&#8221; alt = &#8220;Talk nerdy to me&#8221; &gt;. Oh, almost forgot, to those who love Internet Explorer, you might want to include the TITLE tag as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edwin-huertas.com/seo-tip-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO tip</title>
		<link>http://www.edwin-huertas.com/seo-tip/</link>
		<comments>http://www.edwin-huertas.com/seo-tip/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 16:56:02 +0000</pubDate>
		<dc:creator>Edwin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.edwin-huertas.com/?p=14</guid>
		<description><![CDATA[Probably you already know all the SEO tips out there, but I think if you are working on a new project with PHP (btw php is my fav script language), you need to consider a way to handle &#8220;friendly urls&#8221;. You know, something similar to how WP handles the URL for evry post or page [...]]]></description>
			<content:encoded><![CDATA[<p>Probably you already know all the SEO tips out there, but I think if you are working on a new project with PHP (btw php is my fav script language), you need to consider a way to handle &#8220;friendly urls&#8221;. You know, something similar to how WP handles the URL for evry post or page (i.e. mydomain.com/post_name ), instead of the usual page_id=12&amp;type=post.</p>
<p>If you are interested on how to do it, check <a title="Apache mod_rewrite search" href="http://www.google.com/search?hl=en&amp;q=apache+mod_rewrite&amp;btnG=Google+Search&amp;aq=0&amp;oq=apache+mod" target="_blank">apache mod-rewrite</a> or you can read more about how to do &#8220;Friendly URLS with PHP&#8221; at &#8220;<a href="http://htmlblog.net/seo-friendly-url-in-php/" target="_blank">The html blog</a>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edwin-huertas.com/seo-tip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
