gpt4 book ai didi

java - 我可以在 Struts 中使用 SEO 友好的 url 吗?

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:30:08 25 4
gpt4 key购买 nike

我想在我的应用程序中使用 SEO 友好的 url,它将使用 Struts 在 java/j2ee 中构建 (1/2)。

我有一些分类如下

county/countryname
county/state/statename
county/state/locality/localitname

我猜上面的 URL 对 SEO 友好吗?

我怎样才能使用 Struts 而不是像 /county='xyz' 这样的 URL?

最佳答案

使用urlrewrite库,它将与大多数 Java Web 框架很好地集成。

示例来自 here :

In the following example requests for /world/usa/nyc will be transparently forwarded to /world.jsp?country=usa&city=nyc

<rule enabled="true">
<from>^/world/([a-z]+)/([a-z]+)$</from>
<to>/world.jsp?country=$1&amp;city=$2</to>
</rule>

关于java - 我可以在 Struts 中使用 SEO 友好的 url 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5762498/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com