You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/astro.config.mjs
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ export default defineConfig({
7
7
site: 'https://aeojs.org',
8
8
integrations: [
9
9
aeoAstroIntegration({
10
-
title: 'aeo.js',
11
-
description: 'Answer Engine Optimization for the modern web. Make your site discoverable by AI crawlers and LLMs.',
10
+
title: 'aeo.js — Answer Engine Optimization for the Modern Web',
11
+
description: 'Make your website discoverable by ChatGPT, Claude, Perplexity & AI search engines. Auto-generates llms.txt, robots.txt, sitemap, JSON-LD structured data & more.',
12
12
url: 'https://aeojs.org',
13
13
schema: {
14
14
organization: {
@@ -35,8 +35,8 @@ export default defineConfig({
35
35
},
36
36
}),
37
37
starlight({
38
-
title: 'aeo.js',
39
-
description: 'Answer Engine Optimization for the modern web. Make your site discoverable by AI crawlers and LLMs.',
38
+
title: 'aeo.js — Answer Engine Optimization for the Modern Web',
39
+
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.',
0 commit comments