Set up CleverSearch in minutes and prepare your site for LLM optimization.
Make sure these basics are in place before installing.
Follow these steps to connect your site and begin optimizing.
<script
src="https://backend.cleversearch.ai/tracker/v1/tracker.js"
async
defer
data-config='{"SITE_ID": "your-site-id"}'
></script>CLEVERSEARCH_SITE_ID=your-site-id
CLEVERSEARCH_PUBLIC_KEY=pk_live_...Example: https://example.com/sitemap.xmlIf your site runs on Next.js, add the tracker in the root layout.
// app/layout.tsx
import Script from "next/script";
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang="en">
<body>
{children}
<Script
src="https://backend.cleversearch.ai/tracker/v1/tracker.js"
strategy="afterInteractive"
data-config='{"SITE_ID":"your-site-id"}'
/>
</body>
</html>
);
}Run these checks before enabling automation rules in production.
Use a staged rollout to avoid production surprises during installation.
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.