Skip to content

Releases: artstorm/eleventy-plugin-seo

0.5.2

15 Jul 06:04
Compare
Choose a tag to compare

#28 Only adds page numbers to pagination size over 1. Thanks @daviddarnes.
#32 Makes page numbers optional with a showPageNumbers option. Thanks @aarongustafson.

0.5.1

19 Jul 04:22
Compare
Choose a tag to compare
  • Added option imageWithBaseUrl to automatically prepend the site url to relative image paths for open graph, twitter card. (Thanks @marianoviola)
  • Added option twitterCardType to be able to set summary_large_image as type. (Thanks @scastiel)

0.5.0

26 Jan 05:02
6d0e308
Compare
Choose a tag to compare
  • Implemented support for Nunjucks templating engine.

v0.4.3

28 Oct 01:05
dea9285
Compare
Choose a tag to compare
  • Implemented Twitter Card markup.

v0.4.2

27 Oct 04:17
12e9550
Compare
Choose a tag to compare
  • Implemented Open Graph markup.

v0.4.1

26 Oct 02:38
9a2727a
Compare
Choose a tag to compare
  • Implemented meta author directive.

v0.4.0

25 Oct 02:32
4bfcc2d
Compare
Choose a tag to compare
  • Added pagination to titles.
  • Added appending of site title to page title meta.
  • Implemented optional user settings to customize output behavior.
  • Added customizable title divider.
  • Added customizable title style minimalistic.

v0.3.3

23 Oct 01:04
414d96f
Compare
Choose a tag to compare
  • Implemented page title liquid tag.
  • Implemented page description liquid tag.

v0.3.2

22 Oct 02:08
c585b04
Compare
Choose a tag to compare
  • Implemented robots meta directive.

v0.3.1

21 Oct 04:02
36f2cef
Compare
Choose a tag to compare
  • Implemented {% seo %} tag.