seojs
v1.3.0
Published
Nnode.js package to check SEO of websites built with Javascript front-end frameworks, Angular, React.js, Vue.js, Svelte, Ember.js
Downloads
4
Readme
seojs
seojs is a nodejs package that returns seo related issues on any web pages you inserted.
Installation
npm i seojs --save
Usage
Make your web page SEO-Friendly with this package
- With this package, you can review the main on-page aspects of a webpage. This tool returns Meta titles, descriptions, canonical tag, protocol, page loading speed and a web page length.
seojs:
var seojs = require('seojs')
seojs.seojs('https://www.npmjs.com/');
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.