Skip to main content

www.linkedin.com — Website Report

Scored 57/100 · Scanned with Foglift

D
OverallOverall Score — weighted average of all category scores

linkedin.com scored 57. One fix would take it to 77.

6 critical9 warnings24 total issues

Quick wins

~160 min total fix time
1Missing viewport meta tag~1m
2Missing language attribute~1m
3AI search engines can't read your site~2m

https://www.linkedin.com/in/abhaypaul-?utm_source=share_via&utm_content=profile&utm_medium=member_android · 2026-06-27

Scanned with Foglift · Technical Audit + AI Readiness analysis

AI Search Readiness Risk

Your AI Readiness score of 20/100 means AI assistants like ChatGPT and Perplexity may not recommend your site. Monitor your AI visibility →

AI Action Plan

Website Analysis for https://www.linkedin.com/in/abhaypaul-?utm_source=share_via&utm_content=profile&utm_medium=member_android Your site scores 57/100, but AI search engines can barely find you. AI Visibility: 18/100. When customers ask ChatGPT or Perplexity about your industry, you're likely not in the answer. We found 6 critical issues and 9 warnings. Here's your prioritized action plan:

FIX FIRST (Critical): 1. AI search engines can't read your site — Your site blocks 8 AI crawlers (GPTBot, ChatGPT-User, Claude-Web...). This means ChatGPT, Perplexity, and other AI assistants won't recommend your site in their answers. Ask your developer to update the robots.txt file to allow these crawlers.

2. AI engines can't understand your business — Your site has no structured data — the machine-readable labels that tell AI what your business does, what you offer, and why you're an authority. Without this, AI assistants are much less likely to mention or recommend you. 3. Missing page title — Your page has no <title> tag. This is critical for SEO — it's what appears in search results. 4. Missing meta description — No meta description found. Search engines use this as the snippet in results. Add

14 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

