This document discusses making Silverlight applications more search engine friendly by adding indexable content alongside the application. It recommends publishing meaningful content in semantically correct HTML that both users and search engines can access. This "HTML data" pattern provides initial content to populate the user interface without additional requests and keeps the site functional for non-JavaScript users. The document demonstrates this pattern using ASP.NET to add indexable HTML pages that render Silverlight applications for users but expose the underlying data and links to search engines.