Skip to main content

www.janneparri.fi — Website Report

Scored 75/100 · Scanned with Foglift

C
OverallOverall Score — weighted average of all category scores

janneparri.fi scored 75. One fix would take it to 95.

1 critical6 warnings9 total issues

Quick wins

~64 min total fix time
1Missing X-Content-Type-Options header~2m
2Missing Referrer Policy header~2m
3Missing Permissions Policy header~2m

https://www.janneparri.fi/ · 2026-06-04

Scanned with Foglift · Technical Audit + AI Readiness analysis

AI Action Plan

Website Analysis for https://www.janneparri.fi/ Your site scores 75/100 overall, but AI engines may be missing you. Your AI Visibility is 47/100 — there's significant room to improve how ChatGPT, Perplexity, and Gemini surface your brand. We found 1 critical issue and 6 warnings. Here's your prioritized action plan:

FIX FIRST (Critical): 1. 4 render-blocking scripts — 4 scripts without async or defer attributes. These block page rendering. Add defer or async to non-critical scripts. QUICK WINS (Warnings):

1. No FAQ section found — 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. 2. Missing X-Content-Type-Options header — Set X-Content-Type-Options: nosniff to prevent MIME-type sniffing. 3. Missing Referrer Policy header — Add a Referrer-Policy header to control information leakage. 4. Missing Permissions Policy header

6 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.

Email to Contact

AI Readiness

Technical and authority signals that support AI systems in accessing, understanding, and reusing your content

54D
Technical61
Authority48
Set up all 6 tiers free →
70
Brand Mentions
Found 12+ web mentions of "janneparri"
30
Domain Authority
PageRank: 0.0/10, 11+ external references
10
Content Freshness
500 pages in sitemap but none updated recently
61
Technical Readiness
Moderate technical readiness — some improvements possible

Technical Issues

No FAQ section foundwarning~15 min fix

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.

Quick Fix
<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>
AI models frequently cite FAQ content. Add FAQPage schema to boost your chances of appearing in AI-generated answers.
AI doesn't know who you areinfo~10 min fix

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.

Quick Fix
<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>
Entity markup tells AI models who you are, making them more likely to cite your brand accurately.
Content is hard for AI to scaninfo

Your page relies on plain text without lists, tables, or comparison charts. AI assistants extract and cite structured content (bullet points, comparison tables, step-by-step lists) far more accurately than long paragraphs.

How does AI see Janneparri?

When users ask AI about your industry, are you recommended?

G
C
P
Ge
A

Start with weekly Google AI Overview checks for Janneparri. Paid plans add ChatGPT, Perplexity, Gemini, and Claude.

SEO & Technical Issues (6)

4 render-blocking scriptscriticalPerformance

4 scripts without async or defer attributes. These block page rendering. Add defer or async to non-critical scripts.

Missing X-Content-Type-Options headerwarningSecurity~2 min fix

Set X-Content-Type-Options: nosniff to prevent MIME-type sniffing.

Quick Fix
# Nginx:
add_header X-Content-Type-Options "nosniff" always;

# Next.js (next.config.js headers):
{ key: 'X-Content-Type-Options', value: 'nosniff' }
Prevents browsers from MIME-type sniffing, which can lead to security vulnerabilities.
Missing Referrer Policy headerwarningSecurity~2 min fix

Add a Referrer-Policy header to control information leakage.

Quick Fix
# 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' }
Controls how much referrer information is sent with requests, protecting user privacy.
Missing Permissions Policy headerwarningSecurity~2 min fix

Add a Permissions-Policy header to control browser feature access.

Quick Fix
# Nginx:
add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" always;

# Next.js (next.config.js headers):
{ key: 'Permissions-Policy', value: 'camera=(), microphone=(), geolocation=()' }
Permissions-Policy restricts which browser features your site can use, reducing attack surface.
Missing canonical URLwarningSEO~3 min fix

Add a canonical link to prevent duplicate content issues in search engines.

Quick Fix
<link rel="canonical" href="https://yoursite.com/current-page">
Canonical URLs prevent duplicate content issues by telling search engines which version of a page is the original.
18 images without lazy loadingwarningPerformance

18 images don't use loading="lazy". Add lazy loading to below-the-fold images to improve initial page load.

Your Potential Score

75

Now

88

Potential

+13 points possible by fixing 9 issues

That moves you from C to Btop 15% of all websites

Track your AI visibility over time

AI Visibility Monitoring

Free checks Google AI Overview weekly while you're active. Paid plans add ChatGPT, Perplexity, Gemini, and Claude with daily, twice-daily, or hourly monitoring.

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.

Set up Free monitoring

Weekly Google AI Overview while active · No credit card required

Compare paid plans — from $49/mo

Industry Benchmark

SEO
Avg: 62+33Ahead
AI Readiness
Avg: 35+19Ahead
Performance
Avg: 55+18Ahead
Security
Avg: 40+20Ahead
Accessibility
Avg: 68+32Ahead

Based on 120+ websites scanned across industries. See full benchmark report →

What This Score Means for You

Most of these issues have simple, copy-paste fixes. Check the code snippets above for quick solutions.

Recent scans on Foglift

Scan your own site free →