首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

网站 关键字 描述 有关问题

2013-01-11 
网站 关键字 描述 问题meta http-equivContent-Type contenttext/html charsetutf-8 /meta nam

网站 关键字 描述 问题

<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>

求高手指点
[解决办法]
肯定可以的,我都是这么干的

热点排行