Skip to content
Open
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 packages/seo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import { AstroSeo } from '@astrolib/seo';
| `canonical` | string | Set the page canonical url |
| `mobileAlternate.media` | string | Set what screen size the mobile website should be served from |
| `mobileAlternate.href` | string | Set the mobile page alternate url |
| `languageAlternates` | array | Set the language of the alternate urls. Expects array of objects with the shape: `{ hrefLang: string, href: string }` |
| `languageAlternates` | array | Set the language of the alternate urls. Expects array of objects with the shape: `{ hreflang: string, href: string }` |
| `additionalMetaTags` | array | Allows you to add a meta tag that is not documented here. |
| `additionalLinkTags` | array | Allows you to add a link tag that is not documented here. |
| `twitter.cardType` | string | The card type, which will be one of `summary`, `summary_large_image`, `app`, or `player` |
Expand Down