Skip to content

svelte-seo v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 16:41
3835ce6

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.