如何自动优化网站ASP.NET的SEO [英] How to Auto Optimize SEO for Website ASP.NET

查看:112
本文介绍了如何自动优化网站ASP.NET的SEO的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

各位大家好!



我希望我的网站是自动优化的搜索引擎优化(结合和缩小javascript - css,压缩图像,添加标题到期,...)。



如何为在IIS服务器上托管的ASP.Net网站做这个,我知道插件自动优化Wordpress来做到这一点,但是使用ASP.Net我还没有知道任何工具或插件。如果你知道这方面的解决方案,请与我分享,我很高兴收到它。非常感谢您的回答!

Hello everybody !

I want my website is Auto Optimized SEO (combine & minify javascript - css, compress images, add header expiration, ...).

How to do this for ASP.Net Website hosted in IIS Server, i had knew on plugin Autoptimize of Wordpress to do it, but with ASP.Net i had not know any tool or plugin in for this. If you know solution for this, please share with me and I very happy to receive it. Many thanks for your answer !

推荐答案

实际上您的老板是对的,页面加载时间是On Page SEO的基础之一(这包括启用压缩,缩小CSS JS和HTML,减少重定向和浏览器每页请求的数量,利用浏览器缓存等等......)。



如果有人有兴趣回到2010年Matt Cutts实际上提到了这一点,并继续提到这个测量在页面排名中占有一席之地。

由于加载时间不好,你提供了糟糕的用户体验,导致网站速度受损。互联网上有数百种资源材料可以谈论这个。



现在Xmencute关于你的要求,不幸的是我不知道任何插件会直接启用此功能。

尽管如此,您可以查看以下提供一些优化功能的IIS扩展(搜索引擎优化工具包):

http://www.iis.net/downloads/microsoft/search-engine-optimization-toolkit [ ^ ]



另外作为旁注,您可以通过在Web应用程序中编写代码来实际实现这些优化,例如,以下是如何进行捆绑和缩小:

h ttp://www.asp.net/mvc/overview/performance/bundling-and-minification [ ^ ]
Actually your boss is right, page load time is one of the fundamentals of On Page SEO (this includes enabling compression, minifying CSS JS and HTML, reducing the number of redirects and browser's requests per page, leveraging browser caching and many more ...).

If anyone is interested back in 2010 Matt Cutts actually mentions this and continued mentioning that this measurement has a part in page's ranking.
With bad load time you are providing a bad users experience which results in site speed penalty. There are literally hundreds of resource materials on the internet that talk about this.

Now Xmencute regarding your requirement, unfortunately I'm not aware of any plug-in that would straightforwardly enable you this.
Nevertheless you can take a look at the following IIS extension which offers some optimization capabilities ("Search Engine Optimization Toolkit"):
http://www.iis.net/downloads/microsoft/search-engine-optimization-toolkit[^]

Also as a side note, you could actually achieve these optimisations yourself by coding them out in your web application, for example here is how you can do Bundling and Minification:
http://www.asp.net/mvc/overview/performance/bundling-and-minification[^]


这篇关于如何自动优化网站ASP.NET的SEO的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