next-seo-devtools
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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.)

Getting started

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

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

import NextSEODevTools from "next-seo-devtools";
import "next-seo-devtools/dist/index.css";
  1. mount the component:
    ...
    <body>
        <NextSEODevTools />
        ...
    </body>
    ...

It will automatically not render in a built site.

Readme

Keywords

Package Sidebar

Install

npm i next-seo-devtools

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

57.8 kB

Total Files

24

Last publish

Collaborators

  • inambe