Frequently Asked Questions
Everything you need to know about AI visibility scans, monitoring, bulk uploads, and Agency API access.
What is a spectral audit?+
A spectral audit is ConduitScore's AI visibility scan. It measures how machine crawlers, retrieval systems, and answer engines interpret your site instead of only checking traditional search signals.
What does ConduitScore scan?+
Each scan reviews seven areas that matter to AI systems: crawler access, structured data, content structure, LLMs.txt, technical health, citation signals, and content quality.
Does ConduitScore use a real browser?+
Yes. ConduitScore runs scans through Conduit, a real audited browser pipeline, so the results reflect rendered pages instead of only static HTML fetches.
What do I get back?+
You get an overall AI visibility score, category breakdowns, concrete issues, and fixes. Free scans show one sample fix with the rest locked. Paid plans unlock the full fix set.
What is llms.txt and why does it matter?+
llms.txt is an emerging standard where websites place a machine-readable summary file at /llms.txt describing what the site does, its key pages, and contact information. AI agents check for this file to quickly understand a site's purpose without crawling every page.
How is AI visibility different from traditional SEO?+
Traditional SEO optimizes for search engine ranking algorithms. AI visibility optimization (also called GEO or AEO) focuses on making content parseable, citable, and discoverable by AI agents like ChatGPT, Perplexity, and Claude, which process and present information differently than search result pages.
Is ConduitScore free to use?+
Yes, ConduitScore offers a free tier with 3 scans per month and no sign-up required. Free users get the score, issue titles, and one sample fix. Paid plans unlock monitoring, full fixes, and higher-volume workflows.
How often should I scan my site?+
We recommend scanning after every major content or technical change. For actively maintained sites, a weekly scan helps catch regressions in AI visibility before they impact your presence in AI-generated answers.
Feature access by plan
ConduitScore keeps the free scan lightweight, then unlocks operational features as teams move into recurring monitoring and integrations.
REST API quick start
Agency plans can create API keys from Billing, then authenticate with either the x-api-key header or a Bearer token.
Available endpoints
POST /api/scanto start an authenticated scan.GET /api/scansto list scans for the API key owner.GET /api/scans/:idto retrieve a specific scan result.
curl -X POST https://conduitscore.com/api/scan \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'
curl https://conduitscore.com/api/scans \
-H "Authorization: Bearer YOUR_API_KEY"
curl https://conduitscore.com/api/scans/SCAN_ID \
-H "x-api-key: YOUR_API_KEY"Bulk CSV upload
Agency plans can upload a CSV from the Projects dashboard to create multiple projects and trigger initial scans in one pass.
CSV format
name,url Main Site,https://example.com Docs,https://docs.example.com
You can also upload a one-column file with just URLs. ConduitScore will create missing projects automatically and start the first scan for each row.
See how AI systems read your site
Free scan, no sign-up required. Get your AI visibility score in about 15 seconds.
