-
-
Notifications
You must be signed in to change notification settings - Fork 99
Add metadata for every page to improve SEO and accessibility #189
Copy link
Copy link
Open
Description
Context:
Currently, the project does not include page-specific metadata, such as <title>, . These elements are crucial for improving the site's SEO, enhancing accessibility
What needs to be done:
- Add global metadata to the app (e.g., title, description) that applies to all pages.
- Ensure dynamic metadata is implemented for individual pages, so that each page can have its own custom metadata based on its content.
Why it matters:
-
SEO Improvement: Each page will have relevant meta tags to improve its ranking on search engines.
-
Social Media Previews: Pages will have appropriate previews when shared on platforms such as Facebook, Twitter, LinkedIn, etc.
-
Accessibility: Well-structured metadata will also enhance accessibility for screen readers.
-
Consistency: Metadata should be structured uniformly across the app for a more maintainable codebase.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels