User login
Recent blog posts
- Poor server performance when runing a Drupal site & Flash
- Adding files that begin with a hyphen or dash to Subversion (SVN)
- XML Sitemap Quirks and Module Weight
- May Florida Drupal Meeting
- Firefox 2.x + Mac SWFObject Workaround (White Screen Fix)
- Step by Step guilde to installing the Drupal module Google Analytics
- Drupal Hack Attacks
- Step by step guide to installing the Drupal module Find URL Alias
- Step by Step guide to installing the Drupal module Global Redirect
- Drupal Module: SEO Checklist
Googlebot, XML and XSLT
Mon, 01/07/2008 - 14:13 — Andrew M Riley
My proof of concept pages finally got indexed by google but they only show the xml results in the description, not the rendered HTML (from the XSLT).
It turns out google may report it's self as a mozilla browser but they don't apply XSLT translations, they just present the XML in it's data form.
So the moral of the story is always render the html server side if you think the viewer is a bot (if you use code igniter use their user agent library with is_robot())
- Andrew M Riley's blog
- Login or register to post comments