
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
测试seo脚本
安装
npm install seo-test
配置:配置文件放在config
目录下
module.exports = {
// 测试的url列表
urls: [
['http://www.nakedhub.cn/', '.html']
],
// 模拟爬虫的userAgent
userAgents: [
'firefox',
'baiduspider',
// 'facebookexternalhit',
// 'twitterbot',
// 'rogerbot',
// 'linkedinbot',
// 'embedly',
// 'quora link preview',
// 'showyoubot',
// 'outbrain',
// 'pinterest',
// 'developers.google.com/+/web/snippet'
],
// 做重定向时的statusCode
redirectStatusCodes: [302,301],
// 自定义header
headers: {}
}
执行测试
// config-file: 指定配置文件,相对于config目录
node test.js --config-file=main.js
测试结果: 测试结果放在output
目录下
// __records.json
[
{
"url": "http://www.nakedhub.cn/",
"userAgent": "firefox",
"responseStatusCode": 302,
"responseHeader": {
"server": "nginx",
"date": "Fri, 14 Oct 2016 16:40:40 GMT",
"content-type": "text/html; charset=utf-8",
"connection": "close",
"vary": "Accept-Encoding",
"location": "/zh-cn/",
"content-length": "45",
"x-prerender": "false"
},
"responseContentFile": "/Users/season/Documents/pwork/seo-test/output/b78740dc.html",
"responseError": null
},
]
FAQs
测试seo脚本
The npm package seo-test receives a total of 3 weekly downloads. As such, seo-test popularity was classified as not popular.
We found that seo-test demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.