Parker Moore
af87d9fbe8
Sort JSON-LD data by key
...
Deterministic output is desired to improve diffability between builds.
If the output randomly changes order each time it's built, then every
page on a given site will change with every Jekyll build. Tools like
rsync and git which can diff files will always show a change even when
the content hasn't truly changed.
2022-01-31 23:24:32 -08:00
fauno
062604e7e1
Implement Facebook domain verification ( #455 )
...
Merge pull request 455
2021-10-28 12:59:07 -04:00
Ilgiz Mustafin
8b5d2901c2
Allow setting `author.url` ( #453 )
...
Merge pull request 453
2021-10-08 01:50:06 -04:00
Ashwin Maroli
6c387eaeb4
Bump RuboCop to v1.18.x ( #452 )
...
Merge pull request 452
2021-09-17 10:19:57 -04:00
Elias Fröhner
9cb1ad0bd6
Allow to set type for author ( #427 )
...
Merge pull request 427
2021-01-11 11:13:50 -05:00
Ashwin Maroli
22a160cb32
Remove redundant escapes inside regexp literal
2020-10-26 12:15:58 +05:30
Liam Cooke
6f35c9c05b
Fix locale specs that use the fallback locale ( #360 )
...
Merge pull request 360
2020-01-31 04:39:38 -05:00
Florian Klampfer
331903536d
Prefer site.tagline to site.description for page title ( #356 )
...
Merge pull request 356
2019-11-29 08:18:14 -05:00
Ashwin Maroli
8557598116
prefix config key with 'seo_' to avoid conflicts
2019-01-08 20:27:50 +05:30
Ashwin Maroli
9b1001eb62
undo unnecessary change
2019-01-06 11:50:03 +05:30
Aleksey Spiridonov
39269edc33
Adding possibility to change pagination message by config file
...
Default message can by overriten by "paginator_message" parameter in _config.yml
2019-01-06 01:22:28 +04:00
Ashwin Maroli
28cc024648
Correct RuboCop offenses in spec files ( #319 )
...
Merge pull request 319
2018-12-06 05:07:41 -05:00
mindl3ss
a50f80be47
Update url of schema website ( #296 )
...
Merge pull request 296
2018-05-23 11:33:06 -04:00
Tsukasa Setoguchi
f8800e5286
add tests for twitter.card types ( #289 )
...
Merge pull request 289
2018-05-12 16:01:45 -04:00
Ben Balter
da96f4d707
strip null values from JSON-LD hash
2017-11-16 11:40:42 -05:00
Ben Balter
ca1200b90f
add failing tests for stripping null values
2017-11-16 11:39:26 -05:00
Andreas Möller
ce38618ee7
Fix: Consistently use self-closing tags
2017-11-08 23:30:32 +01:00
Frank Taillandier
59cd2257b6
Style: Rubocop auto-correct
2017-10-22 18:37:44 +02:00
Ben Balter
e31c9e7ca7
add unit tests for Jekyll::SeoTag
2017-09-06 12:33:19 -04:00
Frank Taillandier
a6e78cb7dd
Fix test - props @Parkr
2017-09-06 02:00:09 +02:00
Frank Taillandier
5219054a76
add test for Jekyll version
2017-09-06 00:34:02 +02:00
Ben Balter
cf90f9011a
correct source and dest dir paths in spec helper, props @bogdanvlviv
2017-08-24 14:56:51 -04:00
Frank Taillandier
ac141413b0
Define path with __dir__
2017-08-24 20:30:17 +02:00
Ben Balter
3ef2f613e9
fix regex syntax
2017-08-23 16:50:23 -04:00
Ben Balter
855ef7b469
make the json minification spec explicit
2017-08-23 16:44:33 -04:00
Ben Balter
792abad221
make the json minification test less order dependent
2017-08-23 16:42:05 -04:00
Ben Balter
cf49c63b3c
add tests for JSON-LD drop
2017-08-23 16:20:02 -04:00
Ben Balter
5de6cd7f2c
convert JSON LD to a drop
2017-08-23 16:11:55 -04:00
Ben Balter
1081a0ebd9
break image logic into its own drop
2017-08-23 12:11:30 -04:00
Ben Balter
2e90fc7238
move author drop tests to their own spec
2017-08-23 11:32:36 -04:00
Ben Balter
891d621899
move author logic to its own drop
2017-08-23 11:07:52 -04:00
Ben Balter
7b3820f956
correct rubocop offenses
2017-08-22 13:05:49 -04:00
Ben Balter
30b8d8bb48
Merge branch 'site-authors-array' of https://github.com/jekyll/jekyll-seo-tag into site-authors-array
2017-08-22 13:05:26 -04:00
Ben Balter
27392129c4
add explicit test for site.data.authors[author] as a string
2017-08-22 13:05:19 -04:00
Ben Balter
6197b2e7a8
Merge branch 'master' into site-authors-array
2017-08-22 13:03:23 -04:00
Ben Balter
7cab0247ed
fix for image.path causing an invalid url error
2017-08-22 11:53:18 -04:00
Ben Balter
f78999819f
ensure site.data.authors is in the expected format before resolving author meta
2017-08-22 11:39:52 -04:00
Ben Balter
6ad02a583d
add failing test for site.authors as an array
2017-08-22 11:31:54 -04:00
Frank Taillandier
8dc1719b81
appease rubocop
2017-07-14 19:39:05 +02:00
Ben Balter
fb7a346b48
dont use unless and else, per rubocop
2017-05-25 09:35:03 -04:00
Ben Balter
245abc6032
update canoncial URL expectation
2017-05-25 09:34:18 -04:00
Ben Balter
bf6b14b167
Explicitly test both canonical URL cases
2017-05-25 09:33:03 -04:00
Parth Modi
c07a085e11
Stray puts removed from test of canonical url
2017-05-24 22:35:32 +05:30
Parth Modi
1e6110ddef
rubocop offenses fixed
2017-05-24 22:20:44 +05:30
Parth Modi
62956da2de
use canonical_url specified in page if present
2017-05-24 22:10:30 +05:30
Ben Balter
e68122d8ce
guard against empty strings not being nil
2017-05-05 09:24:59 -04:00
Ben Balter
96b1fa22c5
add explicit test for all descriptions being nil
2017-05-03 09:08:40 -04:00
Ben Balter
65820ada36
Add failing test for https://github.com/jekyll/jekyll-seo-tag/issues/202
2017-05-02 09:41:18 -04:00
Frank Taillandier
696b361f19
Merge branch 'master' into nil-image-path-fix
2017-04-26 20:02:36 +02:00
Ben Balter
d00191c1e3
update failing tests for bad URLs
2017-04-26 12:48:00 -04:00