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.
Use the package manager npm to install seo-meta-helper.
npm i seo-meta-helper
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:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.