Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default defineConfig({
},
}),
starlight({
title: 'aeo.js — Answer Engine Optimization for the Modern Web',
title: 'aeo.js',
description: 'Make your website discoverable by ChatGPT, Claude, Perplexity & AI search engines. Auto-generates llms.txt, robots.txt, sitemap, JSON-LD structured data & more. Works with Next.js, Astro, Vite, Nuxt & Angular.',
social: [],
components: {
Expand Down
3 changes: 3 additions & 0 deletions website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: aeo.js
description: Answer Engine Optimization for the modern web. Make your site discoverable by AI crawlers and LLMs.
template: splash
head:
- tag: title
content: 'aeo.js — Answer Engine Optimization for the Modern Web'
hero:
tagline: Make your site discoverable by ChatGPT, Claude, Perplexity, and every AI answer engine, automatically.
actions:
Expand Down
Loading