Is onelife-dropship.onrender.com AI agent ready? A · 87/100
Why we think this is Next.js (1 signals)
- · /_next/static/ asset
Scan history · 4 public scans of onelife-dropship.onrender.com
1 failed · 1 partial out of 13 that apply to your site.
Fix automatically with AIScan
2 open checks (1 failing) can be handed to an AI agent: P4, E4. Pick one route — each returns the full, check-by-check instructions.
npx add-skill https://aiscan.site/aiscan-skill.jsonThen ask your agent: “Fix the failing AI readiness checks for https://onelife-dropship.onrender.com/”.
curl -o CLAUDE.md https://aiscan.site/CLAUDE.mdDrop it in your project root, then ask Claude Code to fix the failing AIScan checks.
https://aiscan.site/api/mcpTools: scan_website, get_fixes, get_grade. Call get_fixes { "url": "https://onelife-dropship.onrender.com/" }.
curl -s 'https://aiscan.site/api/public/scan?url=https%3A%2F%2Fonelife-dropship.onrender.com%2F'Returns every check with its complete fix guide.
Verify: Re-scan at https://aiscan.site after applying fixes, or run npx aiscan-cli https://onelife-dropship.onrender.com/. Individual checks that need a specific probe list it in their own guide.
Quick Wins
Top 2 fixes ranked by score impact
- 01Fail+4 pts if fixed
OAuth discovery metadata
See full detailsPublish RFC 8414 / RFC 9728 metadata at the /.well-known/oauth-* endpoints.
- 02Partial+1 pts if fixed
HTTPS & canonical host
See full detailsServe the site over HTTPS, 301-redirect http:// to https://, and redirect the www/apex variant to a single canonical host so agents don't index two copies of every URL.
# Agent-readiness remediation brief Site: https://onelife-dropship.onrender.com/ Platform: nextjs (50% confidence) AIScan score: 87/100 — Level 4 (Interactive) Rubric: v2026.08.2 ## Failing checks (sorted by weight) - **[P4] OAuth discovery metadata** — FAIL - Evidence: auth-server: 404, protected-resource: 404 - Fix: Publish RFC 8414 / RFC 9728 metadata at the /.well-known/oauth-* endpoints. - **[E4] HTTPS & canonical host** — PARTIAL - Evidence: final origin https://onelife-dropship.onrender.com · http:// upgrades to https · www.onelife-dropship.onrender.com serves its own copy (duplicate origin) · HSTS set - Fix: Serve the site over HTTPS, 301-redirect http:// to https://, and redirect the www/apex variant to a single canonical host so agents don't index two copies of every URL. ## General guidance - Static-first: `robots.txt`, `llms.txt`, `/.well-known/*` JSON cards. - Markdown negotiation: serve `text/markdown` when requested via `Accept` header or `?format=md`. - Bot access: explicit allow/deny per AI user-agent (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Applebot-Extended, Bytespider, Amazonbot, CCBot, meta-externalagent, cohere-ai, Diffbot). - Capabilities: publish an MCP server card and (optionally) an Agent Skills manifest even if the runtime isn't live — discovery first. - Re-scan at aiscan.site after deploying.
How this score is calculated
Every check earns points against a weight. We divide the points you earned by the points that actually apply to a Next.js — so checks that don't apply never drag you down.
Baseline every site should meet.
Strong signals most sites benefit from.
Emerging standards. Can only add points.
Not counted (5): B1, B3, P2, P3, E5 — either not applicable to this site profile or optional and not yet adopted. Expand any check to see the exact evidence we based it on.
Discoverability
95Can agents find your pages? robots, sitemaps, llms.txt.
Content
100Can agents read your content cleanly? Markdown, structured data.
Bot Access
100Are AI crawlers explicitly allowed or blocked?
Capabilities
64Can agents do things? APIs, auth, MCP, Agent Skills.
Your site is missing this right now, so AI agents can't use it. The fix below is what to change.
ID · P4
What we foundauth-server: 404, protected-resource: 404
Measured againstHow to fix itPublish RFC 8414 / RFC 9728 metadata at the /.well-known/oauth-* endpoints.
Publish OAuth discovery metadata
If your API supports OAuth, serve RFC 8414 metadata at
/.well-known/oauth-authorization-serverand/or RFC 9728 at/.well-known/oauth-protected-resource.
Embed your AIScan badge
Drop this badge into your site footer, GitHub README, or docs. It links back to a fresh scan of onelife-dropship.onrender.com on AIScan.site.
<!-- AIScan.site agent-readiness badge --> <a href="https://aiscan.site/?u=https%3A%2F%2Fonelife-dropship.onrender.com%2F" target="_blank" rel="noopener" title="Agent-Readiness Grade A (87/100) — AIScan.site"> <img src="https://aiscan.site/api/public/badge.svg?score=87&grade=A&host=onelife-dropship.onrender.com" alt="AIScan.site Grade A — 87/100" width="240" height="64" loading="lazy" /> </a>
[](https://aiscan.site/?u=https%3A%2F%2Fonelife-dropship.onrender.com%2F)
Create a free account to track this site over time
- Save scan history
- See score trends
- Re-scan anytime
Dig deeper
onelife-dropship.onrender.com is built on Next.js. AI-agent readiness for Next.js walks through the same checks on that platform.
This page always shows the most recent public scan for onelife-dropship.onrender.com.