【发布时间】:2012-01-27 12:05:00
【问题描述】:
我目前正在为我正在开发的电子商务网站上的 URL 制定最佳设置。
该网站销售游戏,您可能已经知道游戏可以附带演示和多个 dlc 包。在网站上,游戏、演示和 dlc 都有自己的单独页面。
我设计了以下网址...但不知道哪个更好,也不知道它们是否可能太长。
选项一:
.../product/the-game-name/ // the full game
.../product/the-game-name/demo/ // the demo
.../product/the-game-name/dlc/name-of-dlc/ // the specific dlc
选项二:
.../game/the-game-name/ // the full game
.../demo/the-game-name/ // the demo
.../dlc/the-game-name/name-of-dlc/ // the specific dlc
在这两个示例中,“...”纯粹是域名:即http://mysite.com
如果有人能告诉我这两种选择的利弊,或者是否有更好的替代方案会很方便。
【问题讨论】:
标签: url seo e-commerce search-engine