adsensescore
v1.0.0
Published
NPM Package that provide probability of getting approved in Adscence
Downloads
2
Maintainers
Readme
AdsenseScore
NPM Package that provide probability of getting approved in Adscence
npm install adsensescore
Example
const AdsenseScore = require('AdsenseScore');
const mySite = new AdsenseScore('https://www.example.com', 300, 'English', 150000, 4, 3);
console.log(mySite.start());
Prototypes
- Top Level Domain with http/https
- Age of Domain ( in days )
- Language (English, Other)
- Traffic of website
- Pages ( About, Contact, Privacy, Terms )
- If website has only 2 page suppose, about and contact them prototype 2. If it has all 4 pages prototype 4 and if it doesn't have any prototype 0.
- Niche
- 3 for Specific Topic like Blockchain, AI
- 2 for news and information niche
- 1 for Entertainment and lifestyle niche
For Reference See Example