作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
关闭。这个问题是off-topic .它目前不接受答案。
想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。
8年前关闭。
Improve this question
如何使用 cURL 向网站发出请求并让该网站相信我是一个搜索引擎。
最佳答案
您可以将您的用户代理设置为 Googlebot 的(有关 Google's KB 上使用的确切用户代理的更多信息):
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
关于curl - 如何用 curl 欺骗搜索引擎机器人?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16608645/
我是一名优秀的程序员,十分优秀!