Quick answers to the most common questions about Cleversearch, installation, and optimization workflows.
You will need access to your website, a Cleversearch account, and a sitemap or list of pages you want to optimize.
Most teams finish tracker installation and sitemap import in under 30 minutes.
For basic setup, not necessarily. For advanced integrations or custom placement, a developer is helpful.
Install it in your site <head> so it loads early and can detect route changes properly.
Yes, a sitemap helps Cleversearch discover all pages for analysis and optimization.
Yes, you can start with a small set of URLs and expand later.
No. It injects optimized content alongside your existing content unless you configure replacements explicitly.
Yes. The tracker listens for route changes and re-evaluates content automatically.
Yes. Add selectors like .clever-search-faq to control placement on the page.
Yes. Use the Next.js Script component with the recommended loading strategy.
Yes. Add the script to your theme header or use platform settings to inject it.
Yes. Static sites can load the tracker via a standard script tag.
Store secret keys in server-side environment variables and never expose them in client-side code.
Rotate keys every 90 days or immediately if you suspect exposure.
Use your webhook secret to validate the signature header before accepting events.
Track your LLM readiness score, citation mentions, and page-level improvements.
Reports update after new analyses or when pages change and are re-processed.
Yes. You can export reports from the dashboard for external analysis.
Requests are throttled temporarily. Reduce volume or contact support for higher limits.
Free plans are available with limited usage. Paid tiers unlock higher limits and priority support.
Usage is typically based on analyzed pages, API requests, and active sites in your account.
Check for console errors, verify SITE_ID, and ensure the page URL is in your sitemap.
Add the correct CSS selector or container element for FAQ placement.
Trigger a refresh or re-run analysis to update injected content.
Add to your <head> section for basic tracking and injection.
<script
src="https://backend.cleversearch.ai/tracker/v1/tracker.js"
async
defer
data-config='{"SITE_ID": "your-site-id"}'
></script>Use a secret key in the Authorization header.
curl https://api.cleversearch.ai/v1/analysis \
-H "Authorization: Bearer YOUR_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'Enable detailed logs during troubleshooting.
?clever-search-debug=trueCheck the troubleshooting guide or reach out to support for personalized help.
Use FAQs as fast lookup and connect answers back to primary guides.
Week 1: Foundation
Finish installation and validate data flow.
Output: Connected tracker, imported sitemap, baseline analysis report.
Week 2: Prioritization
Select high-impact pages and define task backlog.
Output: Prioritized optimization list with owners and due dates.
Week 3-4: Iteration
Ship updates and verify score + business impact.
Output: Before/after snapshots with measurable deltas.
Analyzed Coverage
>= 90% priority URLs analyzed monthly
Ensures optimization decisions are based on current data.
Score Movement
+8 to +15 points on target templates in 30-60 days
Validates that executed recommendations are improving quality.
Execution Velocity
At least 1 improvement cycle per week
Creates compounding gains from consistent iteration.