Analysis
Website
Ethos (askethos)
Summary
About
Overall Score of Website
34
Analysis from
2026-03-17
Company
Ethos (askethos)
Description
Ethos is a General Catalyst-backed AI platform that enables investors, consultants, and GTM teams to conduct autonomous research across 60M+ companies and 500M+ expert profiles — with an AI voice agent that can autonomously conduct expert calls on behalf of clients, while paying experts royalties for their knowledge.
Market
Expert Networks / AI Research Agents / Investment Intelligence
Audience
Venture Capital Analysts, Hedge Fund Researchers, PE Due Diligence Teams, Management Consultants, GTM and Sales Intelligence Teams
HQ
London, United Kingdom
Summary
Spider Chart
Performance
15
SEO
18
Structure
35
Brand
40
Copy
48
UX
30
UX
32
Freshness
45
Enterprise Readiness
38
Brand
42
Performance
Full Client-Side Rendering — Page Is Empty HTML
Score
15
Severity
High
Finding
The URL https://agent.askethos.com/ serves a page whose entire HTML body consists of a page title ('Ethos - Human intelligence, on-demand') and a single div with 'Loading...' text. All content — hero copy, product description, CTAs, testimonials, navigation — is rendered exclusively via JavaScript after load. This means: (1) web crawlers (Googlebot, Bing) that do not execute JavaScript see a blank page; (2) social media link previews show no content; (3) users on slow connections or with JS disabled see nothing; (4) LCP is severely delayed because there is no meaningful content in the initial HTML response. For a product built on the premise of intelligence and information retrieval, an empty-on-load homepage is a foundational technical failure.
Recommendation
Migrate the homepage to server-side rendering (SSR) or static site generation (SSG) using Next.js, Nuxt, or a similar framework. At minimum, pre-render the hero section and above-fold content so that the first meaningful paint contains actual text. The title 'Human intelligence, on-demand' should be in the HTML <h1>, not buried in a JavaScript bundle that runs after a loading spinner. This is not a nice-to-have — a blank SSR response is an SEO disqualifier that prevents the page from ranking for any search term.
Performance
Full Client-Side Rendering — Page Is Empty HTML
Score
15
Severity
High
Finding
The URL https://agent.askethos.com/ serves a page whose entire HTML body consists of a page title ('Ethos - Human intelligence, on-demand') and a single div with 'Loading...' text. All content — hero copy, product description, CTAs, testimonials, navigation — is rendered exclusively via JavaScript after load. This means: (1) web crawlers (Googlebot, Bing) that do not execute JavaScript see a blank page; (2) social media link previews show no content; (3) users on slow connections or with JS disabled see nothing; (4) LCP is severely delayed because there is no meaningful content in the initial HTML response. For a product built on the premise of intelligence and information retrieval, an empty-on-load homepage is a foundational technical failure.
Recommendation
Migrate the homepage to server-side rendering (SSR) or static site generation (SSG) using Next.js, Nuxt, or a similar framework. At minimum, pre-render the hero section and above-fold content so that the first meaningful paint contains actual text. The title 'Human intelligence, on-demand' should be in the HTML <h1>, not buried in a JavaScript bundle that runs after a loading spinner. This is not a nice-to-have — a blank SSR response is an SEO disqualifier that prevents the page from ranking for any search term.
SEO
Zero Indexable Content on the Primary URL
Score
18
Severity
High
Finding
Because the page renders entirely in JavaScript, Google sees the agent.askethos.com homepage as containing only the text 'Loading...' and the title tag. The meta description, H1, H2s, body copy, and all structured content are invisible to search engines. For a company whose value proposition — 'Research people and companies to build relationships' — maps directly to high-intent search queries ('expert network AI', 'AI research agent', 'expert calls for investors'), the primary URL produces zero organic search value. The product's AWS Marketplace listing, blog posts, and experts.askethos.com subdomain are all generating more indexable content than the main agent subdomain.
Recommendation
Implement server-side rendering for the agent.askethos.com homepage immediately, or create a static marketing landing page at agent.askethos.com that pre-renders the core value proposition, feature descriptions, and CTAs as crawlable HTML. Add structured data markup (Organization, Product, FAQPage schema) to enable rich results. The current setup means all paid and organic traffic arriving at agent.askethos.com lands on a blank page from a search engine's perspective — a compounding loss for every day the issue persists.
SEO
Zero Indexable Content on the Primary URL
Score
18
Severity
High
Finding
Because the page renders entirely in JavaScript, Google sees the agent.askethos.com homepage as containing only the text 'Loading...' and the title tag. The meta description, H1, H2s, body copy, and all structured content are invisible to search engines. For a company whose value proposition — 'Research people and companies to build relationships' — maps directly to high-intent search queries ('expert network AI', 'AI research agent', 'expert calls for investors'), the primary URL produces zero organic search value. The product's AWS Marketplace listing, blog posts, and experts.askethos.com subdomain are all generating more indexable content than the main agent subdomain.
Recommendation
Implement server-side rendering for the agent.askethos.com homepage immediately, or create a static marketing landing page at agent.askethos.com that pre-renders the core value proposition, feature descriptions, and CTAs as crawlable HTML. Add structured data markup (Organization, Product, FAQPage schema) to enable rich results. The current setup means all paid and organic traffic arriving at agent.askethos.com lands on a blank page from a search engine's perspective — a compounding loss for every day the issue persists.
Structure
Domain Architecture — Three Subdomains, No Clear Homepage
Score
35
Severity
High
Finding
Ethos operates across at least three distinct subdomains: agent.askethos.com (the primary product URL being audited), experts.askethos.com (the expert-side landing page), and app.askethos.com (the logged-in application). The root domain www.askethos.com also exists. Search results and blog links point to www.askethos.com/blog, while the audited URL is agent.askethos.com. This multi-subdomain architecture fragments SEO authority, creates unclear brand entry points, and means a person who Googles 'Ethos askethos' may land on any of several pages with completely different content and audiences (client vs. expert). There is no evident redirect or navigation between them.
Recommendation
Consolidate the public-facing marketing presence to a single canonical domain — either www.askethos.com or agent.askethos.com — with clear internal navigation to the expert-side (/experts or experts.askethos.com). Implement cross-subdomain hreflang and canonical tags so Google treats the product as one coherent entity rather than fragmented subdomains. For a seed-stage startup, subdomain proliferation before establishing a clear primary domain compounds every SEO and brand challenge.
Structure
Domain Architecture — Three Subdomains, No Clear Homepage
Score
35
Severity
High
Finding
Ethos operates across at least three distinct subdomains: agent.askethos.com (the primary product URL being audited), experts.askethos.com (the expert-side landing page), and app.askethos.com (the logged-in application). The root domain www.askethos.com also exists. Search results and blog links point to www.askethos.com/blog, while the audited URL is agent.askethos.com. This multi-subdomain architecture fragments SEO authority, creates unclear brand entry points, and means a person who Googles 'Ethos askethos' may land on any of several pages with completely different content and audiences (client vs. expert). There is no evident redirect or navigation between them.
Recommendation
Consolidate the public-facing marketing presence to a single canonical domain — either www.askethos.com or agent.askethos.com — with clear internal navigation to the expert-side (/experts or experts.askethos.com). Implement cross-subdomain hreflang and canonical tags so Google treats the product as one coherent entity rather than fragmented subdomains. For a seed-stage startup, subdomain proliferation before establishing a clear primary domain compounds every SEO and brand challenge.
Brand
General Catalyst Backing — Invisible on All Pages
Score
40
Severity
Medium
Finding
Ethos raised $3.25M in a seed round led by General Catalyst — one of the world's most recognisable venture capital firms, known for backing transformational companies. The investor syndicate also includes AI research pioneers from Google DeepMind (Oriol Vinyals, Mehdi Ghissassi), Sequoia Scouts, and a16z Scouts. None of this appears anywhere on the agent.askethos.com page (which is JS-rendered) or on any accessible marketing surface. For a company selling to VCs, hedge funds, PE firms, and consultants — exactly the people who track General Catalyst portfolio companies — the GC backing is a powerful entry-point credibility signal that is completely hidden.
Recommendation
Add investor logos and a brief 'Backed by General Catalyst and leading AI investors' callout to the homepage and to any visible marketing page. The Google DeepMind founding team credentials (co-founders James and Daniel) are equally powerful for the AI-native buyer audience — these belong in the hero or About section, not buried in a launch blog post. For a company at seed stage competing against entrenched expert network players like GLG and AlphaSights, founder and investor credibility are the primary trust signals available.
Brand
General Catalyst Backing — Invisible on All Pages
Score
40
Severity
Medium
Finding
Ethos raised $3.25M in a seed round led by General Catalyst — one of the world's most recognisable venture capital firms, known for backing transformational companies. The investor syndicate also includes AI research pioneers from Google DeepMind (Oriol Vinyals, Mehdi Ghissassi), Sequoia Scouts, and a16z Scouts. None of this appears anywhere on the agent.askethos.com page (which is JS-rendered) or on any accessible marketing surface. For a company selling to VCs, hedge funds, PE firms, and consultants — exactly the people who track General Catalyst portfolio companies — the GC backing is a powerful entry-point credibility signal that is completely hidden.
Recommendation
Add investor logos and a brief 'Backed by General Catalyst and leading AI investors' callout to the homepage and to any visible marketing page. The Google DeepMind founding team credentials (co-founders James and Daniel) are equally powerful for the AI-native buyer audience — these belong in the hero or About section, not buried in a launch blog post. For a company at seed stage competing against entrenched expert network players like GLG and AlphaSights, founder and investor credibility are the primary trust signals available.
Copy
Value Proposition Split Across Audiences — Client vs. Expert
Score
48
Severity
Medium
Finding
The search result snippet for agent.askethos.com reads: 'The best customers, hires, and deals come from understanding humans — not blasting lists. Research people and companies to build relationships that get things done.' This is the client-side value prop. The experts.askethos.com page carries an entirely different proposition about earning royalties for expertise. The product has two distinct audiences (clients who buy research / experts who earn from calls) with fundamentally different needs, yet the entry-point URL — agent.askethos.com — serves as the client product login, not a marketing landing page, while the marketing content is fragmented across subdomains and blog posts.
Recommendation
Build a dedicated marketing homepage (either at www.askethos.com or agent.askethos.com) with a clear two-audience split: a hero section for 'Clients' (investors, consultants, GTM teams) with the investment research and relationship intelligence value prop, and a separate section or CTA for 'Experts' linking to experts.askethos.com. The dual-sided marketplace model is a genuine differentiation — the royalty system for experts is novel — but it requires clear audience segmentation from the very first page load, not implicit discovery across different subdomains.
Copy
Value Proposition Split Across Audiences — Client vs. Expert
Score
48
Severity
Medium
Finding
The search result snippet for agent.askethos.com reads: 'The best customers, hires, and deals come from understanding humans — not blasting lists. Research people and companies to build relationships that get things done.' This is the client-side value prop. The experts.askethos.com page carries an entirely different proposition about earning royalties for expertise. The product has two distinct audiences (clients who buy research / experts who earn from calls) with fundamentally different needs, yet the entry-point URL — agent.askethos.com — serves as the client product login, not a marketing landing page, while the marketing content is fragmented across subdomains and blog posts.
Recommendation
Build a dedicated marketing homepage (either at www.askethos.com or agent.askethos.com) with a clear two-audience split: a hero section for 'Clients' (investors, consultants, GTM teams) with the investment research and relationship intelligence value prop, and a separate section or CTA for 'Experts' linking to experts.askethos.com. The dual-sided marketplace model is a genuine differentiation — the royalty system for experts is novel — but it requires clear audience segmentation from the very first page load, not implicit discovery across different subdomains.
UX
Login vs. Marketing Page — Wrong Page Type at Agent URL
Score
30
Severity
High
Finding
The URL agent.askethos.com appears to function as both a marketing landing page and an application entry point (the app is at app.askethos.com but agent.askethos.com redirects/loads what appears to be an authenticated agent interface). A first-time visitor from organic search, a VC referral, or a LinkedIn link arrives at a blank loading screen that resolves to either a login wall or a signed-in agent interface depending on their auth state. There is no unauthenticated marketing experience — no product description, no feature list, no demo CTA, no screenshots — for a visitor who does not yet have an account.
Recommendation
Separate the authenticated application (agent.askethos.com or app.askethos.com) from the marketing landing page. The marketing page should be fully visible and crawlable without authentication. Add a prominent 'Sign up' and 'See how it works' CTA to the unauthenticated state. For a B2B product targeting sophisticated buyers (VCs, PE, hedge funds), a blank loading screen followed by a login prompt as the first experience is an immediate disqualification — these buyers will not fight through a UI to understand what the product does.
UX
Login vs. Marketing Page — Wrong Page Type at Agent URL
Score
30
Severity
High
Finding
The URL agent.askethos.com appears to function as both a marketing landing page and an application entry point (the app is at app.askethos.com but agent.askethos.com redirects/loads what appears to be an authenticated agent interface). A first-time visitor from organic search, a VC referral, or a LinkedIn link arrives at a blank loading screen that resolves to either a login wall or a signed-in agent interface depending on their auth state. There is no unauthenticated marketing experience — no product description, no feature list, no demo CTA, no screenshots — for a visitor who does not yet have an account.
Recommendation
Separate the authenticated application (agent.askethos.com or app.askethos.com) from the marketing landing page. The marketing page should be fully visible and crawlable without authentication. Add a prominent 'Sign up' and 'See how it works' CTA to the unauthenticated state. For a B2B product targeting sophisticated buyers (VCs, PE, hedge funds), a blank loading screen followed by a login prompt as the first experience is an immediate disqualification — these buyers will not fight through a UI to understand what the product does.
UX
Social Sharing & Link Previews — Broken
Score
32
Severity
Medium
Finding
Because agent.askethos.com has no server-rendered HTML, Open Graph (og:title, og:description, og:image) and Twitter Card meta tags are either absent or render only the default 'Loading...' state when the URL is shared on LinkedIn, Slack, Twitter, or email. For a product that relies on word-of-mouth among investors and professionals who share links in Slack channels and investor group chats, broken link previews are a silent conversion killer — a shared link that shows no preview image, no description, and only 'Ethos' as the title looks like spam or an error rather than a product recommendation.
Recommendation
Add static Open Graph meta tags to the HTML <head> that render correctly regardless of JavaScript execution state. At minimum: og:title ('Ethos — Human intelligence, on-demand'), og:description (the investment researcher or relationship intelligence value prop), og:image (a product screenshot or branded card), and og:url. These tags must be in the server-rendered HTML, not injected by JavaScript, since social media crawlers do not execute JS. This is a 30-minute fix with outsized impact on referral traffic quality.
UX
Social Sharing & Link Previews — Broken
Score
32
Severity
Medium
Finding
Because agent.askethos.com has no server-rendered HTML, Open Graph (og:title, og:description, og:image) and Twitter Card meta tags are either absent or render only the default 'Loading...' state when the URL is shared on LinkedIn, Slack, Twitter, or email. For a product that relies on word-of-mouth among investors and professionals who share links in Slack channels and investor group chats, broken link previews are a silent conversion killer — a shared link that shows no preview image, no description, and only 'Ethos' as the title looks like spam or an error rather than a product recommendation.
Recommendation
Add static Open Graph meta tags to the HTML <head> that render correctly regardless of JavaScript execution state. At minimum: og:title ('Ethos — Human intelligence, on-demand'), og:description (the investment researcher or relationship intelligence value prop), og:image (a product screenshot or branded card), and og:url. These tags must be in the server-rendered HTML, not injected by JavaScript, since social media crawlers do not execute JS. This is a 30-minute fix with outsized impact on referral traffic quality.
Freshness
No Visible Blog or Content Surface on Primary URL
Score
45
Severity
Low
Finding
The company has a blog at www.askethos.com/blog with substantive launch and feature posts ('Investment Researcher', 'Ethos raises $3.25M'), but these are completely inaccessible from agent.askethos.com — the primary URL has no navigation to the blog, no recent posts section, and no content whatsoever visible to unauthenticated visitors. For a company in the expert network and AI research space where thought leadership (e.g., 'how VCs use expert networks', 'AI vs. traditional research') is the primary organic acquisition channel, decoupling the blog from the main product URL is a compounding SEO loss.
Recommendation
Add a blog/news section or at least a footer link to the www.askethos.com/blog from the agent subdomain. Consolidate blog content under the primary marketing domain and ensure all blog posts link back to the product with appropriate CTAs. Consider publishing thought leadership specifically targeting the investment research use case — 'How we conducted 1,000 expert calls autonomously', 'GLG vs. Ethos: a cost comparison', 'The expert royalty model explained' — these would rank for exactly the high-intent queries your ICP (VCs, PE analysts) searches.
Freshness
No Visible Blog or Content Surface on Primary URL
Score
45
Severity
Low
Finding
The company has a blog at www.askethos.com/blog with substantive launch and feature posts ('Investment Researcher', 'Ethos raises $3.25M'), but these are completely inaccessible from agent.askethos.com — the primary URL has no navigation to the blog, no recent posts section, and no content whatsoever visible to unauthenticated visitors. For a company in the expert network and AI research space where thought leadership (e.g., 'how VCs use expert networks', 'AI vs. traditional research') is the primary organic acquisition channel, decoupling the blog from the main product URL is a compounding SEO loss.
Recommendation
Add a blog/news section or at least a footer link to the www.askethos.com/blog from the agent subdomain. Consolidate blog content under the primary marketing domain and ensure all blog posts link back to the product with appropriate CTAs. Consider publishing thought leadership specifically targeting the investment research use case — 'How we conducted 1,000 expert calls autonomously', 'GLG vs. Ethos: a cost comparison', 'The expert royalty model explained' — these would rank for exactly the high-intent queries your ICP (VCs, PE analysts) searches.
Enterprise Readiness
Pricing — Completely Absent from Any Accessible Page
Score
38
Severity
Medium
Finding
There is no pricing page accessible from agent.askethos.com. The AWS Marketplace listing suggests a contract-based pricing model, but for the direct product there is no pricing signal, no tier structure, and no indication of whether Ethos is priced per call, per report, per seat, or on a subscription basis. The AWS Marketplace listing is the only public pricing surface, and it states 'pricing is based on the duration and terms of your contract with the vendor' — opaque even by enterprise standards. For VCs and analysts evaluating Ethos against GLG (which charges ~$1,000/hour for expert calls), even a directional pricing signal would significantly accelerate the sales cycle.
Recommendation
Add a /pricing page or a pricing section to the marketing homepage showing at least a conceptual model: per-report pricing, per-expert-call pricing, or a subscription tier. If the product is priced below traditional expert networks (GLG, AlphaSights, Guidepoint all charge $600-$1,200/hour), making that cost comparison explicit and visible is the single highest-ROI conversion investment available. A VC analyst who discovers Ethos delivers expert calls at a fraction of GLG pricing will immediately champion it internally — but only if they can quantify the comparison without a sales call.
Enterprise Readiness
Pricing — Completely Absent from Any Accessible Page
Score
38
Severity
Medium
Finding
There is no pricing page accessible from agent.askethos.com. The AWS Marketplace listing suggests a contract-based pricing model, but for the direct product there is no pricing signal, no tier structure, and no indication of whether Ethos is priced per call, per report, per seat, or on a subscription basis. The AWS Marketplace listing is the only public pricing surface, and it states 'pricing is based on the duration and terms of your contract with the vendor' — opaque even by enterprise standards. For VCs and analysts evaluating Ethos against GLG (which charges ~$1,000/hour for expert calls), even a directional pricing signal would significantly accelerate the sales cycle.
Recommendation
Add a /pricing page or a pricing section to the marketing homepage showing at least a conceptual model: per-report pricing, per-expert-call pricing, or a subscription tier. If the product is priced below traditional expert networks (GLG, AlphaSights, Guidepoint all charge $600-$1,200/hour), making that cost comparison explicit and visible is the single highest-ROI conversion investment available. A VC analyst who discovers Ethos delivers expert calls at a fraction of GLG pricing will immediately champion it internally — but only if they can quantify the comparison without a sales call.
Brand
Product Name Confusion — 'Ethos' vs. 'askethos'
Score
42
Severity
Medium
Finding
The brand name 'Ethos' conflicts with multiple well-known entities: Ethos Life Insurance ($2.7B valuation), Ethos Watches, and various other companies. The domain choice askethos.com suggests the brand team was aware of this — 'ask Ethos' — but the subdomain agent.askethos.com further fragments the brand identity. Google search for 'Ethos' returns Ethos Life Insurance as the dominant result, and 'Ethos AI' or 'Ethos expert network' return sparse results because the JS-rendered pages produce no indexable content. The brand is fighting an uphill battle against a more funded namesake with massive SEO authority.
Recommendation
Consider whether the askethos.com domain — with 'ask' clearly signalling the interaction model — should be the primary brand expression rather than just the domain. 'AskEthos' as a product name is more distinctive and SEO-differentiable from Ethos Life Insurance than 'Ethos' alone. Alternatively, ensure all public content consistently uses 'Ethos by askethos' or adds a descriptor ('Ethos Expert Network') to improve brand disambiguation in search. Fix the SSR issue first — without indexable content, brand SEO is impossible regardless of the name strategy.
Brand
Product Name Confusion — 'Ethos' vs. 'askethos'
Score
42
Severity
Medium
Finding
The brand name 'Ethos' conflicts with multiple well-known entities: Ethos Life Insurance ($2.7B valuation), Ethos Watches, and various other companies. The domain choice askethos.com suggests the brand team was aware of this — 'ask Ethos' — but the subdomain agent.askethos.com further fragments the brand identity. Google search for 'Ethos' returns Ethos Life Insurance as the dominant result, and 'Ethos AI' or 'Ethos expert network' return sparse results because the JS-rendered pages produce no indexable content. The brand is fighting an uphill battle against a more funded namesake with massive SEO authority.
Recommendation
Consider whether the askethos.com domain — with 'ask' clearly signalling the interaction model — should be the primary brand expression rather than just the domain. 'AskEthos' as a product name is more distinctive and SEO-differentiable from Ethos Life Insurance than 'Ethos' alone. Alternatively, ensure all public content consistently uses 'Ethos by askethos' or adds a descriptor ('Ethos Expert Network') to improve brand disambiguation in search. Fix the SSR issue first — without indexable content, brand SEO is impossible regardless of the name strategy.