This commit is contained in:
oe.kazuma 2021-07-20 15:07:03 +09:00
parent ae723f4ef5
commit fab2054de9
2 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,8 @@ yarn add svelte-meta-tags
| `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 }` |
| `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` |
| `twitter.site` | string | @username for the website used in the card footer . |
| `twitter.handle` | string | @username for the content creator / author (outputs as `twitter:creator`) |

View File

@ -1,6 +1,6 @@
{
"name": "svelte-meta-tags",
"version": "0.2.1",
"version": "0.2.2",
"description": "A lightweight library for SEO in Svelte (Made with SvelteKit)",
"license": "MIT",
"scripts": {