diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 5e1e51c..0909665 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -95,7 +95,19 @@ export default withMermaid({ "url": "https://capjs.js.org", "description": "Cap is a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 proof-of-work", "applicationCategory": "SecurityApplication", - "operatingSystem": "All" + "operatingSystem": "All", + "image": "https://capjs.js.org/logo.png", + "author": { + "@type": "Person", + "name": "Tiago Rangel", + "url": "https://tiagorangel.com" + }, + "license": "https://github.com/tiagorangel1/cap/blob/main/LICENSE", + "offers": { + "@type": "Offer", + "price": "0", + "priceCurrency": "USD" + }, } `, ], diff --git a/docs/guide/effectiveness.md b/docs/guide/effectiveness.md index 6afcd92..2e13669 100644 --- a/docs/guide/effectiveness.md +++ b/docs/guide/effectiveness.md @@ -1,6 +1,6 @@ # Effectiveness -Cap reduces spam and abuse on websites and web apps. While it won't block _all_ spam (no CAPTCHA is a silver bullet), it significantly reduces it by making automated abuse expensive. The core principle behind proof-of-work CAPTCHAs like Cap is **proving effort** rather than just verifying if you're human through fingerprinting or complex puzzles. +Cap significantly reduces spam and abuse on websites and web apps. It won't stop _everything_ (no CAPTCHA is foolproof), however, it minimizes the potential for abuse by making it expensive. The main principle behind implementing a proof-of-work CAPTCHA like Cap includes **proving effort** instead of basic fingerprinting or solving puzzles to verify whether someone is human. ## Privacy & security