SEO Widget Embed
Add an interactive SEO Health Check widget to your website. Visitors can check any URL's SEO grade without leaving your page.
Live Preview
This is what the widget looks like when embedded:
The widget auto-detects your page's background to choose light or dark theme.
You can override this with data-theme="light" or data-theme="dark".
Embed Code
Add these two lines anywhere in your page's HTML:
<div data-llmse-widget></div> <script src="https://llmse.ai/static/widget.js" async></script>
Theme Override
By default the widget detects your page theme. To force a specific theme, add data-theme to the script tag:
Dark
<script src="...widget.js" data-theme="dark" async></script>
Light
<script src="...widget.js" data-theme="light" async></script>
What the Widget Shows
SEO Grade
Letter grade A-F based on technical SEO analysis
Score
Numeric score 0-100
Top Issues
Up to 3 highest-priority issues found
Full Report Link
Links to the complete LLMSE analysis for the URL
API Endpoint
The widget uses a dedicated lightweight API endpoint:
GET https://llmse.ai/api/v1/widget?url=https://example.com
Returns { url, score, grade, top_issues }. Rate limited to 1 request per domain per minute. Cached results served instantly.