SEO Nextjs Deployment

Hey everyone, I'm looking to create an SEO Blog with Nextjs and try to rank for terms. I've never done this before and usually deploy to vercel for my portfolio projects. Is vercel still good for this or should I look to another platform? I've read that this is not optimal for speed.
6 Replies
Matvey
Matvey3mo ago
Vercel is the best deployment platform for Next.js, use it. Where did you read it's not optimal?
Rhys
Rhys3mo ago
Here’s my site https://www.reddit.com/r/nextjs/s/OQ4QFeLBs6 @Answer Overflow is running on Vercel & NextJS and it’s been working fine
Reddit
From the nextjs community on Reddit: AMA about my SEO focused NextJ...
Explore this post and more from the nextjs community
Rhys
Rhys3mo ago
If you’re just doing a blog though, why not Astro?
Anthony
Anthony3mo ago
Thanks. I’ve never tried Astro. I’ll look into it. Is that what you prefer?
Rhys
Rhys3mo ago
Haven’t used it before but it’s a lot less bloat & simpler than Next so I see a lot of positive sentiment for it for static sites
Anthony
Anthony3mo ago
oh ok. what about full stack stuff? i wanted to have a db with analytics and information collection like email, name, number, etc.
Want results from more Discord servers?
Add your server
More Posts
Playwright: How to check with considering URL ParamsThe thing is that my website redirects you to this URL: `localhost:3000/home?cityId=...` I want to jUploadthing throws errors in nextjs 14 when withUt wrapped around tailwind configs.I created a simple nextjs with uploadthing but when i run the server its causes errors. i followed Looooong DB tableI have this table that contains so many fields in Prisma, should I brake it up into multiple tables trpc query failing in prodI'm using trpc's use query together with nextjs 14's server components. The useQuery is in a clientretry logic with server actionHow do you implement retry logic with server action? I'm using next-safe-action if that matters.react-hook-form: How to force lowercase charactersI want to accept a username that only consists of lowercase characters“Integrating Drizzle Prepared Statements with tRPC Context”I’m currently using tRPC and Drizzle for my project. In tRPC, we generally place the database driverIntegrate a separate build of react component to a preexisting shopify storeI’ve never used Shopify but the requirement I have received is to develop a component using react thNext.js: How to find out if the URL params loaded.If you want to see the whole background story: It's here on another DC Server: https://discord.com/cCalling public trpc procedure redirects user to custom signin, causing an infinite loopI have a custom sign in page, set up with next-auth middleware. This sign in page calls a public pro