<?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: Can AJAX and SEO live together?</title>
	<atom:link href="http://www.dtelepathy.com/blog/telepathy/can-ajax-and-seo-live-together/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dtelepathy.com/blog/telepathy/can-ajax-and-seo-live-together</link>
	<description>Design makes a difference - Committed to being designers of the web, we create experiences that deliver results.</description>
	<lastBuildDate>Sun, 12 Feb 2012 16:09:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Benj Arriola</title>
		<link>http://www.dtelepathy.com/blog/telepathy/can-ajax-and-seo-live-together#comment-85</link>
		<dc:creator>Benj Arriola</dc:creator>
		<pubDate>Wed, 28 Nov 2007 21:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dtelepathy.com/digital-marketing/can-ajax-and-seo-live-together#comment-85</guid>
		<description>I started playing with the idea of &lt;a href=&quot;http://www.ajaxoptimize.com&quot; rel=&quot;nofollow&quot;&gt;mixing AJAX and SEO together&lt;/a&gt; 3 days ago. And came up with this. So far I think I followed all rules required for SEO and still getting to use the AJAX capabilities. Feel free to criticize it. If you think there will be any SEO issues.</description>
		<content:encoded><![CDATA[<p>I started playing with the idea of <a href="http://www.ajaxoptimize.com" rel="nofollow">mixing AJAX and SEO together</a> 3 days ago. And came up with this. So far I think I followed all rules required for SEO and still getting to use the AJAX capabilities. Feel free to criticize it. If you think there will be any SEO issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim M - Calgary Web Designer</title>
		<link>http://www.dtelepathy.com/blog/telepathy/can-ajax-and-seo-live-together#comment-84</link>
		<dc:creator>Jim M - Calgary Web Designer</dc:creator>
		<pubDate>Sat, 30 Dec 2006 18:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dtelepathy.com/digital-marketing/can-ajax-and-seo-live-together#comment-84</guid>
		<description>I am also glad to see people coming up with interesting solutions to fix this problem.  But neither of you came up with the most simplistic approach that will work in 99.9% of all cases.

I agree with Ed, browser detection is NOT a good idea.  You can never satisfy everyone.  What do you do when you have a screen reader hit your site?  The failover rate is not good enough.  There is hundreds if not thousands of spider/robot names.  Conversely, there this many, many browser types also.

I have not written an article yet on the advised approach, but I did present it at SES in Chicago earlier in the month and it was very well received.  The summary is build the site so that it will for for all users, including search engines with all normal anchors linking to other pages use the rel atribute to identify your specific AJAX request.  Then onload of the page, use JavaScirpt to comb through the site and change the functionality of the href to null, and add an onclick to run the AJAX requests.  This will require advanced JS techniques to update the URL to ensure that you can click forward and backwards and bookmark and deeplink and all those wonderful things.

If you do not beleive me, wait until the new http://www.rolex.com site launches.  It is making use of this exact technique for the XHTML presentation layer.  The site will be all Flash should you support it, but if not, the XHTML, CSS and JS layer will make use of AJAX.  The site will display whatever it is you are capable of supporting, be completely spider friendly and user friendly.

Cheers,
Jim</description>
		<content:encoded><![CDATA[<p>I am also glad to see people coming up with interesting solutions to fix this problem.  But neither of you came up with the most simplistic approach that will work in 99.9% of all cases.</p>
<p>I agree with Ed, browser detection is NOT a good idea.  You can never satisfy everyone.  What do you do when you have a screen reader hit your site?  The failover rate is not good enough.  There is hundreds if not thousands of spider/robot names.  Conversely, there this many, many browser types also.</p>
<p>I have not written an article yet on the advised approach, but I did present it at SES in Chicago earlier in the month and it was very well received.  The summary is build the site so that it will for for all users, including search engines with all normal anchors linking to other pages use the rel atribute to identify your specific AJAX request.  Then onload of the page, use JavaScirpt to comb through the site and change the functionality of the href to null, and add an onclick to run the AJAX requests.  This will require advanced JS techniques to update the URL to ensure that you can click forward and backwards and bookmark and deeplink and all those wonderful things.</p>
<p>If you do not beleive me, wait until the new <a href="http://www.rolex.com" rel="nofollow">http://www.rolex.com</a> site launches.  It is making use of this exact technique for the XHTML presentation layer.  The site will be all Flash should you support it, but if not, the XHTML, CSS and JS layer will make use of AJAX.  The site will display whatever it is you are capable of supporting, be completely spider friendly and user friendly.</p>
<p>Cheers,<br />
Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.dtelepathy.com/blog/telepathy/can-ajax-and-seo-live-together#comment-83</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 11 Oct 2006 18:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dtelepathy.com/digital-marketing/can-ajax-and-seo-live-together#comment-83</guid>
		<description>I did consider this method when writing up my example of AJAX and SEO but after much deliberation I decided on the highly simplistic approach of using mod_rewrite and a dynamic HTML sitemap.

My issue with user agent detection was one of manipulation. If Google  changes it&#039;s referral string, &lt;a href=&quot;http://www.threadwatch.org/node/7455&quot; rel=&quot;nofollow&quot;&gt;and it has been known&lt;/a&gt;, then detects anything other than 100% identical content, it may &#039;decide&#039; to judge against you.

My laziness, low maintenance, easy fix chip kicked in and decided on a quick, long term solution.

Either way, there are plenty of opportunities for exposing dynamic database content to the search engines and it&#039;s good more people are looking into various solutions to this.</description>
		<content:encoded><![CDATA[<p>I did consider this method when writing up my example of AJAX and SEO but after much deliberation I decided on the highly simplistic approach of using mod_rewrite and a dynamic HTML sitemap.</p>
<p>My issue with user agent detection was one of manipulation. If Google  changes it&#8217;s referral string, <a href="http://www.threadwatch.org/node/7455" rel="nofollow">and it has been known</a>, then detects anything other than 100% identical content, it may &#8216;decide&#8217; to judge against you.</p>
<p>My laziness, low maintenance, easy fix chip kicked in and decided on a quick, long term solution.</p>
<p>Either way, there are plenty of opportunities for exposing dynamic database content to the search engines and it&#8217;s good more people are looking into various solutions to this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced

Served from: www.dtelepathy.com @ 2012-02-12 10:46:13 -->
