On Thu, Feb 10, 2011 at 7:11 AM, Andraž Kos <[email protected]> wrote:
> On Wed, Feb 9, 2011 at 05:09, mcot <[email protected]> wrote: > >> Its a difficult problem. While the idea of "progressive enhancement" >> sounds nice, I can see it being particularly hard to achieve with >> HTML5 web apps. >> > > There is a bigger problem: no search engine optimization. > > Who cares about the content that can't be found on Google. For me it > doesn't exist. > > Solution is simple: write a bare-bone no-css no-flash (who uses that > anyway?) no-nothing pure default html web page that gets displayed by > everything, even text browsers, and can be spidered by Google (googlebot = > text browser). Do not forget the static links that work, so bots can scan > the site. > > Then add css. Then add javascript which replaces blocks of the default html > (in divs or html5 sections) with advanced functionality after the page has > loaded. Advanced = ajax inline content replace with no reloading, > animations, etc... > cf Hijax http://ajaxian.com/archives/hijax-graceful-degration -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
