ASP.NET4.0的新功能 SEO 增强

开心编程网   2010年01月27日 19:48   评论»  

  ASP.NET4.0提供了一系列新的特性实现网站的 SEO优化,包括:

  Page类的新属性:Page.MetaKeywords 和 Page.MetaDescription;

  ASP.NET Web Forms 新的URL路由功能;

  Response.RedirectPermanent()、Response.RedirectToRoutePermanent()方法等。

  Page.MetaKeywords 和 Page.MetaDescription属性将生成 html 标记中的 和 ,例如

  C# 代码

  Page.MetaDescription = “ASP.NET 4.0学习站点:http://dotnet.aspx.cc/”;

  Page.MetaKeywords = “孟宪会”;

  将生成如下的代码:

  HTML 代码

  Response.RedirectPermanent()将进行HTTP 301(Moved Permanently)重定向。

欢迎您发表评论:

赞助商链接

最新新闻动态

友情链接

关于站点 - 联系我们 - 网站大事 - 友情链接 - 免责声明 - 意见反馈 - 网站投稿 - 站点地图
版权所有开心编程网禁止转载! Copyright © 2009-2010 All Rights Reserved. Email:hbhgfzk@126.com