An open API service indexing awesome lists of open source software.

https://github.com/inambe/next-seo-devtools

SEO DevTools for Next.js
https://github.com/inambe/next-seo-devtools

Last synced: about 1 year ago
JSON representation

SEO DevTools for Next.js

Awesome Lists containing this project

README

          

# Next SEO DevTools

Analyze SEO while developing your Next.js websites/apps.

(Only App Router is supported. Support for Pages Router is not a priority.)

![Screenshot](./screenshot.png)

# Getting started

1. run `npm i next-seo-devtools -D`

2. import component and its styles in `app/layout`:

```js
import NextSEODevTools from "next-seo-devtools";
import "next-seo-devtools/dist/index.css";
```

3. mount the component:

```js
...


...

...
```

It will automatically not render in a built site.