Releases: artiebits/svelte-seo
Releases · artiebits/svelte-seo
svelte-seo v1.6.1
svelte-seo v1.6.0
svelte-seo v1.5.4
svelte-seo v1.5.3
svelte-seo v1.5.2
Miscellaneous Chores
- release 1.5.2 (03a9e92)
svelte-seo v1.5.1
svelte-seo v1.5.0
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
toopenGraph.article.published_time
- Changed
openGraph.article.modifiedTime
toopenGraph.article.modified_time
. - Changed
openGraph.article.expirationTime
toopenGraph.article.expiration_time
. - Changed
openGraph.article.authors
toopenGraph.article.author
(this change was very important, the one letter changes saves approx 7 lines of code. - Changed
openGraph.article.tags
toopenGraph.article.tag
.
Other changes:
- Migrated to SvelteKit
- Migrated from Cypress to Playwright.