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

1.0.2 • Public • Published

get-seo

Quality Gate Status

This npm package provides a simple implementation for getting the seo title and description of a website.

Installation

npm i get-seo

Example usage

const { getSEO } = require('get-seo');

// ...

const seoGetter = new getSEO('https://www.example.com');

const title = await seoGetter.getTitle();
const description = await seoGetter.getDescription();

// ...

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i get-seo

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

35.7 kB

Total Files

11

Last publish

Collaborators

  • maathis