forked from stephenou/fruitionsite
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
This issue tracks SEO improvements for the Worknot website (https://worknot.classmethod.live/).
Current Status
Already Implemented
- Basic meta tags (title, description, keywords)
- Open Graph tags (og:type, og:url, og:title, og:description, og:site_name)
- Twitter Card tags (card, url, title, description)
- Canonical URL
- Google Fonts preconnect
Missing / Needs Improvement
High Priority
-
OG Image / Twitter Image
og:imageandtwitter:imageare not set- Recommended size: 1200x630px
- This significantly impacts social media sharing appearance
-
Favicon
- No favicon configured
- Need: favicon.ico, apple-touch-icon, various sizes for different devices
-
robots.txt
- No robots.txt file exists for the main site
- Should allow crawlers and point to sitemap
-
sitemap.xml
- No sitemap for search engine indexing
Medium Priority
-
Structured Data (JSON-LD)
- Add Organization or WebApplication schema
- Improves rich snippet appearance in search results
-
hreflang tags
- Not critical if single-language, but useful if expanding to other languages
- Note: The generated Worker script already supports i18n/hreflang
-
Performance Meta Tags
- Add
<meta name="theme-color">for mobile browsers (partially exists) - Consider adding
dns-prefetchfor external resources
- Add
Low Priority
- Additional Meta Tags
og:image:widthandog:image:height(once og:image is added)og:localearticle:authorif blog-style content is added
Proposed Implementation
Phase 1: Critical SEO Elements
- Create and add OG image (1200x630px)
- Add favicon files (favicon.ico, apple-touch-icon-180x180.png)
- Add robots.txt
- Add sitemap.xml (or generate dynamically)
Phase 2: Enhanced SEO
- Add JSON-LD structured data for WebApplication/SoftwareApplication
- Add og:locale meta tag
- Review and optimize meta description length (150-160 chars recommended)
Phase 3: Performance & Monitoring
- Set up Google Search Console
- Set up Google Analytics (optional)
- Monitor Core Web Vitals
Files to Modify
index.html- Add meta tags, favicon links, structured datapublic/- Add favicon files, robots.txt, sitemap.xml, og-image.png
References
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request