Double slash in URL path - bad practice?

2019-06-09 04:59发布

My web app generates multiple slashes in URLs like: http://www.example.com/some///slashes.

Is it a bad practice? Does Google care?

Does Google see /some/slashes and /some///slashes as different URLs? If it does, I think Google won't merge PageRank of these URLs, or will it?

Thanks!

1条回答
仙女界的扛把子
2楼-- · 2019-06-09 05:17

This can lead to search engines indexing incorrect URLs and duplicate content. Multiple pages with the same content is bad for SEO. Duplicated pages detract from the original page. You can end up with the incorrect URL being indexed and the proper URL being removed from search results.

查看更多
登录 后发表回答