Commit Graph

51 Commits

Author SHA1 Message Date
Parth Modi 6f9919bf3e Updated Readme with instructions of setting customized Canonical URL 2017-05-25 11:11:36 +05:30
Kyle Niewiada 9ec685a31b Merge branch 'master' into master 2017-04-04 11:51:05 -04:00
Aaron Gustafson a2f64d46c3 Merge branch 'master' into add-locale-support 2017-04-03 15:10:14 -04:00
Aaron Gustafson e2114abbb7 Fixing the documentation 2017-04-03 14:41:21 -04:00
Kyle Niewiada bc32658d36 Clarify documentation 2017-04-03 14:25:29 -04:00
Kyle Niewiada ac0886dbf2 Merge branch 'master' into master 2017-04-03 13:51:25 -04:00
Ben Balter 32ec9300dc Merge pull request #174 from jhabdas/twitter-uses-og-image
refactor(template): use og:image for twitter
2017-04-03 13:51:00 -04:00
Kyle Niewiada 48ba285251 Image changes should be removed 2017-04-03 13:36:45 -04:00
Josh Habdas e264a9a94b
refactor(template): use og:image for twitter
#77 and #78 added support for different images on Twitter and Facebook, an advanced feature of SEO
Tag Gem. The implementation has led to complications updating JSON-LD data in #151. Under Pareto
principal we can reasonably assume this feature is not often used, and, as such, should be removed.
The result of which simplifies template logic, offers a fallback experience by leverages Twitter's
use of `og:image` in place of `twitter:image` (sees twitter card tag ref) and helps unblock #151.

Users can no longer specify a separate twitter and Facebook image. If both a Facebook (Open Graph)
and Twitter image are provided in the `image` object, the Facebook image will take precedence.
2017-04-04 00:58:53 +08:00
Aaron Gustafson 179530d885 Added documentation 2017-03-31 14:31:16 -04:00
Kyle Niewiada 0b289b820b Merge branch 'master' into master 2017-03-03 08:16:11 -05:00
Josh Habdas 4eeb09a749
Update title separator. Closes #121
Replaces the "-" used as a title separator with "|".
Ref: https://moz.com/learn/seo/title-tag

Also updates docs to specify title optional and fix errata.
2017-03-02 12:15:09 +08:00
Kyle Niewiada 74c2d3dbe7 Code deprecated note 2017-02-25 10:23:40 -05:00
Kyle Niewiada 318de343b0 Remove unnecessary/confusing wording. 2017-02-16 14:49:06 -05:00
Kyle Niewiada ba16b955c8 Propose new image handling method. 2017-02-16 14:07:35 -05:00
Kyle Niewiada 8e36fe4da1 Update docs. Add use case. Add test. 2017-02-15 12:41:30 -05:00
kyle da498c7c5f Simplify documentation. Change to snake_case. Use Path instead of adding URL. 2017-01-30 10:37:27 -05:00
Kyle Niewiada a2a2c560ce Add pull request documentation
Adds documentation on new image behavior, dateModified, and author field.
2017-01-17 11:20:48 -05:00
Josh Habdas a321a7f2f7
Incorporate feedback, add unit tests 2017-01-13 12:48:55 +08:00
Josh Habdas 0dea0333d2
Add support for Bing and Yandex webmaster tools. Closes #147 2017-01-12 14:22:00 +08:00
Frank Taillandier a9bbb7935d
fix indentation 2016-10-28 19:32:33 +02:00
Frank Taillandier 781b0c7399 add example usage of social profiles
fix #138
2016-10-28 17:12:17 +02:00
Frank Taillandier 753173df76
Add front matter default example for image 2016-10-23 16:28:56 +02:00
Eugene Pirogov 27aee681c3 Fix tiny typo 2016-08-03 11:01:50 +03:00
Pat Hawks 3f82f1c42e Use SmartyPants 2016-05-28 14:06:50 -05:00
Todd Eichel 9a23b7f41b Merge branch 'master' into use-prev-next-for-pagination 2016-05-11 17:35:30 -07:00
Todd Eichel 220901c140
Different philosophy for rel prev/next links based on recommendations from Google.
Details here: https://webmasters.googleblog.com/2011/09/pagination-with-relnext-and-relprev.html.

This replaces the per-page prev/next links with general ones that will be output whenever there is a paginator with a previous or next page to show.
2016-05-11 17:26:23 -07:00
Miguel Flores Ruiz de Eguino 79e9f3f599 Improve README facebook options readability 2016-05-11 13:10:29 -05:00
Miguel Flores Ruiz de Eguino f772747728 Add facebook admins meta tag to template and facebook spec 2016-05-11 13:05:40 -05:00
Pat Hawks d0160082cc
Add support for page images with absolute URLs 2016-04-25 08:15:32 -07:00
Ben Balter eab1a77350 group advanced options in readme 2016-04-19 10:09:49 -04:00
Ben Balter bc15a3a075 document how to use new properties 2016-04-19 09:59:07 -04:00
XhmikosR 407ee8ee0c Update README.md
Fix indentation.
2016-03-01 09:18:13 +02:00
Ben Balter 38afc5a4d0 Merge pull request #28 from jekyll/pr/json-ld
Consolidate and clean up JSON-LD
2016-02-25 10:50:37 -05:00
Bo Turnbow b247d8bcbe Update docs for site logo and page image 2016-02-23 15:57:38 -07:00
Pat Hawks f193c6fb39 Document advanced options 2016-02-22 17:59:12 -08:00
Ben Balter 507c498267 Update Travis badge to use Jekyll namespace 2016-02-22 15:08:53 -05:00
Ben Balter 3ed713ebc6 document how to disable title tags 2016-02-21 14:29:12 -05:00
Ben Balter 739be5a785 document how to use `authors` 2016-02-21 13:55:49 -05:00
Ben Balter c9690e61cd italicize tldr 2016-02-20 17:48:29 -05:00
Ben Balter 60a1e5169b document 2016-02-20 17:47:52 -05:00
Ben Balter 73827ad8ea Merge branch 'master' into google-site-verification 2016-02-09 16:22:01 -05:00
Ben Balter 02762b8b48 add facebook meta 2016-02-03 12:54:48 -05:00
Ben Balter 594d99f752 add google site verification meta tag 2016-02-03 12:41:05 -05:00
Bo Turnbow 244802ed89 Make page.image url relative to site rather than absolute 2016-02-03 10:17:04 -07:00
Ben Balter 20b578966e add rubygems badge 2015-10-30 12:20:17 -04:00
Ben Balter 0968b26aa4 add travis badge 2015-10-30 12:16:21 -04:00
Ben Balter f942cc74df fix readme formatting 2015-10-25 17:58:10 -04:00
Ben Balter 44eec049ce more description 2015-10-25 17:47:47 -04:00
Ben Balter 5a09c525a4 note default to person 2015-10-25 17:45:24 -04:00