cruip / tailwind-landing-page-template

Simple Light is a free landing page template built on top of TailwindCSS and fully coded in React / Next.js. Made by

Home Page:https://cruip.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seo

neondeex opened this issue · comments

Hi how can i add SEO support to this website?

The hard way: You could probably write the meta tags needed for SEO in theindex.html of the base directory then build using npm run build . Then use a node server to serve the dist folder as static assets. Problem with this is that everything want to make a change you have to build react app again and change the dist folder in the node server.

The easy way: Just port it to Next JS and using the inbuilt SEO stuff.