Svelte Seo Versions Save

Optimize your website for search engines and social media with meta tags, Open Graph, and JSON-LD.

v1.6.1

1 week ago

Bug Fixes

v1.6.0

3 months ago

Features

  • add new Svelte Vite Plugin export condition (#74) (b9389ca)

v1.5.4

8 months ago

Bug Fixes

v1.5.3

1 year ago

Thanks @lakexyde for fixing Open Graph tags

Bug Fixes

  • reference error in the opengraph.svelte (#58) (65c0542)

v1.5.2

1 year ago

Miscellaneous Chores

v1.5.1

1 year ago

Bug Fixes

  • rename files from camel case to kebab case (1db3420)

Miscellaneous Chores

v1.5.0

1 year ago

Features

Thanks @kudadam for the new complete version of "Svelte SEO" (#45) (0a1f2a8).

  • Added base (Allows you to set the base URL)
  • Added applicationName (Allows you to set the web app's name in the head)
  • Added themeColor (Allows you to set the theme colour of the website)
  • Added nositelinkssearchbox (Prevents google from showing a search box for your website.
  • Added notranslate (Prevents google from translating your website)
  • Added amp (Allows you to set the URL to the amp version of the page.
  • Added manifest (Set URL to your website's manifest.json)
  • Added languageAlternates (Set alternative language versions of the page
  • Added facebook (Set's your facebook app ID)
  • Added all open graph tags
  • Changed openGraph.article.publishedTime to openGraph.article.published_time
  • Changed openGraph.article.modifiedTime to openGraph.article.modified_time.
  • Changed openGraph.article.expirationTime to openGraph.article.expiration_time.
  • Changed openGraph.article.authors to openGraph.article.author (this change was very important, the one letter changes saves approx 7 lines of code.
  • Changed openGraph.article.tags to openGraph.article.tag.

Other changes:

  • Migrated to SvelteKit
  • Migrated from Cypress to Playwright.

v1.4.0

2 years ago

Features

v1.3.1

2 years ago

Update JSON-LD example and table of contents 54bb5842fb4d63f07190636990aeecfcc0400675

v1.3.0

2 years ago

add <slot/> between <svelte:head> tags