From 9f15bb334e27c679b7db7dde317daba522d5df1a Mon Sep 17 00:00:00 2001 From: Chuck Grimmett Date: Thu, 6 Jun 2019 17:32:12 -0400 Subject: [PATCH] readme section on chunkedResponse and twitter/linkedin --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cd7de9d..600296d 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,7 @@ If you care to read more about the details of render please see the PR that intr But for now, if you are upgrading to 0.4.x, you simply need to add `{{head-layout}}` component to your application wide template. If you make use of this mode the content of `` will be the static FastBoot rendered content through the life of your App. + +### Twitter, LinkedIn, and FastBoot + +As of 2019-06-06, Twitter and LinkedIn's scrapers have a hard time extracting your site's metadata for sharing if `chunkedResponse` is set to `true` on your [Fastboot app server](https://github.com/ember-fastboot/fastboot-app-server). Set `chunkedResponse: false` if your meta tags are in place but the [Twitter card validator](https://cards-dev.twitter.com/validator) shows "Card not found" or [LinkedIn's Post Inspector](https://www.linkedin.com/post-inspector/) shows a 500 error. \ No newline at end of file