Socket
Socket
Sign inDemoInstall

seo-meta-helper

Package Overview
Dependencies
92
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    seo-meta-helper

Simple node.js app for quick result of SEO meta tags (Meta title, Meta description, Open Graph data, Twitter cards).


Version published
Weekly downloads
5
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 03 Apr 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc