登录 注册
当前位置:主页 > 资源下载 > 14 > gatsby-plugin-robots-txt:Gatsby插件,可为您的网站自动创建robots.txt下载

gatsby-plugin-robots-txt:Gatsby插件,可为您的网站自动创建robots.txt下载

  • 更新:2024-10-23 19:30:14
  • 大小:154KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

gatsby-plugin-robots-txt 为您的Gatsby网站创建robots.txt 。 安装 yarn add gatsby-plugin-robots-txt 或者 npm install --save gatsby-plugin-robots-txt 如何使用 gatsby-config.js module . exports = { siteMetadata : { siteUrl : 'https://www.example.com' } , plugins : [ 'gatsby-plugin-robots-txt' ] } ; 选项 该插件使用生成robots.txt内容,并且具有以下选项: 名称 类型 默认 描述 host String ${siteMetadata.siteUrl} 您网站的托管人 sitemap Stri