-
gatsby-plugin-robots-txt:Gatsby插件,可为您的网站自动创建robots.txt下载
资源介绍
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