Add sitemap to robot.txt
iwatakeshi opened this issue · 4 comments
iwatakeshi commented
Hi,
I see a reference to the sitemap in the source code, but the docs doesn't show how to use it.
I've tried something like the following and it doesn't seem to work.
{
robots: {
sitemap: '...'
}
}
Any clue?
Thanks
ricardogobbosouza commented
Hi @iwatakeshi, try with Sitemap
instead of sitemap
{
robots: {
Sitemap: 'path/to/sitemap.xml'
}
}
ricardogobbosouza commented
@iwatakeshi
I'll fix it to identify with sensitive case
ricardogobbosouza commented
@iwatakeshi
fixed case sensitive on v2.4.1
CavalcanteLeo commented
add on documentation