当前位置: 代码迷 >> ASP.NET >> 网站 关键字 描述 有关问题
  详细解决方案

网站 关键字 描述 有关问题

热度:5647   发布时间:2013-02-25 00:00:00.0
网站 关键字 描述 问题

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="<%=keywords%>" />
<meta name="Description" content="<%=keywords%>" />


后置代码
        public string keywords;
        public string description;

              //网站标题
            Page.Title = BLL.Global_BLL.Global(3)[0].title_seo;
            //关键字
            keywords= BLL.Global_BLL.Global(3)[0].keyword_seo;
            //描述
            description = BLL.Global_BLL.Global(3)[0].description_seo;
            //版权信息
            Copy = BLL.Global_BLL.Global(3)[0].copyright_seo;

单页面上出现
<title>
服务项目
</title><meta name="keywords" content="&lt;%=keywords%>" /><meta name="Description" content="&lt;%=keywords%>" /></head>

求高手指点

------解决方案--------------------------------------------------------
肯定可以的,我都是这么干的
  相关解决方案