0

制作具有以下网址的页面是否是不好的做法:

http://example.com/-products-and-services.php
http://example.com/-contact-us.php
http://example.com/--books.php
http://example.com/--translation.php
http://example.com/--illustration.php
http://example.com/-$-special-feature.php
http://example.com/-$-vip-area.php

google 或 apache 会遇到这些 (- $) 字符的问题吗?

我这样做是因为我可以更轻松地查看和分类页面,同时还能让我在文件名中添加关键字。

谢谢

4

1 回答 1

0

您可以在 url 中使用字母数字和特殊字符“$-_.+!*'()”。
但这对 seo、搜索引擎索引等可能不是很有帮助。
您可以在这里阅读 google 所说的内容,
https://support.google.com/webmasters/answer/76329?hl=en

于 2014-04-19T22:36:43.447 回答