用于搜索优化的唯一 URL
目前我的网站格式网址如下:
http://www.filmitem.com/film/f152/
此页面已被谷歌和其他人索引。
我想让这个网址更加友好,例如:
http://www .filmitem.com/film/f152/x-men-first-class
这意味着可以通过以下方式访问该页面:
http://www.filmitem.com/film/f152/ 和 http://www.filmitem.com/film/f152/x-men -first-class
它会以任何方式影响我的页面索引吗?还是每个页面都有唯一的 url 更好?
Currently my website formats url this way:
http://www.filmitem.com/film/f152/
This page is already indexed by google and others.
I would like to make this url more friendly such as:
http://www.filmitem.com/film/f152/x-men-first-class
That means that the page will be accessible through:
http://www.filmitem.com/film/f152/ and
http://www.filmitem.com/film/f152/x-men-first-class
Will it affect indexing of my page in any way or is it better to have unique url for each page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该在页面上设置一个rel规范链接来指导Google等人。使用该表格。
应放在页面的
中。
You should set a rel canonical link on the page to instruct Google et al. to use that form.
Should be put in the
<head>
of your page.如果您允许 googlebots 抓取这两个页面,那么将其编入索引就不会有任何问题。只需进入谷歌网站管理员工具并重新建立索引,它就足够简单并且使其更加用户友好将问题获得更多点击。
If you allow googlebots to crawl both pages then there shouldn't really be a problem with it being indexed. Just go onto google webmaster tools and get re indexed, its easy enough and making it more user friendly will problem get more hits.