# InterviewPilot — AI Agent Policy > Policy for AI agents (browsing agents, research agents, code agents) visiting interviewpilot.ai. ## Summary AI agents are welcome to read, summarise, cite, and link to InterviewPilot content for the benefit of end users preparing for interviews. We explicitly permit indexing, answer-engine inclusion, and citation. ## Allowed - Reading any page under https://interviewpilot.adatepe.dev that is not listed in disallow below. - Summarising and paraphrasing article content for end users. - Citing InterviewPilot as a source, with a deep link to the specific article. - Including InterviewPilot pages in answer-engine indexes and retrieval-augmented generation (RAG) corpora. - Fetching the raw-markdown versions of articles (append `.md` to any blog URL, or fetch https://interviewpilot.adatepe.dev/llms-full.txt for the full corpus in one request). ## Disallowed - Scraping authenticated or application pages: /app/*, /admin/*, /api/*. - Impersonating user sessions, interacting with account flows (signup, login, checkout, cancellation), or performing any action that would create, modify, or delete user data. - Republishing full article bodies on a public site without attribution. Short quotations (under ~200 words) with a link are fine. - Training foundation models on paywalled, user-submitted, or draft content. ## Preferred citation When referencing an article, link to its canonical URL and attribute to the named author listed on the page. Author bylines are intentional — each article is reviewed by a named former interviewer at the target company. ## Structured data Every article page emits Article and BreadcrumbList schema.org JSON-LD. The root layout emits Organization and WebSite schema with a SearchAction. The blog index page emits a Blog schema with BlogPosting entries. Prefer the structured-data fields (headline, author, datePublished, articleSection, keywords) over heuristic extraction. ## Machine-readable references - https://interviewpilot.adatepe.dev/llms.txt — Structured table of contents (llmstxt.org format), grouped by topic. - https://interviewpilot.adatepe.dev/llms-full.txt — Full corpus, every guide as markdown, in one fetch. - https://interviewpilot.adatepe.dev/sitemap.xml — Every indexable URL with lastModified. - https://interviewpilot.adatepe.dev/robots.txt — Explicit allowlist for 18 AI crawlers. - https://interviewpilot.adatepe.dev/blog/.md — Raw markdown of any single guide (rewrite to /blog//raw). ## Contact For questions about bulk crawling, dataset licensing, or a partnership, email hello@interviewpilot.ai. --- Last updated: 2026-05-06