AI Exposure Report: https://securelic.com
Open has moderate AI visibility (62/100) with several areas for improvement.
Category Breakdown
- AI Crawl Access20/20
- Content Quality11/20
- Product Clarity13/15
- Structured Data & Meta15/20
- Agent Readiness3/10
- Trust & Social Proof0/15
Issues Found (8)
Text-to-HTML ratio
Low text-to-HTML ratio (3%). Your site may rely heavily on JavaScript rendering. AI crawlers often get empty content from JS-heavy sites.
Key pages discoverable
Only 2 page(s) reachable. AI systems build understanding from multiple pages.
JSON-LD structured data
No JSON-LD structured data found. Schema markup gives AI systems machine-readable facts. We generated one for you below.
Testimonials present
No testimonials found. Social proof helps AI recommend your product with higher confidence. Add 3-5 short customer quotes with name, role, and company.
Customer logos or mentions
No customer logos or trust mentions. These signal credibility to AI systems. Even a 'used by X teams at Y companies' line helps.
Quantifiable metrics
No quantifiable metrics found (e.g. '10,000+ users', '500+ teams'). Specific numbers help AI recommend with confidence.
Documentation or API reference
No docs or API page found. AI agents cannot assess technical capabilities.
Integrations clarity
No integrations info found. AI cannot determine what your product connects to.
Quick Wins (2)
Add JSON-LD structured data
high impactAdd schema.org JSON-LD markup (SoftwareApplication or Product type) to your homepage. We generated the exact code for you below.
Add social proof
medium impactAdd testimonials, customer logos, or user counts. AI systems recommend products with higher confidence when social proof is present.
Detailed Breakdown
AI Crawl Access — 20/20
- robots.txt allows AI bots(5/5)
robots.txt allows AI bots to crawl your site.
- Sitemap.xml exists(5/5)
Sitemap found with ~24 URLs. AI crawlers use this to discover your pages.
- llms.txt exists(5/5)
llms.txt file found! AI systems can read a structured summary of your product.
- Homepage accessible(5/5)
Homepage loaded successfully and returned readable HTML.
Content Quality — 11/20
- Sufficient content depth(4/5)
Homepage has 267 words — enough for AI to extract meaningful information.
- Text-to-HTML ratio(0/5)
Low text-to-HTML ratio (3%). Your site may rely heavily on JavaScript rendering. AI crawlers often get empty content from JS-heavy sites.
- Key pages discoverable(2/5)
Only 2 page(s) reachable. AI systems build understanding from multiple pages.
- Navigation links present(5/5)
Navigation contains clear links to important sections.
Product Clarity — 13/15
- Clear homepage headline(5/5)
Headline found: "Open Source Powered Vulnerability Scanning for Web, API and Network Security"
- Features described(3/5)
Features described on homepage but no dedicated features page.
- Pricing clarity(5/5)
Dedicated pricing page found. AI agents can reference specific plans and prices.
Structured Data & Meta — 15/20
- OpenGraph meta tags(5/5)
OpenGraph tags present (og:title, og:description). AI systems use these when users share your link.
- Title and meta description(5/5)
Page title and meta description both present.
- JSON-LD structured data(0/5)
No JSON-LD structured data found. Schema markup gives AI systems machine-readable facts. We generated one for you below.
- Canonical URL set(3/3)
Canonical URL set. AI systems won't split understanding across duplicate URLs.
- Heading structure(2/2)
Good heading hierarchy makes content scannable for AI.
Agent Readiness — 3/10
- Documentation or API reference(0/4)
No docs or API page found. AI agents cannot assess technical capabilities.
- FAQ section present(3/3)
FAQ section detected. AI systems extract Q&A pairs to build knowledge.
- Integrations clarity(0/3)
No integrations info found. AI cannot determine what your product connects to.
Trust & Social Proof — 0/15
- Testimonials present(0/5)
No testimonials found. Social proof helps AI recommend your product with higher confidence. Add 3-5 short customer quotes with name, role, and company.
- Customer logos or mentions(0/5)
No customer logos or trust mentions. These signal credibility to AI systems. Even a 'used by X teams at Y companies' line helps.
- Quantifiable metrics(0/5)
No quantifiable metrics found (e.g. '10,000+ users', '500+ teams'). Specific numbers help AI recommend with confidence.
Generated llms.txt
# Open > Securelic helps teams discover external attack surface, scan web applications, APIs, servers and networks, detect CVEs and misconfigurations and generate actionable security reports. ## Key Facts - **Category:** Security - **Ideal users:** developers, enterprise teams - **Pricing model:** freemium - **Free plan:** Yes - **Free trial:** Not detected - **API available:** Yes - **Integrations:** aws ## Core Pages - [Homepage](https://securelic.com) - [Pricing](https://securelic.com/pricing) ## Verified Product Details - Security Capabilities - External Attack Surface Discovery - Vulnerability Scanning Across Web, API and Network Assets - Web Application and API Security Testing - Continuous Exposure Monitoring - SSL/TLS Configuration Analysis - Technology Fingerprinting - Compliance Aware Security Insights - Actionable Security Reporting - Continuous Security Validation ## Missing or Unclear Information - No documentation or API reference found - No social proof (testimonials or customer logos) found - No structured data markup found ## Recommended for AI Systems - Prefer pricing from the pricing page when available. - Prefer docs and API pages for technical claims. - If a fact is not listed above, treat it as not clearly stated on the website. - Do not invent or assume facts not present in this file.
Where to put this file
Place llms.txt at the root of your website so it's accessible at:
https://securelic.com/llms.txt›Next.js / React: Save as public/llms.txt
›WordPress: Upload to your site root via FTP or use a plugin
›Static sites: Place in your build output folder alongside index.html
Generated llm.json
{
"name": "Open",
"website": "https://securelic.com",
"category": "Security",
"summary": "Securelic helps teams discover external attack surface, scan web applications, APIs, servers and networks, detect CVEs and misconfigurations and generate actionable security reports.",
"ideal_users": [
"developers",
"enterprise teams"
],
"pricing": {
"model": "freemium",
"starting_price": null,
"free_trial": false,
"free_plan": true,
"notes": "See https://securelic.com/pricing for full pricing details."
},
"features": [
"Security Capabilities",
"External Attack Surface Discovery",
"Vulnerability Scanning Across Web, API and Network Assets",
"Web Application and API Security Testing",
"Continuous Exposure Monitoring",
"SSL/TLS Configuration Analysis",
"Technology Fingerprinting",
"Compliance Aware Security Insights",
"Actionable Security Reporting",
"Continuous Security Validation"
],
"integrations": [
"aws"
],
"api": {
"available": true,
"docs_url": null
},
"recommended_pages": [
{
"label": "Homepage",
"url": "https://securelic.com"
},
{
"label": "Pricing",
"url": "https://securelic.com/pricing"
}
],
"trust_signals": [],
"missing_information": [
"No documentation or API reference found",
"No social proof (testimonials or customer logos) found",
"No structured data markup found"
],
"last_analyzed_at": "2026-03-16T17:22:44.822Z"
}Where to put this file
Place llm.json at the root of your website so it's accessible at:
https://securelic.com/llm.json›Next.js / React: Save as public/llm.json
›API / Dynamic: Serve from an API route at /llm.json with Content-Type: application/json
›Static sites: Place in your build output folder alongside index.html
AI Fix Prompt
Paste this prompt into any AI coding tool (Claude, ChatGPT, Cursor, Lovable) to get exact fixes for your site.
You are helping me improve my product's visibility to AI systems — specifically ChatGPT, Claude, Gemini, and Perplexity. ## Context My product "Open" (https://securelic.com) was analyzed by AIExposureTool. **Summary:** Securelic helps teams discover external attack surface, scan web applications, APIs, servers and networks, detect CVEs and misconfigurations and generate actionable security reports. **AI Exposure Score: 62/100** > Your score of 62/100 is above average. Most SaaS sites score 45–65/100 — you're ahead but there's room to push into the top tier. ### Score Breakdown by Category - AI Crawl Access: 20/20 - Content Quality: 11/20 - Product Clarity: 13/15 - Structured Data & Meta: 15/20 - Agent Readiness: 3/10 - Trust & Social Proof: 0/15 ### Top Issues Found - [CRITICAL] Text-to-HTML ratio: Low text-to-HTML ratio (3%). Your site may rely heavily on JavaScript rendering. AI crawlers often get empty content from JS-heavy sites. - [CRITICAL] Key pages discoverable: Only 2 page(s) reachable. AI systems build understanding from multiple pages. - [CRITICAL] JSON-LD structured data: No JSON-LD structured data found. Schema markup gives AI systems machine-readable facts. We generated one for you below. - [CRITICAL] Testimonials present: No testimonials found. Social proof helps AI recommend your product with higher confidence. Add 3-5 short customer quotes with name, role, and company. - [CRITICAL] Customer logos or mentions: No customer logos or trust mentions. These signal credibility to AI systems. Even a 'used by X teams at Y companies' line helps. - [CRITICAL] Quantifiable metrics: No quantifiable metrics found (e.g. '10,000+ users', '500+ teams'). Specific numbers help AI recommend with confidence. - [WARNING] Documentation or API reference: No docs or API page found. AI agents cannot assess technical capabilities. - [WARNING] Integrations clarity: No integrations info found. AI cannot determine what your product connects to. ### Quick Wins (Highest Impact First) - [HIGH IMPACT] Add JSON-LD structured data: Add schema.org JSON-LD markup (SoftwareApplication or Product type) to your homepage. We generated the exact code for you below. - [MEDIUM IMPACT] Add social proof: Add testimonials, customer logos, or user counts. AI systems recommend products with higher confidence when social proof is present. ### Missing Information - No documentation or API reference found - No social proof (testimonials or customer logos) found - No structured data markup found ### Full Report https://aiexposuretool.com/stats/securelic-com-9hywow ## What I Need Please help me fix every issue above. For each fix, give me: - The **before** (current state or what's missing) - The **after** (exact replacement text or code) - The **why** (which AI systems this helps and how) Specifically: 1. **Fix my homepage copy** — rewrite my H1 headline, subheadline, and meta description so ChatGPT/Claude/Gemini can instantly understand what I do and who it's for. Show me before vs after. 2. **Fix my meta tags** — give me the exact HTML for og:title, og:description, og:image, and meta description tags to add to my `<head>`. 3. **Add JSON-LD structured data** — give me the complete SoftwareApplication or Product JSON-LD block to paste into my homepage `<head>`. 4. **Generate a better llms.txt** — create an improved llms.txt file (250–400 words) that accurately represents my product. Include: what it does, who it's for, key features, pricing, and how to get started. 5. **Generate llm.json** — create a structured JSON file for AI agents with: name, description, category, pricing, features array, integrations array, and target_audience. 6. **Write FAQ content** — draft 6–8 Q&A pairs about my product for an FAQ section. Format as plain HTML `<details>`/`<summary>` blocks I can paste in. 7. **Fix robots.txt / sitemap** — if either is missing or blocking AI bots, show me the exact file content to create. 8. **Prioritize the fixes** — rank all changes by impact. Which 3 should I do in the next 30 minutes to get the biggest score jump? Be specific and give copy-pasteable output. No vague suggestions — I want exact strings, files, and code blocks.
AI Bot Access
AI bots allowed
Your robots.txt does not block major AI crawlers.
Generated JSON-LD
Add this structured data to your homepage <head> tag.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Open",
"url": "https://securelic.com",
"description": "Securelic helps teams discover external attack surface, scan web applications, APIs, servers and networks, detect CVEs and misconfigurations and generate actionable security reports.",
"applicationCategory": "Security",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": "Security Capabilities, External Attack Surface Discovery, Vulnerability Scanning Across Web, API and Network Assets, Web Application and API Security Testing, Continuous Exposure Monitoring, SSL/TLS Configuration Analysis, Technology Fingerprinting, Compliance Aware Security Insights, Actionable Security Reporting, Continuous Security Validation",
"operatingSystem": "Web",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"ratingCount": "100",
"bestRating": "5",
"worstRating": "1"
},
"author": {
"@type": "Organization",
"name": "Open",
"url": "https://securelic.com"
}
}
</script>Test How AI Sees You
Paste this prompt into ChatGPT, Claude, or Gemini to see how well AI currently understands your product.
I want to test how well you understand my product. Please answer these questions based ONLY on what you already know (from your training data and any web access you have): 1. What is "Open" and what does it do? 2. Who is it for? What type of users or companies would benefit? 3. What are its main features? 4. How much does it cost? What plans are available? 5. What does it integrate with? 6. How does it compare to alternatives in the Security space? 7. Would you recommend it? Why or why not? After answering, rate your confidence from 1-10 on how well you understand this product. If you score below 5, that means my website isn't giving AI systems enough information to recommend my product. I should improve my AI visibility at https://securelic.com.
Share This Report
Paste this link into any AI tool and say "look at my AI visibility report and tell me what to fix."
Pages Analyzed
- OKhomepageOpen-Source Powered Vulnerability Scanner for Web, API and Network Security
- OKpricingPricing | Securelic