UNPKG

@sector-labs/seo-slip

Version:

Catches SEO regressions by sampling and checking a website against a set of rules

12 lines (10 loc) 353 B
const downloadRobotsTxt = require('./downloadRobotsTxt'); const isHtmlDocument = require('./isHtmlDocument'); const noMemoryLeakStrCopy = require('./noMemoryLeakStrCopy'); const tryGetContentByXPath = require('./tryGetContentByXPath'); module.exports = { downloadRobotsTxt, isHtmlDocument, noMemoryLeakStrCopy, tryGetContentByXPath, };