Open in app
Home
Notifications
Lists
Stories

Write
Olivia Dang
Olivia Dang

Home
About

Apr 9

Dynamic Meta Tags in NextJS to improve SEO and Social Metadata

In this tutorial, I suppose that you already have a NextJS app up and running with at least 2 basic files pages/_app.tsx, pages/index.tsx and 2 images: public/favicon.io and public/hero-image.jpg Initial content: pages/_app.tsx import "../styles/globals.css"; import type { AppProps } from "next/app"; function MyApp({ Component, pageProps }: AppProps) { …

Metadata

3 min read

Dynamic Meta Tags in NextJS to improve SEO and Social Metadata
Dynamic Meta Tags in NextJS to improve SEO and Social Metadata
Olivia Dang

Olivia Dang

Software consultant | I have been working on a variety of projects using TypeScript, NextJS, React, Tailwind, Bootstrap, Ruby on Rails, and Elixir.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable