Setting Meta Tags

Setting Meta Tags

方便搜索引擎搜索:
protected void Page_Load(object sender, EventArgs e)
{
   Page.MetaKeywords = "新闻,体育,围棋";
   Page.MetaDescription = "新闻1,体育1,围棋1";
}

<meta name="description" content="新闻1,体育1,围棋1" />
<meta name="keywords" content="新闻,体育,围棋" /></head>

作者:BobLiu
邮箱:lzd_ren@hotmail.com
出处:http://www.cnblogs.com/liuzhendong
本文版权归作者所有,欢迎转载,未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
原文地址:https://www.cnblogs.com/liuzhendong/p/2085371.html