seo optimization#20
Open
Ramrajnagar wants to merge 7 commits into
Open
Conversation
Collaborator
Ramrajnagar
commented
Jun 1, 2026
- Add E2E test suite covering auth, student journey, submission dashboard, credits, and admin panel
- fix: resolve E2E test failures - hydration mismatch, waitForLoadState, and Supabase auth path
- fix: enable real-user E2E auth + fix networkidle hangs and backend JWT fallback
- fix: resolve lint errors (impure render calls, global reassignments) and fix build for win32/x64
- feat: SEO optimization - canonical URL, per-page metadata, sitemap, robots, FAQPage/BreadcrumbList JSON-LD, noindex for app pages, AI content in headings + FAQ section
…rd, credits, and admin panel - 34 Playwright tests across 5 phases, all passing - Mock auth helper to run authenticated tests without Supabase credentials - Fix hydration mismatch on login page (suppressHydrationWarning + inline conditional) - Fix outdated selectors in dashboard.spec.ts (wrong brand name, non-existent links)
…, and Supabase auth path
- Fix login page hydration mismatch: replace useSearchParams() with
window.location.search to avoid Suspense fallback conflict
- Replace waitForLoadState('networkidle') with 'load' throughout tests
(Next.js HMR websockets prevent networkidle from ever resolving)
- Set NEXT_PUBLIC_SUPABASE_URL='' in webServer config so AuthProvider
uses localStorage path (mockAuth compatible)
- Add retry loop in mockAuth for Fast Refresh race conditions
- Make 'Reload Queue' button check conditional
- Fix Full Navigation Flow: use fallback page.goto when nav click fails
- Change reuseExistingServer to false for clean test isolation
…and fix build for win32/x64
|
@Ramrajnagar is attempting to deploy a commit to the Chandan Giri's projects team on Vercel, but is not a member of this team. To resolve this issue, you can:
To read more about collaboration on Vercel, click here. |
…n sitemap/robots/landing/dashboard/OSM evaluator
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ch, match grade by stepNum, fix nav highlighting, add usePathname
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.