1.title
网站的网址结构应尽量简单些。 请考虑 组织您的内容,让网址的构建合乎逻辑并易于理解 (尽量采用易读字词而非长的 ID 数字) 。 例如,若是您要搜索有关航空 (aviation) 的信息,http://en.wikipedia.org/wiki/Aviation 一类的网址将会有助于您决定是否点击该连接。 http://www.example.com/index.php?id_sezione=360&sid=3a5ebc944f41daa6f849f730f1 一类的网址对用户的吸引力大大下降。html
建议您在网址中使用标点符号。 网址 http://www.example.com/green-dress.html 比网址 http://www.example.com/greendress.html 对咱们帮助大得多。 咱们建议您在网址中使用连字符 (-) 而尽可能避免使用下划线 (_)。web
过于复杂的网址,特别是那些包含多个参数的网址,可能会给抓取工具带来麻烦,由于它们可能会产生大量没必要要的网址,全都指向您网站上相同或类似的内容。 Googlebot 可能会所以而消耗大量没必要要的带宽,也可能没法为您网站的全部内容编制完整索引。正则表达式
此问题的常见缘由致使网址过多可能有多种缘由, 其中包括:jsp
http://www.example.com/hotel-search-results.jsp?Ne=292&N=461
http://www.example.com/hotel-search-results.jsp?Ne=292&N=461+4294967240
http://www.example.com/hotel-search-results.jsp?Ne=292&N=461+4294967240+4294967270
http://www.example.com/results?search_type=search_videos&search_query=tpb&search_sort=relevance&search_category=25
http://www.example.com/search/noheaders?click=6EE2BF1AF6A3D705D5561B7C3564D9C2&clickPage=OPD+Product+Page&cat=79
http://www.example.com/discuss/showthread.php?referrerid=249406&threadid=535913
http://www.example.com/products/products.asp?N=200063&Ne=500955&ref=foo%2Cbar&Cn=Accessories
http://www.example.com/calendar.php?d=13&m=8&y=2011
http://www.example.com/calendar/cgi?2008&month=jan
http://www.example.com/index.shtml/discuss/category/school/061121/html/interview/category/health/070223/html/category/business/070302/html/category/community/070413/html/FAQ.htm
为避免网址结构发生潜在的问题,谨建议以下:ide