- Implement default_meta_tags method in ApplicationHelper
- Refactor application layout to utilize default_meta_tags
This change improves SEO by centralizing the meta tags configuration. It
ensures consistent metadata across the application while reducing
repetition in the layout files.