Skip to main content

keywordtool.io — Website Report

Scored 75/100 · Scanned with Foglift

C
OverallOverall Score — weighted average of all category scores

keywordtool.io scored 75. One fix would take it to 95.

1 critical8 warnings12 total issues

Quick wins

~100 min total fix time
1Missing Permissions Policy header~2m
2Missing canonical URL~3m
3Missing Content Security Policy header~5m

https://keywordtool.io/ · 2026-06-20

Scanned with Foglift · Technical Audit + AI Readiness analysis

AI Action Plan

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

FIX FIRST (Critical): 1. Missing Content Security Policy header — Add a Content-Security-Policy header to prevent XSS and injection attacks. QUICK WINS (Warnings):

1. Missing Permissions Policy header — Add a Permissions-Policy header to control browser feature access. 2. Missing canonical URL — Add a canonical link to prevent duplicate content issues in search engines. 3. 2 images missing alt text — Found 2 of 115 images without alt attributes. Alt text is critical for accessibility (screen readers) and SEO (image search). 4. No sitemap.xml found — Your site is missing a sitemap.xml file. Sitemaps help search engines discover and index all your pages. Sub

8 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 Visibility

How likely AI assistants like ChatGPT, Perplexity, and Gemini are to cite your brand

68D

Some external data sources were unavailable. Score is based on partial data.

85
Brand Mentions
Found 19+ web mentions of "keywordtool"
74
Domain Authority
PageRank: 4.5/10, 20+ external references
0
Content Freshness
Unable to analyze content freshness: Sitemap not found (404)
88
Technical Readiness
Strong technical AI readiness (schema, FAQ, AI crawler access)

How does AI see Keywordtool?

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

G
C
P
Ge
A

See how ChatGPT, Claude, Perplexity, and Gemini talk about Keywordtool

Issues Found (12)

Missing Content Security Policy headercriticalSecurity~5 min fix

Add a Content-Security-Policy header to prevent XSS and injection attacks.

Quick Fix
# Nginx:
add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline';" always;

# Apache (.htaccess):
Header set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline';"

# Next.js (next.config.js headers):
{ key: 'Content-Security-Policy', value: "default-src 'self'; script-src 'self' 'unsafe-inline'" }
Content-Security-Policy prevents XSS attacks by controlling which resources the browser can load.
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.
2 images missing alt textwarningSEO

Found 2 of 115 images without alt attributes. Alt text is critical for accessibility (screen readers) and SEO (image search).

No sitemap.xml foundwarningSEO~15 min fix

Your site is missing a sitemap.xml file. Sitemaps help search engines discover and index all your pages. Submit one to Google Search Console.

Quick Fix
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://yoursite.com/</loc>
    <lastmod>2026-03-15</lastmod>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://yoursite.com/about</loc>
    <lastmod>2026-03-15</lastmod>
    <priority>0.8</priority>
  </url>
</urlset>
A sitemap.xml helps search engines discover and index all your pages. Place it at your site root.
2% of images lack alt textwarningAccessibility

2 of 115 images have no alt attribute. Screen readers cannot describe these images to visually impaired users.

8 form inputs may lack labelswarningAccessibility

Form inputs should have associated labels or aria-label attributes so screen readers can identify them.

Skipped heading levelwarningAccessibility

Heading hierarchy jumps from H1 to H3. Don't skip heading levels — this confuses screen readers and assistive technology.

85 images without lazy loadingwarningPerformance

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

Few internal linksinfoSEO

Add more internal links to help search engines discover and index your other pages. Internal linking also helps distribute page authority.

No skip navigation linkinfoAccessibility~5 min fix

Add a 'Skip to main content' link at the top of the page so keyboard users can bypass repetitive navigation.

Quick Fix
<!-- 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>
Skip links let keyboard users bypass repetitive navigation and jump straight to content.
HTML contains many commentsinfoPerformance

Found 11 HTML comments. Remove unnecessary comments in production to reduce file size.

Your Potential Score

75

Now

94

Potential

+19 points possible by fixing 12 issues

That moves you from C to Atop 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.

Start monitoring — from $49/mo

Free tier available · No credit card required

Industry Benchmark

SEO
Avg: 62+26Ahead
AI Readiness
Avg: 35+46Ahead
Performance
Avg: 55+27Ahead
Security
Avg: 40+20Ahead
Accessibility
Avg: 68+8On par

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 →