Astro Seo Versions Save

Makes it easy to add information that is relevant for SEO to your Astro app.

v0.8.3

2 months ago

0.8.3 (2024-03-03)

  • improvement: re-export Props as SEOProps

v0.8.2

3 months ago

Bug Fixes

  • Add sizes attribute to Link type

v0.8.1

3 months ago

Bug Fixes

v0.8.0

9 months ago

0.8.0 (2023-08-27)

Features

  • add support for media attribute on extended meta tags (8f8d2c7)

v0.7.6

9 months ago

0.7.6 (2023-08-21)

Bug Fixes

  • improper use of null when interface asks for undefined (0447eb3)

v0.7.5

10 months ago

v0.7.4

11 months ago

v0.7.2

1 year ago

0.7.2 (2023-03-23)

Features

  • add option to surpress warnings (a2d2385)

Bug Fixes

  • add tsconfig.json to fix TS error (9433e11)
  • example code in readme (1b13ddc)
  • fix TS errors (fee197a)
  • typo in src/components/ExtendedTags.astro (526f0b5)

v0.7.1

1 year ago

0.7.1 (2023-02-18)

Features

  • Add titleDefault and titleTemplate (548a6ea)
  • Export TwitterCard Type (b8f7b39)

Bug Fixes

  • head atribute on example (138a8f9)
  • html tag on close example (35f5f6c)

v0.7.0

1 year ago

0.7.0 (2023-01-16)

⚠ BREAKING CHANGES

  • add rest of twitter tags (breaking because this changed the type for the twitter.card prop as well)

Features

  • add rest of twitter tags (c168701)

Bug Fixes

  • add support for crossorigin links (3c01b1e)