Back to Next Js

Next SEO example

examples/with-next-seo/README.md

16.2.51.0 KB
Original Source

Next SEO example

This example shows how you integrate next-seo, a plugin to help manage your SEO in Next.js.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-next-seo next-seo-app
bash
yarn create next-app --example with-next-seo next-seo-app
bash
pnpm create next-app --example with-next-seo next-seo-app

Deploy it to the cloud with Vercel (Documentation).