pankod / next-boilerplate

A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/
MIT License
1.6k stars 279 forks source link

No html tags being shown on page source after building the boilerplate. #76

Closed ravi0402 closed 4 years ago

ravi0402 commented 4 years ago

After building the nextjs boilerplate, I am not getting the the <div, <a> and other elements on page source. Just getting
<body><div id="__next"></div>

This won't be useful for SEO right. The web crawling bots won’t be able to extract and index the required data. How can I fix this? Thanks.

issue-label-bot[bot] commented 4 years ago

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

furkanacaryes commented 4 years ago

Can you please provide us a repo or a stackblitz demo so we can reproduce the problem.