【发布时间】:2023-03-18 14:08:02
【问题描述】:
我的带有特殊参数的 URL 无法在 google 中获取和索引,并且我的所有 URL 的爬虫错误都包含此参数“#!”
mysite.com/products/دوربین/1187/view/#!/productgroup-1187/attributes-576644-2207/
并在 google 中获取仅支持此:/products/دوربین/1187/view/
意思是在包含“#!”的 URL 之后并且 google fetch 在
/products/دوربین/1187/view/
此参数用于排序和过滤 在 google URL 参数中显示参数为“_escaped_fragment_”我改变了如下图
抓取错误网址:mysite.com/products/%DA%AF%D9%88%D8%B4%DB%8C/1145/view/?_escaped_fragment_=/productgroup-1145/attributes -100686-2305/
【问题讨论】:
标签: seo url-parameters urlfetch google-crawlers