门户网站架构设计中如何融入SEO并保证性能?

发布于 2024-09-12 09:56:12 字数 314 浏览 0 评论 0原文

我需要从头开始开发一个 B2C Portal,现在我面临两个问题:
1.如何将SEO融入到架构设计中?
2.如何设计架构来保证性能?
我需要修改这样的网站:http://www.airasia.com/bd /en/home.html
为什么所有的企业级网站都使用*.html?但不是 jsp 或 asp ?他们使用什么技术?
我需要获得更多有关该领域的知识才能更好地完成我的工作,有人可以为我指明方向吗? 谢谢 !

I need to develop a Portal for B2C from scratch, right now I faced two problem:
1.How can I integrate SEO into the architecture design ?
2.How to design the architecture to ensure the performance ?
I need to revamp a website like this :http://www.airasia.com/bd/en/home.html
And why all the enterprise level website are using *.html ? but not a jsp or asp ? what technology do they use ?
I need to get more knowledge on this field to better finish my job, can someone point me a direction ?
Thanks !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

旧情勿念 2024-09-19 09:56:13

这实际上可能是一个静态页面,至少我看到的版本几乎没有 javascript 可以轻松完成的“动态”内容。静态服务速度非常快并且扩展性也很好。

至于 jsp、asp、rails、django,它们都可以配置为不需要带有文件扩展名的混乱 URL。

如果您专注于应用程序中易于通过简单工具解析的高质量数据,搜索引擎就会找到您。使用文本作为文本(图像中的文本毫无用处),不要使用 flash、silverlight 或 java 小程序。如果您的网站对您的手机有用,那么它对搜索引擎来说也会很棒。

That might actually be a static page, at least the version I saw had nearly nothing 'dynamic' on it that javascript could do easily. Static serves very quickly and scales beautifully.

As for jsp vs asp vs rails vs django, they can all be configured to not require cluttering URLs with file extensions.

If you focus on high-quality data in your application that is easily parsed by simple tools, search engines will find you. Use text for text (text in images is useless), no flash or silverlight or java applets. If your site is useful on your phone, it'll be great for search engines.

深海不蓝 2024-09-19 09:56:13

我找到了一些关于这个主题的有用资源:
http://developer.yahoo.com/performance/
还有一个用于提高性能的有用插件 yslow。
书籍:高性能网站

I found some useful resources on this topic :
http://developer.yahoo.com/performance/
And a useful plugin yslow for performance improvement.
Book: High Performance Web Sites

沧桑㈠ 2024-09-19 09:56:12

1) 我有一篇针对 考虑 SEO 的开发人员的帖子在他们的网络应用程序中可以帮助您进行搜索引擎优化。

2) 对于,我建议ASP.NET Web 表单,因为它非常适合初学者(以及高级企业级网站)。这里有一个 ASP.NET 入门指南来帮助您。它允许您使用 ASP.NET 4 中的路由来创建漂亮的 URL,如果在 IIS 服务器上,则可以进行 URL 重写。目前,如果您不太有信心,我真的不会担心这一点。

顺便说一下,对于任何更高级的人,我都会推荐 ASP.NET MVC。这是一个很难破解的概念,但非常值得。单元测试更容易,开发速度很快,无状态。迷人的。

警告 - 除了稍微接触一下老式 JSP 之外,我的经验主要来自 Microsoft,所以不能说 ASP 方式就是正确的方式。只是一个好办法。

1) I have a post for developers considering SEO in their web application that can help you on your SEO.

2) For you I would suggest ASP.NET web forms since it is well equipped for beginners (as well as advanced enterprise level sites). Here is a get started guide to ASP.NET to help you out. It allows you to use routing in ASP.NET 4 to make nice URLs and URL rewriting if on an IIS server. For now though if you are not too confident, I really wouldn't worry about that.

Anyone more advanced passing by I would recommend ASP.NET MVC by the way. It is a tough concept to crack but well worth it. Unit testing is easier, speed of development is great, stateless. Lovely.

Caveat - Other than touching old school JSP for a bit, my experience is mainly Microsoft so cannot say that the ASP way is THE way. Just a good way.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文