nuxt-modules / robots

Tame the robots crawling and indexing your Nuxt site.
https://nuxtseo.com/robots
412 stars 30 forks source link

Is the function option will be execute to each call of /robots.txt? #37

Closed everyx closed 4 years ago

everyx commented 4 years ago

Hi,

I want to use this module to offer dynamic robots.txt from our API, so can we use it to dynamic generate robots.txt from API in nuxt "universal" mode?

ricardogobbosouza commented 4 years ago

Hi @everyx In universal mode it will be called on every request.

everyx commented 4 years ago

Hi @everyx In universal mode it will be called on every request.

@ricardogobbosouza thanks, so It also have a route cache, can i set the TTL?

ricardogobbosouza commented 4 years ago

Yes, you can