React Helmet
react-helmet-async lets a route set <title> and meta tags from a component. SPA tabs can then say About | Shop instead of always index.html. Next.js has its own Metadata API — mention if the stack is Next. Don’t only document.title in random useEffects if you care about SSR.
React Helmet — route About → tab title About | Shop. Good for SEO on SPA/SSR.
Exam tip
Title/meta from the route component.