-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededhigh priorityTop most priority based taskTop most priority based task
Milestone
Description
🎯 Problem Statement
SEO is not fully implemented meta tags, structured data, and sitemap do not reflect new public pages and the site is not ranked in Google search.
💡 Proposed Solution
- Audit public pages and add SSR-friendly meta tags (title, description, og:, twitter:).
- Implement structured data (JSON-LD) for key pages.
- Generate sitemap.xml dynamically and include new pages.
- Add robots.txt and canonical links.
- Ensure pages render meta tags server-side or pre-rendered.
📊 Impact Assessment
User Impact: High (traffic, discoverability).
Development Effort: Medium.
Priority: High.
🧪 Acceptance Criteria
- Meta tags & JSON-LD added.
- sitemap.xml updated.
- robots.txt present and correct.
🔗 Related Features
Public pages, blog, contact, marketing.
📚 Additional Context
Include hreflang for multiple locales; dynamic pages have canonical URLs.
📋 Checklist
- Add meta tags & JSON-LD
- Regenerate sitemap
- Add robots.txt & canonical URLs
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededhigh priorityTop most priority based taskTop most priority based task