CIPWE docs
Getting Started
Install and run CIPWE in under 60 seconds.
5 sections~8 min readPractical examples included
On this page
Who this is for
CIPWE is for teams that want ChatGPT, Perplexity, Gemini, and Google AI to find, understand, and cite their content.
- Growth teams checking if AI tools can find their content
- Engineering teams building repeatable quality gates
- SEO/content teams validating machine-readable structure
Quickstart
Use npx for zero setup.
npx cipwe audit https://your-site.comRecommended first workflow
Follow this order to get impact fast and avoid analysis paralysis.
- Run audit on your highest-traffic URL first
- Fix critical score gaps with the fix command
- Re-run audit and track score delta
- Roll checks into CI once your baseline stabilizes
npx cipwe audit https://your-site.com
npx cipwe fix https://your-site.com
npx cipwe audit https://your-site.comInstallation options
Pick the approach that fits your workflow.
- npx for one-time runs and quick checks
- Global install for frequent CLI usage
- Project dev dependency for CI consistency
npm install -g cipwe
# or
npm install --save-dev cipweSuccess criteria for week 1
A practical baseline to know adoption is working.
- At least one production URL audited
- A repeatable command shared with the team
- Initial score documented in your tracker
- One remediation cycle completed