epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.
https://epicweb.dev/workshops/full-stack-foundations
Other
586 stars 152 forks source link

Add layout nesting tip to the SEO chapters #93

Closed julianobrasil closed 3 months ago

julianobrasil commented 3 months ago

It can be confusing to people that once they set the meta override to the app/routes/users+/$username.tsx file, the pages in the child URLs seem to ignore the overridden information.

This PR adds some notes on the solution page of the "Meta Overrides" activity to refresh the concept of "layout-nesting" vs "url-nesting", already shown in the "Routes" part.