Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 929 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 929 Bytes

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.