“Migrated React Site to Next.js – Pages Indexed but Not Ranking #83611
Unanswered
anuragsingh700
asked this question in
Help
Replies: 1 comment 1 reply
-
How's your site doing in Google Search Console? https://search.google.com/search-console/welcome There's some instructions there to follow, so that you can verify you are the owner (IIRC you get an HTML file and you place that in your public folder), there you can see how your sitemap and pages are being treated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hi team,
I migrated my React website to Next.js: https://iassanjeevjaiswal.com/
After migration, I noticed:
Google is indexing my homepage and other pages ✅
But none of them are ranking in search results ❌ (previously the React site was ranking)
What I’ve done so far:
Implemented SSR with Next.js
Added meta tags using next/head
Updated sitemap in Google Search Console
Checked robots.txt (no blocking rules)
Verified canonical tags
Questions:
Is this ranking drop normal after migrating from React to Next.js?
Could I be missing something in Next.js SEO setup (canonical, caching, structured data)?
Has anyone else faced a similar ranking issue after migration?
Any guidance would be really appreciated 🙏
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions