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
Binary file added website/public/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/public/widget-default.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/public/widget-icon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/public/widget-small.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/src/content/docs/features/widget.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ import { AeoVueWidget } from 'aeo.js/vue';
widget: {
enabled: true,
position: 'bottom-right', // 'bottom-left' | 'top-right' | 'top-left'
size: 'default', // 'small' | 'icon-only'
humanLabel: 'Human',
aiLabel: 'AI',
showBadge: true,
Expand All @@ -86,6 +87,14 @@ widget: {
}
```

## Size variants

| Default | Small | Icon |
|---------|-------|------|
| ![Default widget](/widget-default.gif) | ![Small widget](/widget-small.gif) | ![Icon widget](/widget-icon.gif) |
| `size: 'default'` | `size: 'small'` | `size: 'icon-only'` |
| Full labels with icons | Compact — ~30% smaller | Just icons, no labels |

<Aside type="tip">
Set `widget.enabled: false` to disable the widget entirely while still generating AEO files.
</Aside>
2 changes: 2 additions & 0 deletions website/src/content/docs/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Introduction
description: What is aeo.js and why you need Answer Engine Optimization.
---

![aeo.js in action](/example.gif)

## What is Answer Engine Optimization?

Answer Engine Optimization (AEO) is the practice of making your website discoverable and citable by AI-powered answer engines like **ChatGPT**, **Claude**, **Perplexity**, and **SearchGPT**.
Expand Down
Loading