High Priority
Establish 'Founder’s Protocol' (/founder.txt)
Create a machine-readable summary of your startup’s core value proposition, target audience, and key product differentiators specifically for AI agents assessing market fit.
Create a text file at /.well-known/founder.txt with a concise, high-level overview of your startup's mission and problem solved.
Include markdown-style links to your core landing pages, MVP feature descriptions, and investor deck summary.
Add a 'Problem/Solution' section to directly address common startup validation queries for AI research bots.


Configure your Early-stage startups crawler protocols effortlessly.
Join 2,000+ teams scaling with AI.
High Priority
Investor & Market Bot Selective Indexing
Fine-tune which sections of your startup’s website should be ingested by AI crawlers evaluating market potential and competitive landscape.
User-agent: InvestorBot Allow: /features/ Allow: /use-cases/ Disallow: /team-internal/
Verify your crawler permissions using a user-agent simulator to mimic potential investor intelligence bots.
Monitor crawl frequency in server logs, focusing on bots accessing your pricing, traction, and product pages to gauge interest.
Medium Priority
MVP Feature Semantic Markup
Utilize semantic HTML to clearly delineate core product features and benefits, aiding LLM scrapers in understanding your minimum viable product's value proposition.
Wrap key feature descriptions within `<section>` tags, using `aria-label` attributes to specify the feature name (e.g., `aria-label='Automated Onboarding'`).
Employ `<aside>` tags for testimonials or social proof related to specific features to isolate valuable endorsements.
Ensure all data points related to traction (e.g., user growth, MRR) are within `<table>` elements with `<th>` for clear labeling.
High Priority
Traction-Focused Snippet Generation for RAG
Structure your startup's key metrics and value propositions so they can be precisely 'Chucked' and retrieved by RAG pipelines for accurate investor or partnership assessments.
Isolate key traction metrics (e.g., '1000+ Beta Users', '$50k MRR') into distinct paragraphs or list items, ideally under 250 words.
Reiterate the core problem your startup solves at the beginning of each feature or benefit section to provide immediate context.
Replace vague references like 'our solution' with specific product names or feature functionalities (e.g., 'The AI-powered analytics dashboard').