Forum Moderators: open
I'm puzzled by the following
If your company buys a content management system, make sure that the system can export your content so that search engine spiders can crawl your site.
I don't understand the bit about "exporting content in a format spiders can crawl". Are Google saying if your CMS generates pages with complex dynamic URLs (as Vignette does) you should also create copies of these pages with static urls so they can be crawled? Or am I missing something?
All Google is suggesting is that your CMS exposes your content in a SE friendly way, i.e. that is uses a SE friendly URL interface, i.e. that it refrains from using too long query strings. How you achieve that is entirely your problem. In any way there is no need for these long query strings.
If you are using a bad CMS which uses long query strings then exporting your content to static html pages is one way to ensure that Google can spider your content. URL rewriting or getting a better CMS or rewriting your current CMS are other options.
HTH Andreas