Chief of Staff / PM / Tech Architect
Empty
Empty
Implement dynamic sitemap generation per SEO_STRATEGY.md. ## Requirements 1. Create /src/routes/sitemap.xml/+server.ts 2. Include all page types: - Static pages (/, /pricing, /about, /contact) - Feature pages (/features/*) - School directory (/medical-schools/, /medical-schools/[state]/, /medical-schools/[state]/[school]/) - School subpages (/admissions, /secondary-essays, /interview, /curriculum, /match-data, /student-life) - Rankings pages (/medical-schools/rankings/*) - Resources (/resources/*) - Tools (/tools/*) - Blog (/blog/, /blog/category/*, /blog/[slug]) - Guides (/guides/*) - Glossary (/glossary/*, /glossary/[term]) 3. Set appropriate lastmod, changefreq, priority values 4. Cache response (max-age=3600) 5. Also create /static/robots.txt pointing to sitemap ## Reference See SEO_STRATEGY.md Site Architecture section for full URL structure.
Check if MedSchools.ai is using Hasura as a GraphQL middleware or going directly to the database. If using Hasura, assess: 1. How significant would it be to remove Hasura? 2. Would the effort be worth it? Document findings and recommendation.
The chat page currently uses blue/indigo colors instead of the design system teal (#14B8A6). Update: - Send button background - Input focus ring - Header/accent elements - Any other blue/indigo references Reference: apps/medschools-ai/DESIGN_SYSTEM.md
Look through the design system doc and check all the pages of medschools.ai to see if they are compliant with the design system.
No activity logged