Login
Docs
SEO

SEO

Search Engine Optimization (SEO) helps your website rank higher in search engine results and attract more visitors. ZexaNext has built-in SEO for blog posts and pages.

Open config/index.ts file and update the site metadata i.e. appName, appDescription, and domainName.

const appName = "ZexaNext";
const appDescription = "Accelerate your product journey with our Next.js boilerplate";
const domainName = "zexa.app";