我有一个包含一些ajax内容的网站。 指向ajax内容页面的链接如下
apache重写 RewriteRule ^ category /([^ /] +)/([^ /] +)/([^ /] +)/ $ /somephp.php?cat_id=$1&ident=$2 [L] 将这些链接重定向到/somephp.php?cat_id=id&ident=ident
我假设谷歌向/ _escaped_fragment_提出请求?category / id / ident / name /
也就是说,新google请求中没有key = value对。 然后我假设我可以将其重写为/googlecontent.php?cat_id=id 所以提供google html快照。 我无法找到有关_escaped_fragment_的任何信息?无论有没有key = value对,这对谷歌来说是否正常?