// Free tool widget — one iframe
Give your visitors an instant AI website score from a clean, responsive widget. WordPress themes, agencies, directories, and SaaS products can add it with one copy-paste iframe — every report is a useful lead opportunity.
Add the iframe to a Custom HTML block, widget area, or theme template without a plugin.
Give prospects an instant score before a discovery call and identify which partner placement generated the lead.
Offer a useful free tool inside your marketplace, community, or onboarding flow.
// How it works
The widget keeps the integration simple while WebEnture handles crawling, scoring, report delivery, and safe lead capture.
Use the HTML snippet below. Add a partner ID if you want leads attributed to a specific site, campaign, or client.
Use a Custom HTML block in WordPress, an HTML/embed block in your CMS, or the template code in your agency or SaaS site.
The widget crawls a visitor's website and shows an AI-powered score across SEO, security, accessibility, performance, links, and content.
Visitors can email themselves the report. Widget submissions are tagged grader-embed and retain the partner ID in your lead data.
// Copy and paste
Use the default snippet for a general placement, or add a partner ID to identify a client, campaign, or directory slot.
Read the documentationWebsite Grader widget
Add a free “Check your website score” box to a WordPress theme, agency site, or SaaS directory. Leads submitted in the widget are attributed to your placement.
<iframe src="https://www.webenture.com/embed/website-grader?partner=agency_main" width="400" height="600" loading="lazy" title="Free Website Score by WebEnture" style="width:100%;max-width:400px;height:600px;border:0;" allow="clipboard-write" data-webenture-grader></iframe>window.addEventListener("message", (event) => {
if (event.origin !== "https://www.webenture.com") return;
if (event.data?.source !== "webenture" || event.data?.widget !== "website-grader") return;
if (event.data.event === "resize") {
document.querySelector("iframe[data-webenture-grader]")
?.style.setProperty("height", `${event.data.height}px`);
}
if (event.data.event === "lead_submitted") {
// Record a conversion in your analytics tool.
}
});SEO, security, accessibility, performance, link health, and content depth.
The widget is isolated in an iframe and accepts no code or credentials from the embedding site.
Visitors can request their report by email after seeing the score, with placement attribution preserved.
// Questions
Anywhere that accepts an iframe: WordPress Custom HTML blocks, agency websites, SaaS dashboards, community pages, resource directories, and landing-page builders.
No. The widget is a single iframe and needs no plugin, JavaScript bundle, API key, or server-side integration.
Add a safe partner ID such as partner=agency_main to the iframe URL. Email leads from that placement are stored with source grader-embed and the normalized partner ID.
Yes. The recommended size is 400 by 600 pixels. Keep width at 100% with a max-width of 400px, and increase the height if your layout needs more room for the report.
// Ready to add it?