<?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: Common SEO mistakes when writing JavaScript</title>
	<atom:link href="http://thatsmith.com/2008/09/javascript-seo-mistakes/feed" rel="self" type="application/rss+xml" />
	<link>http://thatsmith.com/2008/09/javascript-seo-mistakes</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 01:03:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Chad</title>
		<link>http://thatsmith.com/2008/09/javascript-seo-mistakes/comment-page-1#comment-3661</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Fri, 09 Jan 2009 15:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://thatsmith.com/?p=526#comment-3661</guid>
		<description>A lot of people emailed me asking how to dynamically display content on a page without using display:none or innerHTML.

A good SEO friendly example can be seen on &lt;a href=&quot;http://nocart.com/&quot; rel=&quot;nofollow&quot;&gt;No Cart&lt;/a&gt;, where additional elements of the form are only seen when clicking &quot;Advanced&quot;

If you look closely, you will see the elements are not hidden until after the page is loaded.  This way, when JavaScript is disabled (or if the visitor is a search engine), they are still visible and you are not penalized for hiding content.</description>
		<content:encoded><![CDATA[<p>A lot of people emailed me asking how to dynamically display content on a page without using display:none or innerHTML.</p>
<p>A good SEO friendly example can be seen on <a href="http://nocart.com/" rel="nofollow">No Cart</a>, where additional elements of the form are only seen when clicking &#8220;Advanced&#8221;</p>
<p>If you look closely, you will see the elements are not hidden until after the page is loaded.  This way, when JavaScript is disabled (or if the visitor is a search engine), they are still visible and you are not penalized for hiding content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna</title>
		<link>http://thatsmith.com/2008/09/javascript-seo-mistakes/comment-page-1#comment-2359</link>
		<dc:creator>Prasanna</dc:creator>
		<pubDate>Sat, 27 Sep 2008 04:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://thatsmith.com/?p=526#comment-2359</guid>
		<description>I was looking for the innerHTML tip you gave..........that helped me a lot.

Thanks
Prasanna</description>
		<content:encoded><![CDATA[<p>I was looking for the innerHTML tip you gave&#8230;&#8230;&#8230;.that helped me a lot.</p>
<p>Thanks<br />
Prasanna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Dutcher</title>
		<link>http://thatsmith.com/2008/09/javascript-seo-mistakes/comment-page-1#comment-2217</link>
		<dc:creator>Josh Dutcher</dc:creator>
		<pubDate>Thu, 18 Sep 2008 03:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://thatsmith.com/?p=526#comment-2217</guid>
		<description>This is really useful stuff.  Thanks.</description>
		<content:encoded><![CDATA[<p>This is really useful stuff.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
