bgsu.edu — Website Report
Scored 67/100 · Scanned with Foglift
bgsu.edu scored 67. One fix would take it to 87.
Quick wins
~136 min total fix timehttps://bgsu.edu/ · 4/17/2026, 2:32:07 PM
Scanned with Foglift · SEO + AI Visibility analysis
AI Action Plan
Website Analysis for https://bgsu.edu Great news — your site has strong AI visibility (72/100). Overall score: 67/100. AI engines like ChatGPT and Perplexity are likely to find and cite your content. We found 4 critical issues and 8 warnings. Here's your prioritized action plan:
FIX FIRST (Critical): 1. Missing HSTS header — Enable HTTP Strict Transport Security to force HTTPS connections.
2. 8 images missing alt text — Found 8 of 34 images without alt attributes. Alt text is critical for accessibility (screen readers) and SEO (image search). 3. 19 external scripts loaded — Your page loads 19 external JavaScript files. Each requires a network request. Bundle scripts and defer non-critical ones to improve load time. 4. 18 render-blocking scripts — 18 scripts without async or defer attributes. These block page rendering. Add defer or async to non-critical scripts. QUICK WINS (Warni
11 more critical fixes + quick wins in your full report
Enter your email and we'll send the complete action plan to your inbox.
No spam. Just your report.
Share This Report
Send this scan to a teammate or contact. The shareable link includes all scores and issues.
AI Visibility
How likely AI assistants like ChatGPT, Perplexity, and Gemini are to cite your brand
Technical Issues
You have basic structured data, but it's missing the rich types that AI engines look for — like FAQ sections, how-to guides, or product info. Adding these helps AI assistants extract and cite your content more accurately.
AI assistants love Q&A content — it's the easiest format for them to extract and quote. Add a Frequently Asked Questions section to your page, and you'll significantly increase your chances of being cited in AI-generated answers.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What does your company do?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We provide [your service]. Our solution helps..."
}
}]
}
</script>Your site is missing identity markup that tells AI engines "we are [Company X], and here's what we do." Adding this helps AI assistants recognize your brand as an authority and recommend you by name.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Your Company",
"url": "https://yoursite.com",
"logo": "https://yoursite.com/logo.png",
"sameAs": [
"https://twitter.com/yourhandle",
"https://linkedin.com/company/yourcompany",
"https://github.com/yourorg"
],
"contactPoint": {
"@type": "ContactPoint",
"email": "hello@yoursite.com",
"contactType": "customer service"
}
}
</script>Your meta description is under 80 characters. AI engines use this as a quick summary of your page. Write a clear, factual description (120-160 characters) that explains what your business does and why it matters.
<!-- Aim for 120-160 characters with clear, factual information -->
<meta name="description" content="[Your Company] provides [specific service] for [target audience]. Founded in [year], we serve [number]+ customers with [key differentiator].">How does AI see Bgsu?
When users ask AI about your industry, are you recommended?
See how ChatGPT, Claude, Perplexity, and Gemini talk about Bgsu
SEO & Technical Issues (13)
Enable HTTP Strict Transport Security to force HTTPS connections.
# 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' }Found 8 of 34 images without alt attributes. Alt text is critical for accessibility (screen readers) and SEO (image search).
Your page loads 19 external JavaScript files. Each requires a network request. Bundle scripts and defer non-critical ones to improve load time.
18 scripts without async or defer attributes. These block page rendering. Add defer or async to non-critical scripts.
Add a Referrer-Policy header to control information leakage.
# Nginx:
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
# Next.js (next.config.js headers):
{ key: 'Referrer-Policy', value: 'strict-origin-when-cross-origin' }Add a Permissions-Policy header to control browser feature access.
# Nginx:
add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" always;
# Next.js (next.config.js headers):
{ key: 'Permissions-Policy', value: 'camera=(), microphone=(), geolocation=()' }Your title is 61 characters. Keep it under 60 for best display in search results.
8 of 34 images have no alt attribute. Screen readers cannot describe these images to visually impaired users.
Heading hierarchy jumps from H2 to H6. Don't skip heading levels — this confuses screen readers and assistive technology.
Loading 18 CSS files. Each blocks rendering. Consider combining stylesheets or inlining critical CSS.
Add a 'Skip to main content' link at the top of the page so keyboard users can bypass repetitive navigation.
<!-- Add as the first element inside <body> -->
<a href="#main-content" class="sr-only focus:not-sr-only focus:absolute focus:top-2 focus:left-2 focus:z-50 focus:px-4 focus:py-2 focus:bg-blue-600 focus:text-white focus:rounded">
Skip to main content
</a>
<!-- Add id to your main content area -->
<main id="main-content">
...
</main>Add <link rel='preconnect'> for critical third-party domains to reduce connection setup time.
<!-- Add to <head> for your critical third-party domains -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://cdn.example.com">Found 17 HTML comments. Remove unnecessary comments in production to reduce file size.
Your Potential Score
67
Now
82
Potential
+15 points possible by fixing 17 issues
That moves you from D to B — top 15% 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
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.