Skip to content

Releases: artiebits/svelte-seo

svelte-seo v1.6.1

07 May 18:24
da82ed3
Compare
Choose a tag to compare

Bug Fixes

svelte-seo v1.6.0

28 Jan 12:24
0cbc593
Compare
Choose a tag to compare

Features

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

svelte-seo v1.5.4

07 Sep 11:56
5823faf
Compare
Choose a tag to compare

Bug Fixes

svelte-seo v1.5.3

24 Feb 20:55
f2c1e80
Compare
Choose a tag to compare

Thanks @lakexyde for fixing Open Graph tags

Bug Fixes

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

svelte-seo v1.5.2

19 Feb 19:52
3960532
Compare
Choose a tag to compare

Miscellaneous Chores

svelte-seo v1.5.1

19 Feb 19:34
14bf491
Compare
Choose a tag to compare

Bug Fixes

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

Miscellaneous Chores

svelte-seo v1.5.0

17 Feb 16:41
3835ce6
Compare
Choose a tag to compare

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.

svelte-seo v1.4.0

19 Jan 09:44
4161c76
Compare
Choose a tag to compare

Features

v1.3.1

02 Oct 13:17
Compare
Choose a tag to compare

Update JSON-LD example and table of contents 54bb584

v1.3.0

10 Sep 09:26
Compare
Choose a tag to compare

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