Skip to content

Commit 01820b7

Browse files
authored
Merge pull request #15 from multivmlabs/fix/header-title-cleanup
fix: show 'aeo.js' in header, keep full title in page <title> tag
2 parents 977fcb8 + 0300f08 commit 01820b7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

website/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineConfig({
3535
},
3636
}),
3737
starlight({
38-
title: 'aeo.js — Answer Engine Optimization for the Modern Web',
38+
title: 'aeo.js',
3939
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.',
4040
social: [],
4141
components: {

website/src/content/docs/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: aeo.js
33
description: Answer Engine Optimization for the modern web. Make your site discoverable by AI crawlers and LLMs.
44
template: splash
5+
head:
6+
- tag: title
7+
content: 'aeo.js — Answer Engine Optimization for the Modern Web'
58
hero:
69
tagline: Make your site discoverable by ChatGPT, Claude, Perplexity, and every AI answer engine, automatically.
710
actions:

0 commit comments

Comments
 (0)