<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: SEO for AJAX</title>
	<link>http://www.johnon.com/270/seo-for-ajax.html</link>
	<description>I think there's an opinion on that subject lying around here somewhere....</description>
	<pubDate>Mon, 20 May 2013 04:50:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Jose M. Arranz</title>
		<link>http://www.johnon.com/270/seo-for-ajax.html#comment-130467</link>
		<pubDate>Wed, 05 May 2010 13:35:01 +0000</pubDate>
		<guid>http://www.johnon.com/270/seo-for-ajax.html#comment-130467</guid>
					<description>Another and better alternative to Google approach: ItsNat

With ItsNat you develop a Single Page Interface (AJAX intensive) application and (almost) automatically the same is page based when JavaScript is disabled or ignored (like search engine crawlers see your site).

Take a look:

The Single Page Interface Manifesto
http://itsnat.sourceforge.net/php/spim/spi_manifesto_en.php

Single Page Interface Web Site With ItsNat
http://itsnat.sourceforge.net/index.php?_page=support.tutorial.spi_site

SPI web site online demo
http://www.innowhere.com:8080/spitut/</description>
		<content:encoded><![CDATA[<p>Another and better alternative to Google approach: ItsNat</p>
<p>With ItsNat you develop a Single Page Interface (AJAX intensive) application and (almost) automatically the same is page based when JavaScript is disabled or ignored (like search engine crawlers see your site).</p>
<p>Take a look:</p>
<p>The Single Page Interface Manifesto<br />
<a href="http://itsnat.sourceforge.net/php/spim/spi_manifesto_en.php" >http://itsnat.sourceforge.net/php/spim/spi_manifesto_en.php</a></p>
<p>Single Page Interface Web Site With ItsNat<br />
<a href="http://itsnat.sourceforge.net/index.php?_page=support.tutorial.spi_site" >http://itsnat.sourceforge.net/index.php?_page=support.tutorial.spi_site</a></p>
<p>SPI web site online demo<br />
<a href="http://www.innowhere.com:8080/spitut/" >http://www.innowhere.com:8080/spitut/</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: john andrews</title>
		<link>http://www.johnon.com/270/seo-for-ajax.html#comment-13489</link>
		<pubDate>Fri, 06 Apr 2007 19:54:50 +0000</pubDate>
		<guid>http://www.johnon.com/270/seo-for-ajax.html#comment-13489</guid>
					<description>&lt;b&gt;UPDATE:&lt;/b&gt; I never intended this post to be an SEO for AJAX tutorial. It's a blog post from an SEO working in the field of SEO, on AJAX and other, &lt;a href="http://www.johnon.com" title="Advanced SEO" &gt;advanced SEO&lt;/a&gt; topics. BUT, I can certainly clarify and will do so in another AJAX/SEO post on www.johnon.com.</description>
		<content:encoded><![CDATA[<p><b>UPDATE:</b> I never intended this post to be an SEO for AJAX tutorial. It&#8217;s a blog post from an SEO working in the field of SEO, on AJAX and other, <a href="http://www.johnon.com" title="Advanced SEO" >advanced SEO</a> topics. BUT, I can certainly clarify and will do so in another AJAX/SEO post on <a href="http://www.johnon.com." >www.johnon.com.</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: johnon.com - John Andrews - &#187; Does &#8220;Advanced SEO&#8221; Even Exist?</title>
		<link>http://www.johnon.com/270/seo-for-ajax.html#comment-13488</link>
		<pubDate>Fri, 06 Apr 2007 19:52:24 +0000</pubDate>
		<guid>http://www.johnon.com/270/seo-for-ajax.html#comment-13488</guid>
					<description>[...] When I sit in a session at PubCon, the &#8220;SEO&#8221; panelists repeatedly say things like &#8220;you need to make your title tags unique&#8221; and &#8220;your non-www needs to 301 to your www&#8221; and I get so bored I choose to sit next to IncrediBill, just to keep things interesting. But when I work with SEO and AJAX, I get a headache from the depth of the challenge. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] When I sit in a session at PubCon, the &#8220;SEO&#8221; panelists repeatedly say things like &#8220;you need to make your title tags unique&#8221; and &#8220;your non-www needs to 301 to your www&#8221; and I get so bored I choose to sit next to IncrediBill, just to keep things interesting. But when I work with SEO and AJAX, I get a headache from the depth of the challenge. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: john andrews</title>
		<link>http://www.johnon.com/270/seo-for-ajax.html#comment-11557</link>
		<pubDate>Sat, 31 Mar 2007 05:46:58 +0000</pubDate>
		<guid>http://www.johnon.com/270/seo-for-ajax.html#comment-11557</guid>
					<description>@Daniel: It looks like you've assigned unique URLs to the content, but outside of context. That's a necesary step, right? But you know the context for a bulk of pages, if you know the rationale behind the asynchronous loading (as far as content inclusion goes).

A step better is to clean up those URLs in typical SEO fashion,of course, using a front controller or rewrite mapper for your pseudo sitemap. But if possible, why not define views into that content that are context aware? You're almost there anyway.

It's difficult to suppose solutions outside of the context of the app. Some of the AJAX stuff I have seen really fits the term "mashup" because that's what it is.. a mish-mash. So I leave it alone, and index a psuedo-sitemap that is structured.</description>
		<content:encoded><![CDATA[<p>@Daniel: It looks like you&#8217;ve assigned unique URLs to the content, but outside of context. That&#8217;s a necesary step, right? But you know the context for a bulk of pages, if you know the rationale behind the asynchronous loading (as far as content inclusion goes).</p>
<p>A step better is to clean up those URLs in typical SEO fashion,of course, using a front controller or rewrite mapper for your pseudo sitemap. But if possible, why not define views into that content that are context aware? You&#8217;re almost there anyway.</p>
<p>It&#8217;s difficult to suppose solutions outside of the context of the app. Some of the AJAX stuff I have seen really fits the term &#8220;mashup&#8221; because that&#8217;s what it is.. a mish-mash. So I leave it alone, and index a psuedo-sitemap that is structured.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daniel R</title>
		<link>http://www.johnon.com/270/seo-for-ajax.html#comment-11153</link>
		<pubDate>Fri, 30 Mar 2007 06:33:10 +0000</pubDate>
		<guid>http://www.johnon.com/270/seo-for-ajax.html#comment-11153</guid>
					<description>Sorry, I didnt realize HTML codes were valid for comments. Here's a retry:

&lt;blockquote&gt;

&#60;p&#62;Basically, the navigation system would be updated from&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;getContent('fiction','dickens');&#34;&#62;Fiction &#38;gt; 
Dickens&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://client.com/books.jsp?scene=fiction&#38;amp;author=dickens&#34;&#62;Fiction 
&#38;gt; Dickens&#60;/a&#62;&#60;/p&#62; 

&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, I didnt realize HTML codes were valid for comments. Here&#8217;s a retry:</p>
<blockquote>
<p>&lt;p&gt;Basically, the navigation system would be updated from&lt;/p&gt;<br />
&lt;p&gt;&lt;a href=&quot;getContent(&#8217;fiction&#8217;,'dickens&#8217;);&quot;&gt;Fiction &amp;gt;<br />
Dickens&lt;/a&gt;&lt;/p&gt;<br />
&lt;p&gt;to&lt;/p&gt;<br />
&lt;p&gt;&lt;a href=&quot;http://client.com/books.jsp?scene=fiction&amp;amp;author=dickens&quot;&gt;Fiction<br />
&amp;gt; Dickens&lt;/a&gt;&lt;/p&gt; </p>
</blockquote>
]]></content:encoded>
				</item>
</channel>
</rss>
