In Development
NanoDocs
Tags

SEO

Validates SEO-related attributes such as meta tags and alt attributes.

Installation

Install the required npm packages:

npm install nano-seo

usage

import { SEO } from 'nano-sights';
 
export default function Home() {
  return (
    <html lang="en">
      <body>
        <SEO siteUrl="https://example.com" />
      </body>
    </html>
  );
}
Edit on GitHub

Last updated on

On this page