You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently implementing the sitemap NuxtSEO module https://nuxtseo.com/docs/sitemap on a website that depends on a CDN to decide whether or not to return a page by querying the CDN with the route params.
For this particular scenario, let's say it's kind of cumbersome to try and generate all URLs by sending API calls to the CDN, and generating the sitemap using Dynamic URL Endpoints https://nuxtseo.com/docs/sitemap/guides/dynamic-urls.
I thought of using the link crawler Nitro implements for prerendering to retrieve the URLs. To export the URLs somewhere as a preprocess option (for example, as a JSON or a virtual module) and have them available for other tools to use.
Is this doable somehow? I'm willing to discuss an approach and work on the implementation, if this feature makes any sense.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently implementing the sitemap NuxtSEO module https://nuxtseo.com/docs/sitemap on a website that depends on a CDN to decide whether or not to return a page by querying the CDN with the route params.
For this particular scenario, let's say it's kind of cumbersome to try and generate all URLs by sending API calls to the CDN, and generating the sitemap using Dynamic URL Endpoints https://nuxtseo.com/docs/sitemap/guides/dynamic-urls.
I thought of using the link crawler Nitro implements for prerendering to retrieve the URLs. To export the URLs somewhere as a preprocess option (for example, as a JSON or a virtual module) and have them available for other tools to use.
Is this doable somehow? I'm willing to discuss an approach and work on the implementation, if this feature makes any sense.
Beta Was this translation helpful? Give feedback.
All reactions