There are a couple of ways you can accomplish this... First, on each page in the Load, you could manually add an HtmlMeta control to the Page's header... protected void Page_Load( object sender, EventArgs e) { HtmlMeta meta = new HtmlMeta(); meta.Name = "Description" ; meta.Content = "The description...