otterly.ai — Website Report
Scored 74/100 · Scanned with Foglift
otterly.ai scored 74. A few improvements could push it higher.
Quick wins
~82 min total fix timehttps://otterly.ai/ · 4/30/2026, 9:05:56 PM
Scanned with Foglift · SEO + AI Visibility analysis
Share This Report
Send this scan to a teammate or contact. The shareable link includes all scores and issues.
How does AI see Otterly?
When users ask AI about your industry, are you recommended?
See how ChatGPT, Claude, Perplexity, and Gemini talk about Otterly
Issues Found (11)
Add the HSTS security header.
# Nginx:
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
# Apache (.htaccess):
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"
# Next.js (next.config.js headers):
{ key: 'Strict-Transport-Security', value: 'max-age=31536000; includeSubDomains' }Add a meta description.
<meta name="description" content="Clear, compelling description of your page in 120-160 characters. Include your main keyword naturally.">Add defer/async.
Add the X-Content-Type-Options security header.
# Nginx:
add_header X-Content-Type-Options "nosniff" always;
# Next.js (next.config.js headers):
{ key: 'X-Content-Type-Options', value: 'nosniff' }Add the Referrer-Policy security header.
Add the Permissions-Policy security header.
1.2s.
Consider deferring non-critical trackers.
Add loading="lazy".
1/163 images.
Add <main> element.
<!-- Wrap your primary content in a <main> element -->
<main id="main-content">
<h1>Page Title</h1>
<p>Your primary content here...</p>
</main>Your Potential Score
74
Now
93
Potential
+19 points possible by fixing 11 issues
That moves you from C to A — top 5% of all websites
Track your AI visibility over time
AI Visibility Monitoring
We check AI prompts weekly across ChatGPT, Perplexity, and Google AI. See how often your brand appears.
Competitor Tracking
Compare your AI visibility against competitors. Know when they overtake you.
Weekly Digest
Get AI-generated insights emailed every Monday with action items.
Free tier available · No credit card required
Industry Benchmark
Based on 120+ websites scanned across industries. See full benchmark report →
What This Score Means for You
Security gaps — Missing security headers may flag your site as unsafe in browsers, hurting trust and conversions.
Slow loading — Sites loading in 3+ seconds lose 53% of mobile visitors (Google data).
Most of these issues have simple, copy-paste fixes. Check the code snippets above for quick solutions.
Security score: 40/100
Most security issues are 5-minute fixes — adding HTTP headers to your server config. Check the code fixes above for the exact headers to add — we include copy-paste code for Nginx, Apache, Vercel, and Netlify.