1.0.4 • Published 6 years ago

seo-meta-helper v1.0.4

Weekly downloads
8
License
ISC
Repository
github
Last release
6 years ago

SEO meta helper

Simple node.js app for quick result of SEO meta tags of any website:

  • Meta title
  • Meta description
  • Open Graph data
  • Twitter cards

App will scrape whole html code and will get meta tags of all links (anchors) in selected code.

Installation

Use the package manager npm to install seo-meta-helper.

npm i seo-meta-helper

Usage

Create a file called meta-helper.js

Require installed package into file:

const metaHelper = require('seo-meta-helper')

Now call command

node meta-helper.js

in root of your project, type url and see results:

Seo meta helper screenshot

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.