美文网首页
前端防爬(robots.txt)

前端防爬(robots.txt)

作者: 秀萝卜 | 来源:发表于2022-08-09 10:09 被阅读0次

    参考资料:
    https://blog.csdn.net/weixin_44074543/article/details/124407514

    一句话,在vue的public文件夹下新建一个txt文件robots.txt,内容如下

    User-agent: *
    Disallow: /
    
    robots.png

    相关文章

      网友评论

          本文标题:前端防爬(robots.txt)

          本文链接:https://www.haomeiwen.com/subject/baxnwrtx.html