mirror of https://github.com/ethereum/go-ethereum
Add sitemap and robots.txt (#163)
* yarn add next-sitemap and config * add sitemap to .gitignore * commit generated robots.txtpull/26459/head^2
parent
362b58bd8a
commit
6dd607728b
@ -0,0 +1,6 @@ |
|||||||
|
/** @type {import('next-sitemap').IConfig} */ |
||||||
|
|
||||||
|
module.exports = { |
||||||
|
siteUrl: 'https://geth.ethereum.org', |
||||||
|
generateRobotsTxt: true |
||||||
|
}; |
@ -0,0 +1,9 @@ |
|||||||
|
# * |
||||||
|
User-agent: * |
||||||
|
Allow: / |
||||||
|
|
||||||
|
# Host |
||||||
|
Host: https://geth.ethereum.org |
||||||
|
|
||||||
|
# Sitemaps |
||||||
|
Sitemap: https://geth.ethereum.org/sitemap.xml |
Loading…
Reference in new issue