diff --git a/components/IndustriesGrid.js b/components/IndustriesGrid.js
index f0f5f18..166acc2 100644
--- a/components/IndustriesGrid.js
+++ b/components/IndustriesGrid.js
@@ -700,13 +700,13 @@ export default function IndustriesGrid({
rel="nofollow"
className="opacity-70 hover:opacity-100 transition-opacity duration-200"
>
-
+
From demonstration to automation in minutes. Just do the task once and OpenAdapt learns from watching. No prompt engineering. No scripting. No brittle selectors. diff --git a/netlify.toml b/netlify.toml index 6c24b2f..ccbc64b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -14,3 +14,12 @@ [[plugins]] package = "netlify-plugin-cypress" + +[[headers]] + for = "/*" + [headers.values] + X-Frame-Options = "SAMEORIGIN" + X-Content-Type-Options = "nosniff" + Referrer-Policy = "strict-origin-when-cross-origin" + Permissions-Policy = "camera=(), microphone=(), geolocation=()" + Strict-Transport-Security = "max-age=31536000; includeSubDomains" diff --git a/pages/_app.js b/pages/_app.js index 3c1f4a2..399c622 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -13,16 +13,13 @@ const raleway = Raleway({ export default function MyApp({ Component, pageProps }) { return ( <> + {/* New pages must add their own
with unique title, description, canonical, and og:* tags */} -At OpenAdapt.AI, we are committed to protecting your privacy and diff --git a/pages/terms-of-service.js b/pages/terms-of-service.js index 7878379..7721623 100644 --- a/pages/terms-of-service.js +++ b/pages/terms-of-service.js @@ -1,9 +1,21 @@ import React from 'react' +import Head from 'next/head' import styles from '@styles/LegalPages.module.css' const TermsOfService = () => { return (
By using OpenAdapt, you agree to the following terms and
diff --git a/public/llms.txt b/public/llms.txt
new file mode 100644
index 0000000..54ddf73
--- /dev/null
+++ b/public/llms.txt
@@ -0,0 +1,28 @@
+# OpenAdapt.AI
+
+> Open-source AI-powered desktop automation platform. Record human demonstrations, train vision-language models, deploy AI agents that operate any desktop or web software. No programming required. MIT licensed.
+
+## Documentation
+- [Getting Started](https://docs.openadapt.ai): Installation, quick start, and CLI reference
+- [GitHub Repository](https://github.com/OpenAdaptAI/OpenAdapt): Source code, README, and contribution guide
+
+## Core Concepts
+- [How It Works](https://openadapt.ai): Demonstration-conditioned AI agents learn from screen recordings of human workflows
+- [Privacy & Security](https://openadapt.ai/privacy-policy): Built-in PII/PHI scrubbing, local-first data processing
+- [Privacy Module](https://github.com/OpenAdaptAI/openadapt-privacy): Open-source PII/PHI scrubbing
+
+## Use Cases
+- [Industry Applications](https://openadapt.ai): HR, Law, Insurance, Healthcare, Finance, Logistics, Pharmacy, Customer Support, Sales Development
+
+## Source Code
+- [GitHub](https://github.com/OpenAdaptAI/OpenAdapt): MIT licensed, open source
+- [PyPI Package](https://pypi.org/project/openadapt/): Install via pip or uv
+- [Evaluations](https://github.com/OpenAdaptAI/openadapt-evals): Benchmark tooling with Windows Agent Arena integration
+
+## Blog
+- [Updates & Guides](https://blog.openadapt.ai): Technical posts and automation recipes
+
+## Community
+- [Discord](https://discord.gg/yF527cQbDG): Community support and discussion
+- [LinkedIn](https://www.linkedin.com/company/openadapt-ai): Company updates
+- [X/Twitter](https://x.com/OpenAdaptAI): Project news
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..586653c
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,34 @@
+# OpenAdapt.AI - robots.txt
+# AI crawlers welcome
+
+User-agent: *
+Allow: /
+Disallow: /_next/static/
+Disallow: /api/
+
+# AI Crawlers - Explicitly Allowed
+User-agent: GPTBot
+Allow: /
+
+User-agent: OAI-SearchBot
+Allow: /
+
+User-agent: ChatGPT-User
+Allow: /
+
+User-agent: ClaudeBot
+Allow: /
+
+User-agent: PerplexityBot
+Allow: /
+
+User-agent: Google-Extended
+Allow: /
+
+User-agent: Amazonbot
+Allow: /
+
+User-agent: Applebot-Extended
+Allow: /
+
+Sitemap: https://openadapt.ai/sitemap.xml
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 0000000..27c6e87
--- /dev/null
+++ b/public/sitemap.xml
@@ -0,0 +1,33 @@
+
+