【发布时间】:2010-10-02 20:45:50
【问题描述】:
请告诉我使用 ASP.Net 实现搜索引擎优化 (SEO) 和友好 URL 的最佳方法
【问题讨论】:
请告诉我使用 ASP.Net 实现搜索引擎优化 (SEO) 和友好 URL 的最佳方法
【问题讨论】:
就 SEO 而言,请查看 Google 的这份指南:http://www.google.com/support/webmasters/bin/answer.py?answer=35291&topic=15260
它不会确切地告诉您如何在 ASP.NET 中执行此操作,但会就如何总体上改进您的网站 SEO 提供建议。然后,一旦您决定改进 SEO 的任务,您就可以专注于如何在 ASP.NET 中实现该特定项目。
【讨论】:
我有一些想法给你;
1- avoid using table. use div instead.
2- write the title of the page then use general description of the page;
for instance; Apples , Goldville Co.
3- keep your keywords up to five for each page. use a sentence for the description which only describes the current page.
4- for asp.net I recommend intelligencia component which is free. or if you use asp.net mvc, friendly url comes default.
5- keep linking among pages. like wikipedia does.
永远不要忘记;内容为王!
祝你好运 bk
【讨论】: