nuxt-modules / robots

Tame the robots crawling and indexing your Nuxt site.
https://nuxtseo.com/robots
MIT License
424 stars 34 forks source link

Is it possible to reference route by name instead by path? #45

Closed yescapa closed 2 years ago

yescapa commented 3 years ago

Hi,

I was wondering if route should be referenced by path only. Why? Because for a website with translated url it would be way easier to reference a route by its name instead of by his path.

ricardogobbosouza commented 2 years ago

Hi @yescapa Sorry for the delay Routes must be referenced by path only. At the time of construction we do not have access to the nuxt router