gestoo.cl — Website Report
Scored 52/100 · Scanned with Foglift
gestoo.cl scored 52. A few improvements could push it higher.
Quick wins
~117 min total fix timehttps://gestoo.cl/ · 5/4/2026, 1:30:26 PM
Scanned with Foglift · SEO + AI Visibility analysis
AI Search Readiness Risk
Your AI Readiness score of 60/100 means AI assistants like ChatGPT and Perplexity may not recommend your site. Monitor your AI visibility →
Share This Report
Send this scan to a teammate or contact. The shareable link includes all scores and issues.
AI Search Readiness
How AI assistants like ChatGPT, Perplexity, and Gemini see your site
Add Schema.org JSON-LD for AI discoverability.
Add FAQPage schema for AI extraction.
Add more headings and structured content.
How does AI see Gestoo?
When users ask AI about your industry, are you recommended?
See how ChatGPT, Claude, Perplexity, and Gemini talk about Gestoo
SEO & Technical Issues (13)
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 the CSP security header.
Add a meta description.
<meta name="description" content="Clear, compelling description of your page in 120-160 characters. Include your main keyword naturally.">Add one H1 per page.
<h1>Your Main Page Heading</h1>
<!-- Only use one H1 per page. Make it descriptive and include your target keyword. -->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 X-Frame-Options security header.
# Nginx:
add_header X-Frame-Options "SAMEORIGIN" always;
# Next.js (next.config.js headers):
{ key: 'X-Frame-Options', value: 'SAMEORIGIN' }Add the Referrer-Policy security header.
Add the Permissions-Policy security header.
Add og:title, og:description, og:image.
<meta property="og:title" content="Your Page Title">
<meta property="og:description" content="Description for social sharing">
<meta property="og:image" content="https://yoursite.com/og-image.jpg">
<meta property="og:url" content="https://yoursite.com/page">
<meta property="og:type" content="website">1.0s.
Add loading="lazy".
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
52
Now
71
Potential
+19 points possible by fixing 16 issues
That moves you from D to C — above average
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
Not AI-ready — ChatGPT, Perplexity, and Google AI Overviews likely cannot cite your site. You're invisible to the fastest-growing search channel.
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: 0/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.
Score of 0 means your site has no security headers at all. Browsers may show security warnings to visitors.