Does Motivd generate a sitemap and robots.txt?
The Motivd website itself is served by Next.js and exposes a dynamic sitemap.xml and robots.txt. The sitemap lists every locale (en, fr) and every path: static pages, FAQ slugs, solutions use-case pages, and case studies. The robots file points to the sitemap and allows all user agents except on /api/. For projects you build with Motivd, you can add a sitemap and robots using Next.js App Router conventions or your host's tools.
Was this helpful?