skip to Main Content

NextJS Dynamic Pages cannot be crawled – SEO

I'm using NextJS and ExpressJS as Server. I already implemented the custom routes like the example in the documentation of nextjs (https://nextjs.org/docs#custom-routes-using-props-from-url). I am also using getInitialProps for server-side rendering. I also used Screaming Frog SEO Spider as crawler to…

VIEW QUESTION

NextJS dynamic title – SEO

Have been googling forever and found a way to change the <title>. That way is this: https://github.com/zeit/next.js/tree/master/examples/layout-component The main problem with this is that everytime someone refresh the site/change page the title goes from http://localhost:3000 to the actual Title (eg.…

VIEW QUESTION
Back To Top
Search