18F
0
Brand Mentions
Unable to check brand mentions: Brave API 402: {"type":"ErrorResponse","error":{"id":"297b904e-f537-498a-93ab-de3cd22e98a0","status":402,"detail":"Usage limit exceeded.","meta":{"plan":"Search","current_spend":5.0,"usage_limit":5.0,"usage_limit_ty
53
Domain Authority
PageRank: 7.0/10, 0+ external references
0
Content Freshness
Unable to analyze content freshness: Sitemap not found (404)
13
Technical Readiness
Low technical readiness — missing key AI-friendly markup

Technical Issues

AI search engines can't read your sitecritical~2 min fix

Your site blocks 8 AI crawlers (GPTBot, ChatGPT-User, Claude-Web...). This means ChatGPT, Perplexity, and other AI assistants won't recommend your site in their answers. Ask your developer to update the robots.txt file to allow these crawlers.

Quick Fix
# Add to your robots.txt to allow AI crawlers:
User-agent: GPTBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Google-Extended
Allow: /
Allow AI crawlers to index your content so you appear in ChatGPT, Perplexity, and Google AI Overviews.
AI engines can't understand your businesscritical~10 min fix

Your site has no structured data — the machine-readable labels that tell AI what your business does, what you offer, and why you're an authority. Without this, AI assistants are much less likely to mention or recommend you.

Quick Fix
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Company Name",
  "url": "https://yoursite.com",
  "description": "Brief description of your business",
  "sameAs": [
    "https://twitter.com/yourhandle",
    "https://linkedin.com/company/yourcompany"
  ]
}
</script>
Add JSON-LD structured data so AI models understand your business entity and can cite you accurately.
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.
Page content is too thin for AIwarning

Your page has very few headings and paragraphs. AI assistants need well-organized, text-rich content to understand and recommend your site. Add clear headings, descriptive paragraphs, and detailed information about your offerings.

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.

Pro tip: The biggest drivers of AI visibility are brand mentions and domain authority — not just technical setup. Set up AI visibility monitoring →

How does AI see Linkedin?

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

G
C
P
Ge
A

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

SEO & Technical Issues (18)

Missing page titlecriticalSEO~3 min fix

Your page has no <title> tag. This is critical for SEO — it's what appears in search results.

Quick Fix
<head>
  <title>Your Page Title — Brand Name</title>
</head>
The title tag is the most important on-page SEO element. Keep it under 60 characters and include your primary keyword.
Missing meta descriptioncriticalSEO~5 min fix

No meta description found. Search engines use this as the snippet in results. Add one for better CTR.

Quick Fix
<meta name="description" content="Clear, compelling description of your page in 120-160 characters. Include your main keyword naturally.">
Meta descriptions appear in search results. A good one improves click-through rate by 5-10%.
Missing viewport meta tagcriticalSEO~1 min fix

No viewport meta tag found. This is essential for mobile responsiveness.

Quick Fix
<meta name="viewport" content="width=device-width, initial-scale=1">
Without a viewport meta tag, mobile devices render your page at desktop width. This is critical for mobile SEO.
Missing H1 headingcriticalSEO~3 min fix

Every page should have exactly one H1 heading that describes the main topic. This is important for SEO and accessibility.

Quick Fix
<h1>Your Main Page Heading</h1>
<!-- Only use one H1 per page. Make it descriptive and include your target keyword. -->
Every page needs exactly one H1 that describes the main topic. It's a key SEO signal.
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 Open Graph tagswarningSEO~10 min fix

Missing og:title, og:description, og:image. Add these for better social media sharing previews on Facebook, LinkedIn, and Twitter.

Quick Fix
<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">
Open Graph tags control how your page looks when shared on Facebook, LinkedIn, and other social platforms.
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.
Missing language attributewarningSEO~1 min fix

Add a lang attribute to your <html> tag (e.g., lang="en"). This helps search engines and screen readers understand your content's language.

Quick Fix
<html lang="en">
<!-- For other languages: lang="es", lang="fr", lang="de", lang="ja", etc. -->
The lang attribute helps search engines and screen readers understand your content's language.
No H2 subheadingswarningSEO

Add H2 subheadings to organize your content. Good heading hierarchy helps search engines understand your page structure.

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.
No favicon detectedinfoSEO~10 min fix

Add a favicon so your site has an icon in browser tabs, bookmarks, and search results.

Quick Fix
<!-- Add to <head> — SVG favicon (modern browsers) + PNG fallback -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
Favicons appear in browser tabs, bookmarks, and search results. They build brand recognition.
No structured data foundinfoSEO

Add JSON-LD structured data (Schema.org) to help search engines understand your content and earn rich snippets in search results.

Missing Twitter Card tagsinfoSEO~5 min fix

Add twitter:card meta tags for optimized appearance when your pages are shared on Twitter/X.

Quick Fix
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Your Page Title">
<meta name="twitter:description" content="A compelling description">
<meta name="twitter:image" content="https://yoursite.com/twitter-image.jpg">
Twitter Card tags control how your page appears when shared on Twitter/X.
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 navigation landmarkinfoAccessibility~5 min fix

Add a <nav> element to help screen reader users quickly find the navigation. This is a WCAG 2.4.1 requirement.

Quick Fix
<!-- Wrap your navigation in a <nav> element -->
<nav aria-label="Main navigation">
  <ul>
    <li><a href="/">Home</a></li>
    <li><a href="/about">About</a></li>
    <li><a href="/contact">Contact</a></li>
  </ul>
</nav>
The <nav> landmark lets screen reader users quickly jump to navigation (WCAG 2.4.1).
No main landmarkinfoAccessibility~3 min fix

Add a <main> element to identify the primary content area. Screen reader users use this to skip navigation.

Quick Fix
<!-- Wrap your primary content in a <main> element -->
<main id="main-content">
  <h1>Page Title</h1>
  <p>Your primary content here...</p>
</main>
The <main> element identifies the primary content area, letting screen reader users skip to it directly.
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.

Your Potential Score

57

Now

57

Potential

+0 points possible by fixing 24 issues

That moves you from D to Dabove 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.

Start monitoring — from $49/mo

Free tier available · No credit card required

Industry Benchmark

SEO
Avg: 62-46At risk
AI Readiness
Avg: 35-15At risk
Performance
Avg: 55+45Ahead
Security
Avg: 40+35Ahead
Accessibility
Avg: 68+9On par

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

What This Score Means for You

SEO issues — Your site may be losing 50-70% of potential Google traffic due to missing meta tags, broken structure, or indexing problems.

Not AI-ready — ChatGPT, Perplexity, and Google AI Overviews likely cannot cite your site. You're invisible to the fastest-growing search channel.

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 →